Re: Can't mount pendrive on testing
On Wed 09 Mar 2011 at 19:00:16 -0300, Marcelo Laia wrote:
> [26223.501248] sd 9:0:0:0: [sdb] Assuming drive cache: write through
> [26223.501254] sdb: sdb1
> [26223.517267] sd 9:0:0:0: [sdb] Assuming drive cache: write through
> [26223.517272] sd 9:0:0:0: [sdb] Attached SCSI removable disk
>
>
> I try to mount it by command line as root:
>
> # mount -t vfat -o umask=0000 /dev/sdb /media/pen/
> mount: wrong fs type, bad option, bad superblock on /dev/sdb,
> missing codepage or helper program, or other error
> In some cases useful info is found in syslog - try
> dmesg | tail or so
You could try:
# mount /dev/sdb1 /media/pen
^
Reply to: