Usage of RAMFS and TMPFS

Tmpfs

# mkdir -p /mnt/tmp

# mount -t tmpfs -o size=20m tmpfs /mnt/tmp

Ramfs

# mkdir -p /mnt/ram

# mount -t ramfs -o size=20m ramfs /mnt/ram

Reference: http://www.thegeekstuff.com/2008/11/overview-of-ramfs-and-tmpfs-on-linux/
Trackback

no comment untill now

Sorry, comments closed.