LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mount usb drive (https://www.linuxquestions.org/questions/linux-hardware-18/mount-usb-drive-222004/)

pmorimer 08-24-2004 09:01 PM

mount usb drive
 
how is a Usb drive mounted , version redhat 9.0

ranger_nemo 08-24-2004 09:22 PM

USB hard-drives are usually seen as /dev/sda1 ...

As root, "mount -t vfat /dev/sda1 /mnt/usb", or something similar. Once that works, you can add a line to your /etc/fstab to allow normal users to mount/umount.

LavaDevil94 08-24-2004 09:23 PM

Is it the only one you have plugged in? Try this command as root:
mount -t auto /dev/sda1 /mnt
That'll mount the drive on /mnt.

pmorimer 08-24-2004 10:16 PM

thanks for your help, we have a success.


Kind regards

Paul Mortimer.


All times are GMT -5. The time now is 06:19 AM.