1

My buddy wants me to extract files out of his dead PC. I don't have one of those SATA to USB cables but what I can do is unplug the CD/DVD drive and plug in the HDD instead (I've used this method to format 2 HDDs before). The only problem is, I just recently started using Ubuntu so I don't exactly know how to open files that are stored in another HDD. Thanks in advance.

1 Answers1

3

You can launch Nautilus (Ubuntu file explorer) to view the device if it is automounted and just copy files from there. Otherwise you can try to find the device name with sudo fdisk -l

Then try mounting it with sudo mount -t /dev/sdb1 /media where /dev/sdb1 is the name found with fdisk