On occasion when you perform a zfs snapshot to another host the share may not always show up as mounted, although a “zfs list” will show it. To get this share mounted after a snapshot you will need to use the zfs mount command. Below is an example:
zfs mount pool/share
This will mount a particular share that was previously sent via the solaris zfs snapshot.
Leave a Reply
You must be logged in to post a comment.