Hi Adam,<br><br><div><span class="gmail_quote">On 3/14/06, <b class="gmail_sendername">Adam Davin</b> <<a href="mailto:byteme-its@westnet.com.au">byteme-its@westnet.com.au</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> ><br>> > mount -t vfat /dev/sda /media/usb_drive<br>> ><br>> > mount: wrong fs type, bad option, bad superblock on /dev/sda,<br>> >        missing codepage or other error<br>> >        In some cases useful info is found in syslog - try
<br>> >        dmesg | tail  or so<br>> ><br>> > Can someone shed some light into this.<br>> ><br><br>You could try explicitly loading the vfat module if it is not already<br>compiled into the kernel.
<br><br>ummm.. something that just comes to mind.. usually sda points to the<br>drive itself, not the partitions. You might want to try:<br><br># fdisk -l /dev/sda<br><br>This will list the partitions available on the drive. It might be that
<br>you are trying to mount the drive itself rather than the partitions.<br><br>Hope this helps,<br><br>Regards,<br><br>--<br><br>Adam Davin<br>Byteme IT Services<br>Mob: 0422 893 898<br>Fax: 08 9493 4462<br>Email: <a href="mailto:byteme-its@westnet.com.au">
byteme-its@westnet.com.au</a><br>_______________________________________________<br>PLUG discussion list: <a href="mailto:plug@plug.org.au">plug@plug.org.au</a><br><a href="http://www.plug.org.au/mailman/listinfo/plug">http://www.plug.org.au/mailman/listinfo/plug
</a><br>Committee e-mail: <a href="mailto:committee@plug.linux.org.au">committee@plug.linux.org.au</a><br></blockquote></div><br>
# fdisk -l /dev/sda<br>
<br>
Did list the filesystem, but when I try to mount it using -t ntfs or
vfat it still gave me the same error, I have tried -t usbfs, where it
mounted it but it displayed incorrect files...<br>
<br>
<br>
Thanks for the reply.<br>