LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Where are my USB drives ? (https://www.linuxquestions.org/questions/linux-hardware-18/where-are-my-usb-drives-197892/)

Forpus 06-26-2004 06:03 AM

Where are my USB drives ?
 
I've just installed Linux for the first time , and its working great . But i have a harddisk that i use with a USB slave. But i cant find it anywhere. I looked in the config about my pc and i says its mounted. But i don' t know where the directory is located.


Greetz Forpus.

avarus 06-26-2004 06:19 AM

So what do you see when you type 'mount' at a root prompt?

Forpus 06-26-2004 06:34 AM

I already checked that , and it says thats it already mounted.

avarus 06-26-2004 08:23 AM

Unless your mount command is different to mine, typing 'mount' with no arguments will tell you what is mounted and where. Ie:

gandalf root # mount
/dev/hda7 on / type reiserfs (rw,noatime)
/dev/hda1 on /mnt/windows type ntfs (ro,noexec,nosuid,nodev,umask=0)
/dev/hda5 on /boot type ext2 (rw,noatime)

Or are you seeing this:

gandalf root # mount
Error: thats it already mounted.

TIM

Forpus 06-26-2004 08:30 AM

Thanx you all for replyng , but the problem is that i cant find the drive ,because i want to browse the disk. There are some impotend files on it. That why i want te know the the location off this drive is. Or does someone know how i can get the icons that on my desktop from the devices i have mounted.

Thanx you all for youre help already.

Greets Forpus.

michaelk 06-26-2004 08:42 AM

Try looking in the /mnt directory. Maybe /mnt/removable. Assuming this is the only USB storage device its device ID is /dev/sda1. You can also look at the /etc/fstab file to see where the device is mounted.


All times are GMT -5. The time now is 04:18 PM.