filesystems - Create a new tmpfs and mount it -


when "df" command in machine can see following:

filesystem           1k-blocks      used available use% mounted on tmpfs                491520    127240    364280  26% / 

i want create tmpfs. how should it?

i using flash contains bootloader, kernel , rootfs. @ stage of booting should make changes tmpfs created.

you add line /etc/fstab:

none /mnt/mytmp tmpfs defaults 0 0 

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -