This hard drive was previously used as an external hard drive to back up family photos and videos. I decided to move things to google photos and found the external hard drive would not power on, so I opened it and took the hard drive out and connected it via sata cable instead, but it won't show in nautilus. Here's what I have so far...
Gparted says:
"Unable to detect file system! Possible reasons are:
- The file system is damaged
- The file system is unknown to GParted
- There is no file system available (unformatted)
- The device entry /dev/sdb1 is missing"
fdisk -l:
Disk /dev/sdb: 2.75 TiB, 3000592982016 bytes, 5860533168 sectors
Disk model: ST3000DM001-1E61
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x9093d163
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 732566641 732564594 349.3G 7 HPFS/NTFS/exFAT
sudo blkid: /dev/sda5: UUID="417fd8d7-89c9-407c-82f8-6ad369fe4be6" TYPE="ext4" PARTUUID="0e370cb5-05" /dev/sda1: UUID="9AB9-FDD2" TYPE="vfat" PARTUUID="0e370cb5-01" /dev/sdb1: PARTUUID="9093d163-01"
sudo blkid
. There is certainly something wrong with either the partition table or the file system. I would probably repartition, reformat and try again. – vanadium Mar 12 '21 at 13:44/dev/sda5: UUID="417fd8d7-89c9-407c-82f8-6ad369fe4be6" TYPE="ext4" PARTUUID="0e370cb5-05" /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/loop2: TYPE="squashfs" /dev/loop3: TYPE="squashfs" /dev/loop4: TYPE="squashfs" /dev/loop5: TYPE="squashfs" /dev/loop6: TYPE="squashfs" /dev/loop7: TYPE="squashfs"
– Willis Todd Mar 12 '21 at 18:18I don't remember the last time I used this drive, but it was always connected as a usb external drive. I had to open it and connected it with sata cable instead because the portable wouldn't power on. I mostly use Ubuntu computers, but in the past I used to use Windows more, but I don't think this hard drive would have been impacted by any hibernation, since it was not the main drive, just an external, or is that wrong? I only used it to back up files, not likely left connected going into hibernation, but possibly.
– Willis Todd Mar 12 '21 at 22:07Please give me suggestions on what to try!
– Willis Todd Mar 19 '21 at 22:34