This is easier to look at: Code: Device Boot Start End Blocks Id System
/dev/sda1* 1 1275 10241406 7 HPFS/NTFS
/dev/sda2 1276 2550 10241437+ 7 HPFS/NTFS
/dev/sda3 2551 9729 57665317+ f W95 Ext'd (LBA)
/dev/sda7 2551 2614 514017 83 Linux
/dev/sda8 2615 3889 10241406 83 Linux
/dev/sda9 3890 4969 8675068+ 83 Linux
/dev/sda10 4970 5100 1052226 82 Linux swap / Solaris
5101 6375
/dev/sda5 6376 7650 10241406 7 HPFS/NTFS
/dev/sda6 7651 9728 16691503+ 7 HPFS/NTFS
This puts the partitions in order by their starting and end blocks.
As rcgreen stated ... the empty space on your drive resides between block 5101 and 6375.
You can use a partitioning tool such as fdisk or parted (or a GUI one like gparted) to create a logical partition in that space.
As rcgreen stated ... you can format this partion as a FAT32 so both OS's can read/write to it ... or you can just format it for Linux (eg. ext3).
Then you can add it to your /etc/fstab to be mounted.
__________________
Men occasionally stumble over the truth,
but most of them pick themselves up
and hurry off as if nothing had happened.
Winston Churchill
... then the Unix-Gods created "man" ...
|