From owner-freebsd-questions@FreeBSD.ORG Mon Nov 19 17:33:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D75C416A41B for ; Mon, 19 Nov 2007 17:33:47 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep12-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 023B413C468 for ; Mon, 19 Nov 2007 17:33:45 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from [192.168.1.104] (really [80.99.119.201]) by viefep12-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071119173326.IMTP19858.viefep12-int.chello.at@[192.168.1.104]> for ; Mon, 19 Nov 2007 18:33:26 +0100 Message-ID: <4741C8E5.4020201@shopzeus.com> Date: Mon, 19 Nov 2007 18:33:25 +0100 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: mount -u -o rw / not working on NFS? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 17:33:47 -0000 Hi All, I have a system where a diskless FreeBSD 6.3 i386 machine boots with pxeboot from a FreeBSD 6.3 amd64 machine. I have lines in /etc/fstab for the diskless machine like: # Device MountPoint FsType Options Dump Pass 172.16.0.1:/usr /usr nfs rw 0 0 172.16.0.1:/mnt/d2/rootfs/root /root nfs rw 0 0 The machine boots from network nicely, then I can login as root and invoke these commands: mount -u -o rw / mount -u -o rw /usr mount -u -o rw /root There is no error message on the console, nor in the system log. However, this happens afterwards: diskless101#mkdir /aaa mkdir aaa: Read-only file system Question: if the remount did not succeed, why didn't it throw an error? If succeeded, why can't I write on the filesystem? Thanks, Laszlo