I've got two harddisks. On one(hda), I have installed Windows98, And it's almost full of files I want to reach from Linux, which I have installed on my second harddrive(that should be hdb, right?). On hdb I have also installed Windows98. Like the image below.
img.photobucket.com/albums/v453/Nidder/harddrives.jpg
So I do:
Code:
mount -t Fat32 /dev/hda /mnt/gamlaC
and it says:
Code:
mount: fs type Fat32 not supported by kernel
And the same happens when I change Fat32 to fat32 or FAT32
If I do:
Code:
mount -t ext2 /dev/hda /mnt/gamlaC
or change ext2 to ext3 or vfat, then it tells me
Code:
mount: wrong fs type, bad option, bad superblock on /dev/hda,
or too many mounted file systems

What to do?