--- H S Rai <[EMAIL PROTECTED]> wrote:
> =================== > debian:~# mount -t msdos /dev/sda1 /mnt/usb/ > mount: wrong fs type, bad option, bad superblock on > /dev/sda1, > missing codepage or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > debian:~# mount -t vfat /dev/sda1 /mnt/usb/ > mount: wrong fs type, bad option, bad superblock on > /dev/sda1, > missing codepage or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > debian:~# mount -t usbfs /dev/sda1 /mnt/usb/ > debian:~# ls /mnt/usb/ > 001/ 002/ 003/ 004/ devices drivers > debian:~# ls /mnt/usb/ You probably dont have any partitions on your flash disk - think like a floppy disk. Try mount /dev/sda /mnt/usb Also it would be easier if you could show the output in /var/log/messages when you plug in the flash disk. usbfs is a filesystem mounted under the /proc it is not for accessing the data on your USB storage media. Mithun __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help
