LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   partioning problem (https://www.linuxquestions.org/questions/linux-hardware-18/partioning-problem-389721/)

syedabdul 12-06-2005 03:54 AM

partioning problem
 
i have installed redhatlinux9.0 and win xp on my system with 80gb harddisk

i have the following output when i do fdisk /dev/hdc

Device BOOT BOOT Start End Blocks ID SYtem

/dev/hdc1 1 500 4016218 83 linux

/dev/hdc2 * 501 1960 11727450 c win95 fat32(LBA)

/dev/hdc3 1961 9733 62436622+ f extd

/dev/hdc5 1961 4510 20482843+ b fat32

/dev/hdc6 7061 9733 21470841 b fat32

/dev/hdc7 4511 4533 265041 82 swap

question 1

how to add more space to my /dev/hdc1 partition

question 2

when i add all the space in hdc1 hdc2 hdc2 i get around 78180290 out of 80 gb .what has happened to the 2gb space. it is being not shown

question 3

how to move the swap space in hdc7 to hdc2 so that linux partitiion ans swap partition r contigious



plz tell me in a detailed manner

or any material to study or links

michaelk 12-06-2005 07:12 AM

2. Between hdc6 and hdc7 there appears to be some unallocated space. 4534 - 7060
1. You need to move hdc6 to the end of hdc7. Shrink hdc3 so remove the extra space. Then shift hdc3 to the end of the drive. Then move hdc2 to create unallocated space between hdc1 and hdc2. Then expand hdc1.
3. I wouldn't worry about it.

Windows partition magic or linux qtparted are capable of moving partitions around. Be sure to backup and any all data you do not want to lose. Google for more information.


All times are GMT -5. The time now is 05:14 PM.