LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-28-2012, 09:12 AM   #1
Angoni6
LQ Newbie
 
Registered: Jun 2012
Posts: 9

Rep: Reputation: Disabled
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?
 
Old 06-28-2012, 09:18 AM   #2
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
If you open a terminal window and enter
Code:
df -h
what does that show you?
 
Old 06-28-2012, 09:18 AM   #3
hurryi
Member
 
Registered: Apr 2010
Distribution: RHEL
Posts: 77

Rep: Reputation: 8
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
 
Old 06-29-2012, 12:07 AM   #4
Angoni6
LQ Newbie
 
Registered: Jun 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
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
 
Old 06-29-2012, 12:09 AM   #5
Angoni6
LQ Newbie
 
Registered: Jun 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
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
 
Old 06-29-2012, 12:50 AM   #6
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Can you post the exact error message for "it tells me there is only 1gb left "?
 
Old 06-29-2012, 02:04 AM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
/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.
 
Old 06-29-2012, 02:09 AM   #8
Angoni6
LQ Newbie
 
Registered: Jun 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
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"
 
Old 06-29-2012, 02:12 AM   #9
Angoni6
LQ Newbie
 
Registered: Jun 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by EDDY1 View Post
/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
 
Old 06-29-2012, 02:14 AM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
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
 
Old 06-29-2012, 02:14 AM   #11
ewalter
LQ Newbie
 
Registered: Jun 2012
Location: kampala,Uganda
Distribution: backtrack
Posts: 10

Rep: Reputation: Disabled
You can find out what's taking mob space using du -sh /dev/sda5
 
Old 06-29-2012, 02:18 AM   #12
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
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 /
 
Old 06-29-2012, 02:21 AM   #13
Angoni6
LQ Newbie
 
Registered: Jun 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
output du -sh /dev/sda5

0 /dev/sda5
 
Old 06-29-2012, 02:25 AM   #14
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
http://gparted.sourceforge.net/
http://gparted.sourceforge.net/livecd.php/
 
Old 06-29-2012, 03:13 AM   #15
ewalter
LQ Newbie
 
Registered: Jun 2012
Location: kampala,Uganda
Distribution: backtrack
Posts: 10

Rep: Reputation: Disabled
Sorry du -sh /dev/sda5/*
 
  


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
Readjust disk space between /dev/sda2 and /dev/sda5 born2bdesi Linux - Newbie 23 12-20-2010 11:40 PM
How to get Hard Disc memory size used and unused space in c/c++ Linux program dwijesh Linux - Hardware 4 06-26-2009 01:35 AM
how to remove disk space in /dev/sda8 to increase the /dev/sda7 centguy Linux - Software 16 11-27-2008 06:05 PM
Secure unused disk space wipes, dd and shred Akonbobot Linux - Security 10 03-14-2008 01:01 AM

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

All times are GMT -5. The time now is 05:12 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