在 CentOS 7 上读取阻塞因子为 2048 的 tar 磁带

在 CentOS 7 上读取阻塞因子为 2048 的 tar 磁带

我正在尝试读取在 CentOS 5 上编写的 CentOS 7 上的 tar 磁带。我使用了阻塞因子2048

我可以读取用阻塞因子写入的磁带1024,但不能读取。尝试使用以下命令2048读取磁带:dd

dd if=/dev/nst0 bs=1M | tar tvf - 

也不起作用,这表明 st 驱动程序存在不同。

有什么建议吗?

  • Centos 5 是内核 2.6.18
  • Centos 7 是内核 3.10.0。

相关内容