mouht r/w partition with ZFS

Brandon J. Wandersee brandon.wandersee at gmail.com
Mon Mar 14 02:19:40 UTC 2016


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 <filesystem_name>`

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 at gmail.com


More information about the freebsd-questions mailing list