Displaying 6 results from an estimated 6 matches for "506m".
Did you mean:
5060
2009 Apr 24
4
df -h shows system at 100% used, but there is space left
...e this before? Notice on my /dev/md0 That it
reports 100% used, but also 5.3 Gb available. What would cause this?
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 71G 1.6G 66G 3% /
/dev/sda1 99M 22M 73M 23% /boot
tmpfs 506M 0 506M 0% /dev/shm
/dev/md0 903G 851G 5.3G 100% /home
Thanks in advance!
d
2010 Feb 01
3
very large difference between df and du (10 GB, hard to believe)
...own everything else. The OS is
CentOS 4.8. I noticed a difference between df and du which is hard to believe :
according to df, I am using 29 GB
[root at cedrat-rt ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 33G 29G 2.8G 92% /
none 506M 0 506M 0% /dev/shm
(there are no other partitions - ok, I could have partitioned it a bit more)
but according to
du -kshxc /*
my largest directory is /var (because of mysql) and the grand total is
19 GB
I have a 10 GB difference between both outputs.
I verified with
tune2fs -l /dev/...
2006 Aug 28
1
Can't update kernel, says not enough space
...oot at mail /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 145M 116M 21M 85% /
/dev/sda1 168M 7.0M 152M 5% /boot
/dev/sda9 8.2G 3.9G 3.9G 50% /home
/dev/sda8 2.0G 341M 1.5G 19% /home/root
none 506M 0 506M 0% /dev/shm
/dev/sda7 92M 4.1M 83M 5% /tmp
/dev/sda5 4.2G 1.5G 2.5G 37% /usr
/dev/sda3 981M 743M 189M 80% /var
/dev/shm 53M 0 53M 0% /var/amavis/tmp
What to do?
Thanks,
Scott
2007 Aug 27
0
Avoiding mounting other installation's partitions and volumes
...4.5 x86.
Hi, I have CentOS 5.0 x86 installed on an IDE HDD.
[john at localhost ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
224G 8.5G 204G 4% /
/dev/hdc1 99M 16M 79M 17% /boot
tmpfs 506M 0 506M 0% /dev/shm
I want to install CentOS 4.5 x86 on another hard disk, but from my past
experience, when using one installation, it also automounts the logical
volumes etc of the other installation during boot.
How can I avoid this?
2010 Jun 08
1
grub, initrd and Co
Hi all,
I am trying to boot from a HD created as a copy of a running system
(and it doesn't work, and I don't understand why ...)
This is the system to be copied :
File-system Size Used Avail Use% Mounted on
/dev/hda1 2.0G 797M 1.1G 43% /
tmpfs 506M 0 506M 0% /dev/shm
/dev/hda5 4.7G 3.3G 1.2G 74% /var/spool/squid/cache1
/dev/hda6 4.7G 3.3G 1.2G 74% /var/spool/squid/cache2
The backup of the system has been done with :
/bin/tar czO -C / --preserve-permissions --sparse --one-file-system \
--exclude=lost+fou...
2014 Oct 05
1
CentOS 7 - Have 2 disks, each with a biosboot partition, can only boot off one of them
...e or corruption (fasttop):
0x00000000010a83b0 ***
(full error: http://fpaste.org/139382/25324161/)
It seems like it's blowing up on grub2-probe, as I can generate the
same error. I tried specifying the device:
0 root at an-nas02:~# df -hP |grep boot
/dev/mapper/an--nas02_vg0-lv_boot 506M 133M 373M 27% /boot
0 root at an-nas02:~# lvdisplay /dev/an-nas02_vg0/lv_boot |grep VG
VG Name an-nas02_vg0
0 root at an-nas02:~# pvdisplay /dev/md0 | grep -e "VG Name" -e "PV Name"
PV Name /dev/md0
VG Name an-nas02_...