Ramdisk

From Alessandro's Wiki
Revision as of 19:02, 8 December 2015 by Xunil (talk | contribs) (Created page with " * /mnt/diskcache vi /etc/fstab mkdir -p /mnt/diskcache/1 mount -t tmpfs -o size=64m tmpfs /mnt/diskcache/1 tmpfs /mnt/diskcache/1 tmpfs nodev,nosuid,noexec,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • /mnt/diskcache


vi /etc/fstab


mkdir -p /mnt/diskcache/1
mount -t tmpfs -o size=64m tmpfs /mnt/diskcache/1
tmpfs       /mnt/diskcache/1 tmpfs   nodev,nosuid,noexec,nodiratime,size=64M   0 0



echo  "tmpfs       /mnt/diskcache/1 tmpfs   nodev,nosuid,noexec,nodiratime,size=64M   0 0

> " >> /etc/fstab

mount -a
df -hT /mnt/diskcache/1