From owner-freebsd-fs@FreeBSD.ORG Tue Apr 3 09:11:57 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC3F8106566C for ; Tue, 3 Apr 2012 09:11:56 +0000 (UTC) (envelope-from rsb@berentweb.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 172728FC18 for ; Tue, 3 Apr 2012 09:11:55 +0000 (UTC) Received: by lagv3 with SMTP id v3so6111862lag.13 for ; Tue, 03 Apr 2012 02:11:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=/kX0J5C5bZJOOKgKtO/LJr11qO9UOxsx6XOQC9XaiSE=; b=eHorSbRQJ84X2hYN03nVfdykyqVJMNhhBz1veUhpczQgAkyUUphpCtz9eCnhrI76TN 5T8RuS1f/eP+RfNUn9nbcSJ2Qjqvy8mn7jZS84mCQGyrNbFm3T9Cnoy/5vvldT1eLVAt cBpYAugTtFj+xARDWkk4Cky7etJ16MUf6zjWE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :x-gm-message-state; bh=/kX0J5C5bZJOOKgKtO/LJr11qO9UOxsx6XOQC9XaiSE=; b=g/UFE6636oLnBuuO06JNjWicMmGRD8pFAQUXpCatPIVEdUoqAD3fqGbCeXHIaWOAXI L9j9S8OfB5ZiL5J4dkzbucHsh2nT6bm4lXfIM2hylcBSs/SrzIjAhMlhH7RAPbT4T7YG q2Plhc3TI8DqUwe66qI46Iiua34e9614pOiePG8uINcVov83gkwWNeSMr7n58EKSzL9P nZ4eu3OeTkemmf4J8VKBDEg1h0r1aXdl8tTrvqZz+klT8KfwLGfPF+Hns/+N3JU/Hn3T CPIw4DszET0sD6KpfMPorvnCJiIXP0wvrGE9NeblLCUQoNIho2oH9xJVAVZSSzUxKmt/ 3+nA== MIME-Version: 1.0 Received: by 10.152.110.170 with SMTP id ib10mr13767095lab.7.1333444315050; Tue, 03 Apr 2012 02:11:55 -0700 (PDT) Sender: rsb@berentweb.com Received: by 10.112.77.15 with HTTP; Tue, 3 Apr 2012 02:11:55 -0700 (PDT) X-Originating-IP: [85.110.29.196] In-Reply-To: <20120403081048.GB25776@server.vk2pj.dyndns.org> References: <20120403081048.GB25776@server.vk2pj.dyndns.org> Date: Tue, 3 Apr 2012 12:11:55 +0300 X-Google-Sender-Auth: IFLkJLzt6fppND_Neu4vE9MkewI Message-ID: From: Beeblebrox To: freebsd-fs@freebsd.org X-Gm-Message-State: ALoCoQm2VGLzIDPEUJz2CHSUOkq+X9kd9OCvqbZTg6WtjSnUHPQ68bcJT4gnkEdQq9BOBQuo5P3z Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Diskless client mount NFS-root error X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2012 09:11:57 -0000 Hi Peter, thanks for holding my hand :)) folder /data/amd64/conf/ has etc & var which are mounted r/w as md0, md1 onto client for its write needs. Other than that, why would a DC need write privilege for root? Also /home is separate export. Thanks. On Tue, Apr 3, 2012 at 11:10 AM, Peter Jeremy wrote: > On 2012-Apr-02 12:28:05 +0300, Beeblebrox wrote: > >Client boots fine and gets to mounting root from NFS, but then stops with: > >"Mounting root filesystem rw failed, startup aborted" and drops to > >single-user mode. > .... > >*/etc/exports*: /data/amd64 -ro -maproot=0 -network 192.168.2.0/24 > > You're exporting the root read-only so it's unlikely the client > will be able to write. > > -- > Peter Jeremy >