18GB seems an excessive amount to be using on your root partition. I recommend that (as root) you run
du --max-depth=1 -m -x /
I have started using a machine that has both Debian and Windows 7 installed. However, after installing some programs I started getting a message that there is not enough space. I knew that the system had more than 1TB of hard disk space in total and did some research.
My system is CentOS 6 x86_64 with root partition formatted as ext4.
df reports around 3Gb as used space:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/md1 20158260 3433724 15700540 18% /
but du -sm -x / claims less than a single Gb is used actually:
[root@xxxx ~]# du -sm -x /
948 /
I wonder what is going on here.
Hi all,
Wierd problem, when I map a Windows Drive to my Ubuntu HTPC Samba share, Windows reports the free space as the free space on my root partition?!!?
HTPC Ubuntu server:
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 12G 6.5G 4.0G 62% /udev 1.6G 308K 1.6G 1% /dev
none 1.6G 104K 1.6G 1% /dev/shm
none
My computer is dual booting windows 7 and ubuntu (12.04). My ubuntu partition has an encrypted root and home. The trouble is that for a while the /root partition has been almost full (94% to 98%. I haven't been able to run updates without being very selective because of the lack of space.I try to clean up the root directory, but it never clears up more than 100 or so mb of memory.
I am trying to do yum update on RHEL 6 box and I am getting this error message
Transaction Check Error:
installing package kernel-2.6.32-279.9.1.el6.x86_64 needs 10MB on the /boot filesystem
installing package grub-1:0.97-77.el6.x86_64 needs 10MB on the /boot filesystem
Error Summary
-------------
Disk Requirements:
At least 10MB more space needed on the /boot filesystem.
My /boot has t
Hi,
when i first installed ubuntu(dual boot win 7), i partitioned it to /boot / and /home.
After installing ubuntu for a few months, one of my filesystem /dev/sda7 which is mounted on / is running out of space.
Possible Duplicate:
How do I find the amount of free space on my hard drive?
In Nautilus, I can easily see the physical size (total capacity, free space, used space) of any mounted disk, e.g.
First, the phrase "unallocated filesystem" is an oxymoron -- unallocated space is just that: unallocated (unused). You can't put a filesystem in unallocated space.