Mount USB Device From Command Line
OS: 9.3 Pro How can I mount my USB drive from the commanf line? (I.E., outside the GUI automounter) Thank you, Lucky Leavell
* Lucky Leavell <susemisc@UniXpress.com> [06-18-05 06:30]:
How can I mount my USB drive from the commanf line? (I.E., outside the GUI automounter)
The answer is in: man mount If your questions are not answered, please ask again. hint: you need to know the device name, /dev/xxxx you also need a free directory to name as the mount point use /etc/fstab as examples -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery
On Sat, 2005-06-18 at 07:34 -0400, Lucky Leavell wrote:
OS: 9.3 Pro
How can I mount my USB drive from the commanf line? (I.E., outside the GUI automounter)
Thank you, Lucky Leavell
Really no need to. Just cd /media/name_of_your_USB_device. It should automatically be mounted. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
On Saturday 18 June 2005 07:34, Lucky Leavell wrote:
OS: 9.3 Pro How can I mount my USB drive from the commanf line? (I.E., outside the GUI automounter)
mount -t vfat /dev/sda1 /mnt/usbdrive Modify the above as necessary to reflect the file system of your drive, its device name on your system, and the mount point you are using. Bryan ******************************************************** Powered by SuSE Linux 9.2 Professional KDE 3.3.0 KMail 1.7.1 This is a Microsoft-free computer Bryan S. Tyson bryantyson@earthlink.net ********************************************************
participants (4)
-
Bryan Tyson
-
Ken Schneider
-
Lucky Leavell
-
Patrick Shanahan