LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to use unpartition space (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-use-unpartition-space-697216/)

lalji 01-14-2009 05:52 AM

how to use unpartition space
 
I have installed redhat eterprise linux 5

i have 160 gb hdd

ihad created partition

1. 50gb EXT3 /
2. 2048mb (2GB) swap

so, unparttion space is 100GB something



I have Problem that


HOW CAN USE UNPARTITION SPACE FROM Gnome session

repo 01-14-2009 05:55 AM

Quote:

so, unparttion space is 100GB something
format the space using qparted or fdisk
mount it as /data or /whatever
use it to store your data

jschiwal 01-14-2009 06:01 AM

You don't need to yell. You could add a partition in the empty space; create a filesystem (format) such as ext3 for example, and then use that for the /home partition. Simply mount the partition somewhere temporarily (let's say on /mnt), run "mv /home/* /mnt/", finally unmount the partition and remount it on /home.

If you are using lvm2, then you could instead use Red Hats lvm configuration wizard to add the empty partition.

You could also mount the filesystem on a directory in your home directory. Suppose you will have 10's of GB of podcasts. You could mount it over a ~/podcasts directory.

The /usr system directory tends to be large and grows over time as you add new packages. Not as large as /home on a typical workstation. It makes sense to have /home on it's own partition. This would allow you to reinstall a different distro and not format the old /home partition.


All times are GMT -5. The time now is 07:14 AM.