adam.nz
about
posts
projects
contact
# mount -t tmpfs -o size=50M,mode=700 tmpfs /mnt
Create a RAM disk (
tmpfs
) with a maximum size of 50MB and read/write only by root (default is mode
1777
). See
/usr/src