Tmpfs
De Linuxmemo.
Version du 23 octobre 2018 à 13:47 par Linuxmemo (discuter | contributions)
Créer un tmpfs, un repertoire en memoire ram
mkdir /mnt/mytmpfs chmod 777 /mnt/mytmpfs mount -t tmpfs -o size=512M tmpfs /mnt/mytmpfs
Créer un tmpfs, un repertoire en memoire ram
mkdir /mnt/mytmpfs chmod 777 /mnt/mytmpfs mount -t tmpfs -o size=512M tmpfs /mnt/mytmpfs