-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Myles Green spewed electrons into the ether that resembled: > On June 14, 2002 08:57 pm, Douglas J Hunley wrote: > > I currently do this on the mothership: > > mkdir -p /dev/shm/tmp /dev/shm/var/lock /dev/shm/var/run > > mount --bind /dev/shm/tmp /tmp > > mount --bind /dev/shm/var/lock /var/lock > > mount --bind /dev/shm/var/run /var/run > > question: do you just do this the one time and that's it, or do you need > to edit /etc/fstab and/or and some lines to (for instance) the rc.local > file?
you need to do the mkdir once... then in theory, put this in your /etc/fstab /dev/shm/tmp /tmp tmpfs bind,defaults 0 0 - -- Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778 Admin: Linux StepByStep - http://www.linux-sxs.org and http://jobs.linux-sxs.org If NT is your answer, you don't understand the question -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9EjqCSrrWWknCnMIRAgc4AJ0cO5WVG1F3dXvyiFPcylFd//WOKgCglRpm wJ1E4sCbRgdadKxSvCmJZcs= =a78v -----END PGP SIGNATURE----- _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
