Quote:
|
Originally Posted by ketan_hk
Disk /dev/hda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 5227 41985846 7 HPFS/NTFS
/dev/hda2 10465 12030 12578863+ c W95 FAT32 (LBA)
/dev/hda3 12031 12161 1052226 d7 Unknown
/dev/hda4 5228 10454 41985877+ 5 Extended
/dev/hda5 5228 7777 20482843+ b W95 FAT32
/dev/hda6 7778 9052 10241406 b W95 FAT32
/dev/hda7 9053 9065 104391 83 Linux
/dev/hda8 9066 10454 11157111 8e Linux LVM
Partition table entries are not in disk order
please help still i m in dillema why my drives is not displaying i have also re-formated and do new clean installation.
|
Here is an example from my computer:
$ /sbin/fdisk -l
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 10199 81922048 7 HPFS/NTFS
/dev/sda2 10200 10212 104422+ 83 Linux
/dev/sda3 10213 24321 113330542+ 8e Linux LVM
In order to mount ntfs filesystem (I use ntfs-3g, yum install ntfs-3g).
First you should create dir where u want your driver to be mounted (usually in /mnt or /media).
$ mkdir something
and than use command
$ ntfs-3g /dev/sda1 /mnt/something
That's it. Also check
http://www.fedorafaq.org/.