I have FreeBSD 9.1 using a ZFS partition, I have incorrect syntax in the /etc/rc.conf file, but I cannot mount the partition; it is read-only. How to mount a ZFS partition for full access? Any ideas?
I know it's solved but there's another option to keep in mind here which is in my opinion important enough to mention as well. Keep in mind that ZFS does a lot of "house holding" by itself using parameters which can be set using the zfs command.
So in this example where a ZFS filesystem has already been mounted you should also be able to change the ReadOnly flag:
Code:
smtp2:/home/peter $ zfs get readonly zroot
NAME PROPERTY VALUE SOURCE
zroot readonly off local
If you'd want to change it for the zroot filesystem you'd use something like this: # zfs set readonly=off zroot.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.