R
R
Rail Khamdeev2014-09-02 12:44:44
ubuntu
Rail Khamdeev, 2014-09-02 12:44:44

How to work with /run in Ubuntu?

Good afternoon!
Today I dealt with one VPS on Ubuntu 14.04
So, by default, the mounted partitions look like this:

df -H
Filesystem      Size  Used Avail Use% Mounted on
/dev/vda1        43G   25G   16G  61% /
none            4,1k     0  4,1k   0% /sys/fs/cgroup
udev            1,1G  4,1k  1,1G   1% /dev
tmpfs           210M  345k  210M   1% /run
none            5,3M     0  5,3M   0% /run/lock
none            1,1G     0  1,1G   0% /run/shm
none            105M     0  105M   0% /run/user

And while /var/run is a symbolic link to /run
In /etc/fstab there is only one entry that mounts /
In /etc/mtab there are options with which /run is mounted
tmpfs /run tmpfs rw,noexec,nosuid,size=10%,mode=0755 0 0

And the question is - how did I mount /run on tmpfs? What demon mounted it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor, 2014-09-02
@rhamdeew

Here you will find the answers:
https://wiki.debian.org/ReleaseGoals/RunDirectory

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question