View Full Version : Disk (dev) 100 %
sanmaris
03-01-2005, 06:23
Disk (dev) 100 %
I got this in WebHost Manager/Server Status/Service Status and a red alert bullet.What is this?
mikron15
03-01-2005, 16:39
one of ur disk partition is full....to see disk usuage, type df in ssh prompt
psyxakias
03-01-2005, 18:05
sanmaris,
/dev is a system virtual partition that belongs to devfs (DEVice File System). It's usually quite small (example: 1KB) and 100% filled so what you're getting on your cPanel is absolutely normal.
DescriptionDevfs is an alternative to "real" character and block special devices on your root filesystem. Kernel device drivers can register devices by name rather than major and minor numbers. These devices will appear in devfs automatically, with whatever default ownership and protection the driver specified. A daemon (devfsd) can be used to override these defaults. Devfs has been in the kernel since 2.3.46.
This is from a new client's server I just configured:[root@foo:~] df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s1a 71G 1.6G 64G 2% /
devfs 1.0K 1.0K 0B 100% /dev
devfs 1.0K 1.0K 0B 100% /var/named/dev
In short, you may safely forget about its existance and that it's 100% full :)
Additional Information:
http://www.atnf.csiro.au/people/rgooch/linux/docs/devfs.html
http://www.gentoo.org/doc/en/devfs-guide.xml
sanmaris
03-02-2005, 07:42
thank you very much.i`m not very familiar with FreeBSD and unix, but i try to learn. :)
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.