LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Increase size of my home folder running openSuse 11.3 (https://www.linuxquestions.org/questions/linux-newbie-8/increase-size-of-my-home-folder-running-opensuse-11-3-a-890055/)

pntale 07-05-2011 12:19 PM

Increase size of my home folder running openSuse 11.3
 
how do I increase the size of my home folder in OpenSuse11.3

PTrenholme 07-05-2011 12:27 PM

If /home is on a separate partition, use gparted or any similar partitioning tool, to resize it. If it's just a sub-directory of / (which is fairly usual), then your home folder size is only limited by the size of your drive, or the partition of your drive where you installed openSuSE.

<edit>
Unless you've set up user resource quotas, which would be quite unusual, but, if so, you'd need to increase your quota.
</edit>

markush 07-05-2011 12:29 PM

Hello pntale, welcome to LQ,

could you please post the output of
Code:

sudo fdisk -l
and
Code:

df -hT
Markus

pntale 07-06-2011 10:32 AM

How do I resize my home folder
 
1 Attachment(s)
Please find results of my file system in attachment and guide me on how to resize my home folder am using OpenSuse 11.3

markush 07-06-2011 11:22 AM

It looks like /dev/sda3 is the systempartition of your Windows (drive c: ) There are 75GB of 100GB free.

Windows 7 comes with a tool and can decrease (or increase) it's own partition. You may as well use gparted. But note that the new free space is does not increase your homepartition since the Win 7 partition is in the "middle" of the disk and /home which is /dev/sda9 is at the "end" of it.

Are you sure that you want more space for your /home partition? you have already 100GB, and your root / partition is not very big. I'd recommend to check at first how you can distribute your data better over your partitions. For example, it is possible to mount /usr/local/ on a separate partition. You can check with the command
Code:

du -h /usr/local
how much of the diskspace this folder uses.

Markus

pntale 07-06-2011 12:30 PM

1 Attachment(s)
My /usr/local is as in attachment. please advise

markush 07-06-2011 12:40 PM

mh, it is nearly empty.

could you please check your /usr directory with du -h and post the output here (actually we'll need to see the amount of diskspace the directory uses, it is the last line).

Markus

pntale 07-07-2011 12:21 AM

1 Attachment(s)
Results of my user directory in attachment

markush 07-07-2011 12:40 AM

Hello,

the problem is not to decrease your Windows-partition but to decide which directory of your Linux should be mounted there.

[edit]:It seems odd to me, that your /usr directory uses about 85GB of space this was wrong, I misread that [/edit]. As you know the /usr directory normally holds only systemfiles and no personal data. Could you please tell us where you've stored such data, like multimedia-files or downloads. Normaly /usr should be less than 15GB.

Markus

colucix 07-07-2011 12:47 AM

Quote:

Originally Posted by markush (Post 4407469)
It seems odd to me, that your /usr directory uses about 85GB of space. As you know the /usr directory normally holds only systemfiles and no personal data. Could you please tell us where you've stored such data, like multimedia-files or downloads. Normaly /usr should be less than 15GB.

Markus

Hi Markus! :) Actually the last posted screenshot is related to /home. You're right about the position of the /home partition at the end of the disk that prevents the enlargement. Shouldn't another disk be an option? Or is this a notebook?

pntale 07-07-2011 01:12 AM

This is a notebook fujitsu lifebook500A series

pntale 07-07-2011 01:22 AM

1 Attachment(s)
The multimedia and downloads are in my home

markush 07-07-2011 02:44 AM

Quote:

Originally Posted by colucix (Post 4407478)
Hi Markus! :) Actually the last posted screenshot is related to /home.

Hi colucix, thanks for your post, I misread that.

Markus


All times are GMT -5. The time now is 10:59 PM.