These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Extending Home Space on the new forum.
Hi All,
I'm seriously confused at the moment, as I have done this before on my other server, but I cannot for the life of me remember how I have done it.
Basically I installed everything from scratch on a brand new server, but for some reason I only have 20GB of usable space, when there is 900GB partitioned into logical volume "home"
I think the volume that is being used at the moment is "root", but how can i mount the "home" volume into /home/?
My current FSTAB
Anyone have any ideas?
Hmm, I don't see a separate partition for "/home".
What output does this produce:
df -h
Output is as follows
Hmm, well, it appears there that your largest partition is 20GB, and that's currently in use for the / partition.
Do you perhaps have a partition that's not currently being mounted?
-Eric
Yes I think that is the issue, I have created a volume group "home" which I've tried mounting to /home/ but it wouldnt let me.
I managed to figure it out, I reformatted the partition using the ext4 filetype and then it allowed me to mount it on /home/
Super, I'm glad you got that working!