
I thought the command is already included in nc10-scripts that's why my surprise it didn't work after installing the package. Cheers.
Code: Select all
cd Desktop
When I do it, my USB key disappear and I can not mount it a second time.Unplug then replug the USB key in order to detect and mount the new DOS partition on it.
Code: Select all
sudo mount /dev/sdX1 /mnt
$ sudo mount -t vfat /dev/sdb1 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I must reformat my key to mount it again.$ dmesg | tail
[ 5560.170403] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 5560.170895] FAT: invalid media value (0xb9)
[ 5560.170905] VFS: Can't find a valid FAT filesystem on dev sdb1.