From owner-freebsd-questions@freebsd.org Mon Mar 14 02:19:40 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0977EAD0D6D for ; Mon, 14 Mar 2016 02:19:40 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6F7718B9 for ; Mon, 14 Mar 2016 02:19:39 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-ig0-f177.google.com with SMTP id vf5so50729290igb.0 for ; Sun, 13 Mar 2016 19:19:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=0IPE6vms7F71b5ytO0pcT2gwpxe10Ui/USHHEeXrEpE=; b=JBAXk6TbFyhEPPA4qTEBxFmNouWZcSnEvrGcvw/wJbwjMSjjShSgUB1zBEA8rwW3r5 V/yegBwRrlMkMjoPHCdoCREqgF7XL/iW5BfihiHtUsAsTEWvvsxOGu5jeLrU1++792vG 9k6mjbRK3OTBSY7OjmNGPSV3Ulw0w7MxbgYOtMVh+ZaTA/WOxRJCmVqZBZ7hW2eXFqYH JGbq+flKUTLpW05HadbdC7MECQCVdA7m/YjvPTHnk+ciZs+bs0g5poOlJVCiSu02Nrh6 z5nbof1cC+dqS7ylSSfWKyDBZFGE7nZtI5QXp8ruw8ZLCzFElKR2EDTJuraxQUWRkNur uz9g== X-Gm-Message-State: AD7BkJIKNfBKGAZXaK4J+FApSNo6H7bJCOyfACJF5z3Ykr9CpCRja9G37BomX6rywNxvYw== X-Received: by 10.50.13.101 with SMTP id g5mr15115444igc.31.1457911268394; Sun, 13 Mar 2016 16:21:08 -0700 (PDT) Received: from WorkBox.Home.gmail.com (174-30-194-239.mpls.qwest.net. [174.30.194.239]) by smtp.gmail.com with ESMTPSA id be7sm5357829igb.1.2016.03.13.16.21.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Mar 2016 16:21:07 -0700 (PDT) References: <684CA226-DCF6-42D6-A551-69692D26D70A@fastmail.fm> User-agent: mu4e 0.9.15; emacs 24.5.1 From: Brandon J. Wandersee To: "Bradley T. Hughes" Cc: Carmel , freebsd-questions@freebsd.org Subject: Re: mouht r/w partition with ZFS In-reply-to: <684CA226-DCF6-42D6-A551-69692D26D70A@fastmail.fm> Date: Sun, 13 Mar 2016 18:21:13 -0500 Message-ID: <868u1m2cd2.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 02:19:40 -0000 Bradley T. Hughes writes: >> This is a ZFS filesystem. How can I get read/write access to the files, >> rc.conf specifically? > > I'm assuming your /etc/rc.conf is on the root filesystem. In which case you need to remount / read-write with `mount -uw /` Perhaps a little better: `zfs set readonly=off ` Either should work in single-user mode, but changing the read-only status of a ZFS filesystem doesn't reaquire unmounting and re-mounting it. -- :: Brandon Wandersee :: brandon.wandersee@gmail.com