Hi,
my machine has debian system and i insert an usb external hard drive on it. the hard drive has been formated as fat32. but i can't mount it. the command i used is:
mount -t vfat /dev/sda /mnt/test
/mnt/test is the mounting point. the reply of debian is:
mount: wrong fs type, bad option, bad superblock on /dev/sda,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
what's wrong with my usb external hard drive? who can help me? thanks!