K, trying to mount a parition on my secondary drive, hereis my screen output, I *don't* get it.
Code:
[root@localhost sbin]# ./fdisk -l /dev/hdd
Disk /dev/hdd: 255 heads, 63 sectors, 784 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 * 1 653 5245191 83 Linux
/dev/hdd2 654 784 1052257+ 82 Linux swap
[root@localhost sbin]# mount /dev/hdd1 /mnt/lfs/
mount: fs type ntfs not supported by kernel
and before these steps i did a;
mke2fs /dev/hdd1 which didn't give me any errors. Any ideas?