LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   usb stick (https://www.linuxquestions.org/questions/linux-newbie-8/usb-stick-286023/)

jwijesundra 02-03-2005 10:28 PM

usb stick
 
hey i'm using fedora core 3 and i need to mount my usb stick.
I tried mount /dev/sdb /mount/flash -t vfat
but i get the following
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
or too many mounted file systems

My usb disk is formatted in fat16.

Thanks,

Jerome

JaseP 02-03-2005 10:32 PM

Try mounting as auto...
It isn't an encrypted USB stick is it???

IBall 02-03-2005 11:51 PM

It is possible that Fedora automounted it for you when you plugged it in. Run the command "mount" with no arguments, and see if your usb stick is listed there. If it is, you should be able to simply copy files to it (on Mandrake 10, it gets auto mounted to /mnt/removable), and when you are done just unplug it (Wait for the files to finish copying first though!.

Also, are you sure that the usb stick is /dev/sdb and not /dev/sda or something else? Try the command "dmesg" and also "cat /proc/scsi/scsi".

I hope this helps
--Ian


All times are GMT -5. The time now is 07:17 AM.