LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mount usb thumb drive in my laptop (https://www.linuxquestions.org/questions/linux-general-1/mount-usb-thumb-drive-in-my-laptop-422361/)

DanielTan 03-07-2006 12:22 AM

Mount usb thumb drive in my laptop
 
How to mount an usb thumb drive in my laptop under rescue mode in FC3 ? pls advise . Thanks

Rgds
Daniel

macemoneta 03-07-2006 06:36 PM

1. plug in the drive
2. mkdir thumb
3. mount -t vfat /dev/sda1 thumb/

If you have other devices that appear as SCSI disks to the system, you may have to increment the "sda" part. The sequence is:

/dev/sda1
/dev/sdb1
/dev/sdc1
...

vstoykov 12-20-2007 11:44 AM

I suggest using options „noatime“ and „async“ to extend memory life:
http://www.linuxquestions.org/questi...=1#post2997168


All times are GMT -5. The time now is 07:55 PM.