On Wed, Jan 07, 2004 at 06:26:03PM +0000, Dennis Dryden wrote:
I've tryed this to mount the card but have had no luck(as shown):
icedesk:/home/dennis# mount -t vfat -o ro /dev/sda /mnt/usb-cardreader/ mount: wrong fs type, bad option, bad superblock on /dev/sda, or too many mounted file systems
Does anyone have nay suggestions on what to try?
It's probably got a partition table on it. Try:
mount -t vfat -o ro /dev/sda1 /mnt/usb-cardreader/
Or "fdisk -l /dev/sda" to see what partitions there are if that doesn't work.
J.