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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-28-2012, 09:12 AM
|
#1
|
LQ Newbie
Registered: Jun 2012
Posts: 9
Rep:
|
No hard disk space where I have 150gb unused in /dev/sda5
I am running on fedora 13 (dont ask me why!)and when ever I am switching on my computer it tells me there is only 1gb left on the computer. but when I check /dev/sda5 has about 150gb free space. How do I claim this space?
|
|
|
06-28-2012, 09:18 AM
|
#2
|
Senior Member
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541
|
If you open a terminal window and enter
what does that show you?
|
|
|
06-28-2012, 09:18 AM
|
#3
|
Member
Registered: Apr 2010
Distribution: RHEL
Posts: 77
Rep:
|
Could you provide the output of the following commands?
df -h
fdisk -l
as /dev/sda5 is a partition and we have no idea about the filesystem(s) created or not created on it
|
|
|
06-29-2012, 12:07 AM
|
#4
|
LQ Newbie
Registered: Jun 2012
Posts: 9
Original Poster
Rep:
|
df -h output
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 151G 8.5G 135G 6% /
tmpfs 990M 520K 989M 1% /dev/shm
/dev/sda1 194M 23M 162M 13% /boot
/dev/sda2 77G 72G 1.9G 98% /home
|
|
|
06-29-2012, 12:09 AM
|
#5
|
LQ Newbie
Registered: Jun 2012
Posts: 9
Original Poster
Rep:
|
fdisk -l output
Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000080
Device Boot Start End Blocks Id System
/dev/sda1 * 1 26 204800 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 26 10225 81920000 83 Linux
/dev/sda3 10225 10388 1310720 82 Linux swap / Solaris
/dev/sda4 10388 30395 160703488 5 Extended
/dev/sda5 10388 30395 160702464 83 Linux
|
|
|
06-29-2012, 12:50 AM
|
#6
|
LQ 5k Club
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
|
Can you post the exact error message for "it tells me there is only 1gb left "?
|
|
|
06-29-2012, 02:04 AM
|
#7
|
LQ Addict
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841
|
/home is 77Gig, 72Gig used, you either have a lot of data, Downloads or refuse to empty trash.
edit
After examining your / has a lot of space, but your /home is getting full, either get rid of unnecessary files or resize using live-cd
Last edited by EDDY1; 06-29-2012 at 02:09 AM.
|
|
|
06-29-2012, 02:09 AM
|
#8
|
LQ Newbie
Registered: Jun 2012
Posts: 9
Original Poster
Rep:
|
The message is "The volume 'home' has only 1.8gb disk space remaining. You can free some space by removing removing programs or files or by moving files to another disk or partion"
|
|
|
06-29-2012, 02:12 AM
|
#9
|
LQ Newbie
Registered: Jun 2012
Posts: 9
Original Poster
Rep:
|
Quote:
Originally Posted by EDDY1
/home is 77Gig, 72Gig used, you either have a lot of data, Downloads or refuse to empty trash.
edit
After examining your / has a lot of space, but your /home is getting full, either get rid of unnecessary files or resize using live-cd
|
@ Eddy Yes my home is the one which is full but my hard disk is around 250gb. In this case I am only using 78gb of that. I want to use the whole lot
|
|
|
06-29-2012, 02:14 AM
|
#10
|
LQ Addict
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841
|
If everything on /home is important use gparted-live & shrink sda2 from the right, move sda3 to the left, grow extended sda4 to the left, then grow sda5 to left filling sda4
|
|
|
06-29-2012, 02:14 AM
|
#11
|
LQ Newbie
Registered: Jun 2012
Location: kampala,Uganda
Distribution: backtrack
Posts: 10
Rep:
|
You can find out what's taking mob space using du -sh /dev/sda5
|
|
|
06-29-2012, 02:18 AM
|
#12
|
LQ Addict
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841
|
Quote:
@ Eddy Yes my home is the one which is full but my hard disk is around 250gb. In this case I am only using 78gb of that. I want to use the whole lot
|
Ireally don't think you have a use for 151 Gig /
|
|
|
06-29-2012, 02:21 AM
|
#13
|
LQ Newbie
Registered: Jun 2012
Posts: 9
Original Poster
Rep:
|
output du -sh /dev/sda5
0 /dev/sda5
|
|
|
06-29-2012, 02:25 AM
|
#14
|
LQ Addict
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841
|
|
|
|
06-29-2012, 03:13 AM
|
#15
|
LQ Newbie
Registered: Jun 2012
Location: kampala,Uganda
Distribution: backtrack
Posts: 10
Rep:
|
Sorry du -sh /dev/sda5/*
|
|
|
All times are GMT -5. The time now is 12:30 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|