有什么方法可以在 Linux ( CentOS )下从磁带中找出文件系统?我需要这个来确定磁带是否已经是LTFS。
目前我知道:
- mtx
# for managing a tape library
- 公吨
# for controlling the tape
- 磁带信息
# for general tape information
- 磁带机
# for statistics
- mkltfs
# for formatting a tape
- 文件系统
# for mounting a tape
- 无名氏
# for removing the file system from tape
我认为他们都不能从磁带上显示实际的文件系统。
你对我有什么建议吗?
这主要是一个疯狂的猜测,但是......
我可能会尝试的第一件事是将磁带的前约 1MB 原始读取到临时文件。然后尝试使用
file tempfile
. 该file
命令可以根据它找到的内容识别许多类型的数据类型。