> > Hmmm maybe try /dev/sd0c? > > This gives a different error: > > $ sudo mount -t msdos /dev/sd0c /mnt > mount_msdos: /dev/sd0c on /mnt: inappropriate file type on format > > Any comments are welcomed.
RTFM! MSDOS is ALWAYS ALWAYS 'i' in disklabel even if the whole drive is formated as FAT! Thus try with /dev/sd0i "disklabel sd0" should have told you that. Regards, ahb