i'd like to have access to my files on my windows drive, but i'm having some trouble.
i created a directory
mkdir /mnt/windows
then i tried
mount -t vfat /dev/hda1 /mnt/windows
and got this error...
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
or too many mounted file systems
here's what my drives look like...
fdisk -l
Disk /dev/hda: 255 heads, 63 sectors, 7297 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 7297 58613121 c Win95 FAT32 (LBA)
Disk /dev/hdb: 255 heads, 63 sectors, 1021 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 669 5269320 83 Linux
/dev/hdb3 670 734 522112+ 82 Linux swap
/dev/hdb4 735 1021 2305327+ 7 HPFS/NTFS
Shouldn't this be working??