Is it possible mount two separate tmpfs filesystems during boot? -


when execute df command can see tmpfs mounted on /. need create directory in /etc, tmp , mount tmpfs on /etc/tmp. can adding entry in /etc/fstab saying tmpfs should mounted on /etc/tmp.

yes, example (in /etc/fstab)

tmpfs    /etc/tmp    tmpfs    defaults,size=50%      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 -