dtf
Group: Members
Posts: 196
Joined: Nov. 2005 |
|
Posted: Mar. 29 2006,23:24 |
|
What is the command you are trying and are you sure you are specifying the correct drive. I you use fdisk -l you can see what you currently have.
eliza:/home/dtf # fdisk -l
Disk /dev/hda: 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/hda1 * 1 24320 195350368+ 7 HPFS/NTFS
Disk /dev/hdb: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System /dev/hdb1 1 131 1052226 82 Linux swap / Solaris /dev/hdb2 132 2741 20964825 83 Linux /dev/hdb3 2742 9729 56131110 f W95 Ext'd (LBA) /dev/hdb5 2742 9725 56098948+ 83 Linux eliza:/home/dtf #
I have two drives I can configure /dev/hda and /dev/hdb.
If I want to configure /dev/hda then I enter
cfdisk /dev/hda
|