LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No hard disk space where I have 150gb unused in /dev/sda5 (https://www.linuxquestions.org/questions/linux-newbie-8/no-hard-disk-space-where-i-have-150gb-unused-in-dev-sda5-4175413834/)

Angoni6 06-28-2012 09:12 AM

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?

tronayne 06-28-2012 09:18 AM

If you open a terminal window and enter
Code:

df -h
what does that show you?

hurryi 06-28-2012 09:18 AM

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

Angoni6 06-29-2012 12:07 AM

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

Angoni6 06-29-2012 12:09 AM

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

catkin 06-29-2012 12:50 AM

Can you post the exact error message for "it tells me there is only 1gb left "?

EDDY1 06-29-2012 02:04 AM

/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

Angoni6 06-29-2012 02:09 AM

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"

Angoni6 06-29-2012 02:12 AM

Quote:

Originally Posted by EDDY1 (Post 4714748)
/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

EDDY1 06-29-2012 02:14 AM

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

ewalter 06-29-2012 02:14 AM

You can find out what's taking mob space using du -sh /dev/sda5

EDDY1 06-29-2012 02:18 AM

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 /

Angoni6 06-29-2012 02:21 AM

output du -sh /dev/sda5

0 /dev/sda5

EDDY1 06-29-2012 02:25 AM

http://gparted.sourceforge.net/
http://gparted.sourceforge.net/livecd.php/

ewalter 06-29-2012 03:13 AM

Sorry du -sh /dev/sda5/*


All times are GMT -5. The time now is 05:17 PM.