Mounting DOS partition ... easy question.
Ok, I'm new to this. I have all the pieces but I don't know how to put them together.
Here's the output of 'fdisk -l'
Disk /dev/hda: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1307 10498446 7 HPFS/NTFS
/dev/hda2 1308 4800 28057522+ 83 Linux
/dev/hda3 4801 4864 514080 82 Linux swap
Here's my /etc/fstab
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/hda1 /dos hpfs/ntfs defaults 0 0
That last line is mine. What a I doing wrong? When I do
mount /dos
I get
mount: fs type hpfs/ntfs not supported by kernel
What file system type does my fstab -l dictate for the fstab file?
John
|