okay, i'm needing some help with fdisk in linux...
Here's a printout of my partition table from fdisk:
Code:
Disk /dev/hda: 255 heads, 63 sectors, 3739 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1274 10233373+ 7 HPFS/NTFS
/dev/hda2 1275 3739 19800112+ 5 Extended
/dev/hda5 1275 1720 3582463+ 83 Linux
/dev/hda6 1721 1751 248976 82 Linux swap
/dev/hda7 1752 3739 15968578+ 83 Linux
My NTFS partition is Primary & my Linux partition are all on the Extended
These are the commands:
Code:
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)
I just need to take 1gig from that NTFS partition, and make it a ext2fs partition, so I can work on my linux from scratch.
Bookmarks