In article <[EMAIL PROTECTED]>, Mark Ferlatte <[EMAIL PROTECTED]> wrote: >What I can't figure out is how to mount tmpfs on /dev/shm, and then do >the equivilent of >mount --bind /dev/shm /tmp > >in /etc/fstab.
I think this should do it: none /dev/shm tmpfs defaults 0 0 /dev/shm /tmp none rw,bind 0 0 Mike. -- I used to drive a Heisenberg mobile but every time I looked at the speedometer - I got lost!

