Hi, > Question: How can I remove /var/log at tmpfs?
you have to modify /linuxrc something like this: #qt mount -t tmpfs tmpfs /var/log -o size=$log_size qt mount -t msdos /dev/hda2 /var/log This is how it works for me. I have the following in my /etc/fstab, too: #/dev/hda2 /var/log msdos defaults 1 1 But as you can see, it's commented out, so it's not active. Well. Weird. I think I did that because some things want to write to /var/log before the mount takes place from /etc/fstab, so I let the partition be mounted from /linuxrc. You can try, just comment out the entry in /linuxrc that mounts the tmpfs and try doing the rest in /etc/fstab, perhaps this works for you. Bye, Frank ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
