RPI tmpfs

df
Sys. de fichiers blocs de 1K Utilisé Disponible Uti% Monté sur
/dev/root            7577920 1856288    5384068  26% /
devtmpfs              242616       0     242616   0% /dev
tmpfs                 246900       4     246896   1% /dev/shm
tmpfs                 246900    9000     237900   4% /run
tmpfs                   5120       4       5116   1% /run/lock
tmpfs                 246900       0     246900   0% /sys/fs/cgroup
/dev/mmcblk0p1     64456    21312       43144  34% /boot

 

devtmpfs                 242616            0     242616   0% /dev


A filesystem that contains information about devices. The files is pointers to device drivers in the kernel.

tmpfs                      246900       9000     237900   4% /run


Used by daemons to save temporary information.

tmpfs                         5120            4         5116   1% /run/lock


Used to prevent the same daemon to be started more than once.

tmpfs                      246900            4     246896   1% /dev/shm


Used to create shared memory segments for Inter-Process Communication..

 

No module Published on Offcanvas position