在最近的一些更新之后,我的服务器告诉我,它找不到我的外部备份磁盘了,它是用它的磁盘ID挂载的。
因此,我检查并注意到,我的外部备份驱动器的ID已经更改:发出ata-st3000dm 001…。到usb-Seagate扩展台…
很公平,这是个USB驱动器。但是,我的备份脚本抱怨说,它无法读取智能数据,这在以前的标识符中从未出现过问题。
我可以将智能检查从我的脚本中删除,但我不认为这是一个选项,因为这意味着如果这个磁盘坏了,我将不会收到通知。
到目前为止我尝试过的事情:
smartctl -d sat -a /dev/disk/by-id/usb-…
smartctl (-d sat) -a /dev/sda
重新启动
有用的信息:
lsusb:
Bus 005 Device 002: ID 0bc2:331a Seagate RSS LLC
smartctl:
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-122-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: scsi error unsupported field in scsi command
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
uname:
4.4.0-122-generic提前谢谢你!
https://askubuntu.com/questions/1032849
复制相似问题