LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Resizing Partition (https://www.linuxquestions.org/questions/linux-newbie-8/resizing-partition-265052/)

CarnageBox 12-10-2004 08:08 PM

Resizing Partition
 
I have a linux partition right now on a drive that also has XP. Right now XP is 70 gb and Linux is 10. I'd like to change that and I'm trying to use Partition Magic 8 and it doesn't let me resize the linux partition. I have unallocated free space on the drive, is there anyway to merge that into my linux installation? I really need the space, thanks.

J.W. 12-11-2004 01:34 AM

Have you tried BootIT NG? It's just a great utility.

Similarly, if you've got unallocated space on your disk, resizing might not be necessary. First, format the space using your favorite file system (mkfs, etc), second, mount the partition to a new mountpoint. At this point the new space would be accessible in Linux. Prior to using it however, be sure (while you are root) to set the appropriate permissions on it.

Finally, if you want that new space to be automatically mounted during bootup, you will need to add a line to the fstab file (in the /etc directory). It may sound somewhat complicated if you haven't done it before, but actually it's not too tough. Good luck with it -- J.W.


All times are GMT -5. The time now is 06:42 AM.