Re: mount --bind and fstab

2001-12-10 Thread Mark Ferlatte
On Mon, Dec 10, 2001 at 10:08:42PM +, Miquel van Smoorenburg wrote (1.00): > I think this should do it: > > none /dev/shmtmpfs defaults0 0 > /dev/shm/tmpnone rw,bind 0 0 Perfect! That's exactly it. M

Re: mount --bind and fstab

2001-12-10 Thread Miquel van Smoorenburg
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/shmtmpfs defaults

mount --bind and fstab

2001-12-10 Thread Mark Ferlatte
Hey all; I'm trying to setup tmpfs, and encountering the following problem: I know how to mount tmpfs on /dev/shm, and I know how to mount tmpfs on /tmp, and I know how to put both entries in the fstab. What I can't figure out is how to mount tmpfs on /dev/shm, and then do the equivilent of mou