Linux Mint 7 cannot read external hdd

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
lagagnon

Re: Linux Mint 7 cannot read external hdd

Post by lagagnon »

Yes your external drive is called /dev/sdf and it has one FAT32 partition on it. Can you not see it when you insert the USB cable, then open up the "Computer" icon on the desktop. It should show itself as a Media icon there ????
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
ashwinhgtx

Re: Linux Mint 7 cannot read external hdd

Post by ashwinhgtx »

Try connecting it to a Windows computer and using the 'Safely Remove Hardware' option in the system tray to eject it. Then connect it to the Mint install. It should work.
lagagnon

Re: Linux Mint 7 cannot read external hdd

Post by lagagnon »

Try manually mounting it from the command line:

sudo mkdir /mnt/tmp
sudo mount /dev/sdf1 /mnt/tmp

then use the file browser to navigate to /mnt/tmp

then you unmount when finished with:

sudo umount /mnt/tmp
lagagnon

Re: Linux Mint 7 cannot read external hdd

Post by lagagnon »

First - did you create /mnt/tmp as I said above? And secondly, run "sudo fdisk -l" to make sure the correct device name is /dev/sdf1 - it may be something else.
lagagnon

Re: Linux Mint 7 cannot read external hdd

Post by lagagnon »

It should have understood it was a vfat filesystem so try this instead:

sudo mount -t vfat /dev/sdf1 /mnt/tmp
Locked

Return to “Beginner Questions”