LovelyAngel
Programmer
Hi everyone,
I am just a newby, and I am wondering how to mount my /dev/hda1
I typed "fdisk -l" to list my hard disk partitions, and it returns:
/dev/hda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/hda2 2041 2432 3148708+ e Win95 FAT16 (LBA)
/dev/hda3 1276 1288 104422+ 83 Linux
/dev/hda4 1289 2040 6040440 f Win95 Ext'd (LBA)
/dev/hda5 1289 1992 5654848+ 83 Linux
/dev/hda6 1993 2040 385528+ 82 Linux swap
the first HPFS/NTFS partition is my windows 2000, and I created a folder named "win2K" under /mnt, and i used a command:
"mount -t ntfs /dev/hda1 /mnt/win2K"
but it returns an error "mount: fs type ntfs not supported by kernel".
I have check the mount command, but the ntfs is actually a type of mount, can anyone tell me why?
BTW, what is "LBA" and what is "Linux swap" for?
God and I don't know.
I am just a newby, and I am wondering how to mount my /dev/hda1
I typed "fdisk -l" to list my hard disk partitions, and it returns:
/dev/hda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/hda2 2041 2432 3148708+ e Win95 FAT16 (LBA)
/dev/hda3 1276 1288 104422+ 83 Linux
/dev/hda4 1289 2040 6040440 f Win95 Ext'd (LBA)
/dev/hda5 1289 1992 5654848+ 83 Linux
/dev/hda6 1993 2040 385528+ 82 Linux swap
the first HPFS/NTFS partition is my windows 2000, and I created a folder named "win2K" under /mnt, and i used a command:
"mount -t ntfs /dev/hda1 /mnt/win2K"
but it returns an error "mount: fs type ntfs not supported by kernel".
I have check the mount command, but the ntfs is actually a type of mount, can anyone tell me why?
BTW, what is "LBA" and what is "Linux swap" for?
God and I don't know.