From owner-freebsd-current Thu Dec 5 15:04:55 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA11306 for current-outgoing; Thu, 5 Dec 1996 15:04:55 -0800 (PST) Received: from pegasus.isr.uc.pt (pegasus.isr.uc.pt [193.136.230.60]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id PAA11301 for ; Thu, 5 Dec 1996 15:04:49 -0800 (PST) Received: from pioneer.isr.uc.pt (pioneer) by pegasus.isr.uc.pt (5.x/SMI-SVR4) id AA27687; Thu, 5 Dec 1996 23:00:32 GMT Received: from pioneer by pioneer.isr.uc.pt (4.1/SMI-4.1) id AA02307; Thu, 5 Dec 96 23:03:28 GMT Date: Thu, 5 Dec 1996 23:03:27 +0000 (WET) From: Paulo Menezes X-Sender: paulo@pioneer To: current@freebsd.org Cc: Paulo Menezes Subject: mount_mfs Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, In one of our student labs I installed 4 486DX33 Machines as X-terminals. They are using netboot and share the same tree. I would like to make them mount the root filesystem readonly but the Xserver complains that need to create locks in /tmp. This could be simply solved by creating a "ramdisk" and mounting it in /tmp. I digged in the man pages for mount_mfs but I couldn't figure how to create an fstab entry for this. Can someone give me an example on how-to-do-this? Thanks, Paulo