When I attach the HD to my Linux box (buster), I can see it as /dev/sdb. (parted -l or lsusb or lsblk)
When I run /usr/sbin/rear format /dev/sdb, it fails with the following error:
- Code: Select all
Warning: Error fsyncing/closing /dev/sdb: Remote I/O error
If I try to manually format it - parted /dev/sdb mklabel gpt - I essentially get the same message.
I then tried the same process on a 2nd Debian box and got the same results.
However, when I attach the drive to my Mac system and use Disk Utility, I can successfully erase and partition the disk.
Why would it be that my Debian system cannot successfully format the disk?
Just to be clear, I am not talking about getting my Linux box to access an HFS+ filesystem on this HD.
I'm looking to wipe the HD and dedicate it to Linux. My Mac systems and Windows systems have no problem with the HD; Debian is reporting I/O errors.
Could there be something fundamental about this drive that it only works for macOS and Windows?