When i do the "df" command in my machine I can see the following:

Filesystem 1K-blocks Used Available Use% Mounted on

tmpfs 491520 127240 364280 26% /

I want to create another tmpfs. How should i do it?

I am using flash which contains my bootloader, kernel and rootfs. At which stage of booting should I make the changes so that another tmpfs is created.

link|improve this question

78% accept rate
The flash tag is a bit misleading here, it's supposed to be associated with Adobe flash. – chris Nov 15 '10 at 10:46
Hi chris, removed the misleading tag. – LinuxPenseur Nov 15 '10 at 10:56
feedback

1 Answer

You could add a line to /etc/fstab:

none /mnt/mytmp tmpfs defaults 0 0
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.