Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beadm is mounting canmount=no filesystems #28

Open
dlangille opened this issue Mar 10, 2015 · 0 comments
Open

beadm is mounting canmount=no filesystems #28

dlangille opened this issue Mar 10, 2015 · 0 comments

Comments

@dlangille
Copy link

On FreeBSD 9.3 release

$ beadm --version
beadm 1.0 2013/10/13

I have this:

# zfs get canmount system/bootenv/default/usr \
                   system/bootenv/10.1-RELEASE/usr
NAME                             PROPERTY  VALUE     SOURCE
system/bootenv/10.1-RELEASE/usr  canmount  off       local
system/bootenv/default/usr       canmount  off       local

After mounting:

# beadm m': beadm mount 10.1-RELEASE /mnt
Mounted successfully on '/mnt'

I notice /mnt/usr does not contain expected contents. Investigation shows a canmount=no filesystem has been mounted:

$ zfs mount | grep system/bootenv/10.1-RELEASE
system/bootenv/10.1-RELEASE     /mnt
system/bootenv/10.1-RELEASE/tmp  /mnt/tmp
system/bootenv/10.1-RELEASE/usr  /mnt/usr
system/bootenv/10.1-RELEASE/usr/local  /mnt/usr/local
system/bootenv/10.1-RELEASE/usr/obj  /mnt/usr/obj
system/bootenv/10.1-RELEASE/usr/src  /mnt/usr/src
system/bootenv/10.1-RELEASE/var  /mnt/var
system/bootenv/10.1-RELEASE/var/audit  /mnt/var/audit
system/bootenv/10.1-RELEASE/var/empty  /mnt/var/empty
system/bootenv/10.1-RELEASE/var/log  /mnt/var/log
system/bootenv/10.1-RELEASE/var/tmp  /mnt/var/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant