LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB mass storage device file system (https://www.linuxquestions.org/questions/linux-hardware-18/usb-mass-storage-device-file-system-148021/)

shariqali 02-19-2004 09:58 AM

USB mass storage device file system
 
Hello,

I have been trying to mount my USB mass storage device in my SJDS, but I keep getting the following error message:

/dev/sda1: Input/output error
mount: you must specify the file system type

Does anyone know what this message means and what kind of file system type exists on USB mass storage devices?

Thanks.
SA

Nis 02-19-2004 10:31 AM

most likely it's vfat. Try
Code:

mount -t vfat /dev/sda1 /mnt


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