I just ran df -h a minute ago and noticed a filesystem has been added that I'm not familliar with. Does anyone know why /run exists? is this something that's
been added by the kernel? by Arch Linux?
run 10M 236K 9.8M 3% /run
|
I just ran
|
||||
|
|
|
Apparently, many tools (among them udev) will soon require a /run/ directory that is mounted early (as tmpfs). Arch developers introduced /run last month to prepare for this. The udev runtime data moved from /dev/.udev/ to /run/udev/. The /run mountpoint is supposed to be a tmpfs mounted during early boot, available and writable to for all tools at any time during bootup, it replaces /var/run/, which should become a symlink some day. [1] There is more detail here: http://www.h-online.com/open/news/item/Linux-distributions-to-include-run-directory-1219006.html [1] From thread on the Arch Projects ML |
|||
|
|
The That means that daemons like Like The |
||||
|
|