LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't mount my USB memory stick in Debian (https://www.linuxquestions.org/questions/linux-newbie-8/cant-mount-my-usb-memory-stick-in-debian-622182/)

properganda 02-19-2008 03:58 AM

Can't mount my USB memory stick in Debian
 
I edited /etc/fstab to add:

/dev/sda1 /mnt/usb vfat noauto,user,fmask=133,dmask=022 0 0

but when I plug the stick in it came back with an error:

Can't find /mnt/usb


So I then ran the commands:

mkdir /mnt/usb
mount /dev/sda1 /mnt/usb


and tried again, and this time it came back with:

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


so I did

dmesg | tail

And got this error message:

Unable to load NLS charset cp437


Any advizes?

properganda 02-19-2008 04:11 AM

It's either that I'm using the wrong codepage option, in which case, how to find out the right one?

Or

I'm using the wrong file-system, should it be vfat for an sdcard in a usb adapter thing?

jschiwal 02-19-2008 06:33 AM

Try
sudo /sbin/modprobe nls_437

Make sure you have the xorg-x11-fonts-core package installed.

Maybe try the option "codepage=437".

http://www.nslu2-linux.org/wiki/HowT...FATFileSystems


All times are GMT -5. The time now is 12:13 PM.