Results 1 to 6 of 6
Hey, I am getting a message there is no space left in root, but when I go to examine drive (fedora 13) it says "used 47.6GB available 57.4 GB" and ...
- 07-16-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 28
drive full?
Hey, I am getting a message there is no space left in root, but when I go to examine drive (fedora 13) it says "used 47.6GB available 57.4 GB" and I know the partition is about 100+ GB. Why does it say I am full, and how do I fix this?
- 07-16-2010 #2
Please post the output of
Code:su -c 'fdisk -l' df -h
- 07-16-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 28
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 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: 0xff5f92f0
Device Boot Start End Blocks Id System
/dev/sda1 * 1 15201 122098688 7 HPFS/NTFS
/dev/sda2 15201 15265 512000 83 Linux
/dev/sda3 15265 30402 121586688 8e Linux LVM
Disk /dev/dm-0: 53.7 GB, 53687091200 bytes
255 heads, 63 sectors/track, 6527 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: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 60.3 GB, 60263759872 bytes
255 heads, 63 sectors/track, 7326 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: 0x00000000
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/dm-2: 10.5 GB, 10536091648 bytes
255 heads, 63 sectors/track, 1280 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: 0x00000000
Disk /dev/dm-2 doesn't contain a valid partition table
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_bayesian-lv_root
50G 43G 4.1G 92% /
tmpfs 4.0G 696K 4.0G 1% /dev/shm
/dev/sda2 485M 98M 362M 22% /boot
/dev/mapper/vg_bayesian-lv_home
56G 797M 52G 2% /home
/dev/sr0 3.6G 3.6G 0 100% /media/Fedora 13-Beta x86_64 DVD
- 07-16-2010 #4Well, according to this, root is mounted on a 50 GB partition, of which 43 GB is used. (A lot for root! My root partition only has 5.5 GB used with a full KDE install right now.)50G 43G 4.1G 92% /
If you've been downloading a lot of packages, you can clean the cache out with
A handy program for looking at what's taking up space is ncdu. Should be in the repos.Code:su -c 'yum clean all'
- 07-16-2010 #5Just Joined!
- Join Date
- May 2010
- Posts
- 28
- 07-16-2010 #6
You also have 56GB for /home which might be where the rest of your space is?
Anyway when a drive fills up like this it is often the logs. Have a look in /var/log/ to see what is going on with your logs.
run
cd /var/log
du -h
to see how big things areIf we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.


Reply With Quote
