I have 2 external hdd.First is wd and second one is seagate ultra touch 2tb.Both of them are in ntfs.I can get all the details of WD via smartctl but I can’t perform operation of smartctl on seagate and recently formatted ultra touch which took 72 hours
❯ sudo smartctl -a /dev/sdc
[sudo] password for brijesh:
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.4.11-arch2-1] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: scsi error unsupported field in scsi command
If this is a USB connected device, look at the various --device=TYPE variants
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
can anyone help with this I want to know my seagate hdd is fine or not
❯ sudo smartctl -d ata -a /dev/sdc
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.4.11-arch2-1] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: Invalid argument
If this is a USB connected device, look at the various --device=TYPE variants
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
and this
❯ sudo smartctl -d sat -a /dev/sdc
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.4.11-arch2-1] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: scsi error unsupported field in scsi command
If this is a USB connected device, look at the various --device=TYPE variants
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
I does shows my seagate drive
but when I typed this I got some progress:
sudo smartctl -a /dev/sdc1
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.4.11-arch2-1] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: Seagate
Product: Ultra Touch HDD
Revision: 1707
Compliance: SPC-4
User Capacity: 2,000,398,933,504 bytes [2.00 TB]
Logical block size: 512 bytes
Physical block size: 4096 bytes
LU is fully provisioned
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
OK, thanks.
Since the failing drives have ntfs partitions, I’d suggest running some disk check program on Windows for them. Unfortunately I can’t recommend any Windows program since I’m not using Windows, but likely Windows has something.
I’ve never used ntfsfix… don’t know how well it works.
If you have Windows also using those drives, then I’d recommend using Windows programs to fix the ntfs drives.
But if you don’t have Windows, why not format the drives to use some linux filesystem, for example ext4? You have backups already, right?