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
Post a Comment