LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-05-2011, 12:19 PM   #1
pntale
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Rep: Reputation: Disabled
Increase size of my home folder running openSuse 11.3


how do I increase the size of my home folder in OpenSuse11.3

Last edited by pntale; 07-05-2011 at 12:20 PM. Reason: add details
 
Old 07-05-2011, 12:27 PM   #2
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
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>

Last edited by PTrenholme; 07-05-2011 at 12:29 PM.
 
Old 07-05-2011, 12:29 PM   #3
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello pntale, welcome to LQ,

could you please post the output of
Code:
sudo fdisk -l
and
Code:
df -hT
Markus
 
Old 07-06-2011, 10:32 AM   #4
pntale
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
How do I resize my home folder

Please find results of my file system in attachment and guide me on how to resize my home folder am using OpenSuse 11.3
Attached Thumbnails
Click image for larger version

Name:	LQ-1 resize home folder.png
Views:	110
Size:	18.8 KB
ID:	7494  
 
Old 07-06-2011, 11:22 AM   #5
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
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

Last edited by markush; 07-06-2011 at 11:38 AM.
 
Old 07-06-2011, 12:30 PM   #6
pntale
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
My /usr/local is as in attachment. please advise
Attached Thumbnails
Click image for larger version

Name:	lq-2 usr-local.png
Views:	45
Size:	9.0 KB
ID:	7496  
 
Old 07-06-2011, 12:40 PM   #7
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
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
 
Old 07-07-2011, 12:21 AM   #8
pntale
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
Results of my user directory in attachment
Attached Thumbnails
Click image for larger version

Name:	Screenshot-pntale@pntale-sby0.site:~.png
Views:	50
Size:	32.4 KB
ID:	7503  
 
Old 07-07-2011, 12:40 AM   #9
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
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

Last edited by markush; 07-07-2011 at 03:00 AM. Reason: I misread the OP's post
 
Old 07-07-2011, 12:47 AM   #10
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by markush View Post
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?
 
1 members found this post helpful.
Old 07-07-2011, 01:12 AM   #11
pntale
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
This is a notebook fujitsu lifebook500A series
 
Old 07-07-2011, 01:22 AM   #12
pntale
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
The multimedia and downloads are in my home
Attached Thumbnails
Click image for larger version

Name:	LQ-4-pntale@pntale-sby0.site:~-1.png
Views:	37
Size:	30.9 KB
ID:	7505  
 
Old 07-07-2011, 02:44 AM   #13
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Quote:
Originally Posted by colucix View Post
Hi Markus! Actually the last posted screenshot is related to /home.
Hi colucix, thanks for your post, I misread that.

Markus
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to increase /home directory size vin08rag Linux - Newbie 7 03-02-2010 03:19 AM
How do I increase the size of my "Home " folder. Colin M Linux - Newbie 11 02-15-2010 05:42 PM
how to find size increase most file or folder? jimmyjiang Linux - Server 1 07-16-2007 10:47 PM
how to increase the size of home partition srnerkar1 Linux - Software 1 12-05-2005 05:28 AM
Folder Max Size and Limiting SSH access to home folder. Mefistofeles Linux - General 4 11-26-2005 02:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration