LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Flash USE drive? (https://www.linuxquestions.org/questions/linux-newbie-8/flash-use-drive-230644/)

jp2 09-14-2004 05:43 PM

Flash USE drive?
 
How would i go about getting my flash USB drive to work with lunix?
I went to the Admin menu and "scaned for removable storage devices", but nothing was found.

Any ideas?
Thanks,

Pcghost 09-14-2004 08:05 PM

Your thumbdrive should be /dev/sda or /dev/sdaX (replace X with a number between 1 and 9). Try to mount /dev/sda to a folder you create. Like so

mount /dev/sda /mnt/thumbdrive -t vfat


All times are GMT -5. The time now is 05:02 AM.