Setting file system to mount when boot
Hi,
I would like to set the zfs file system to be mounted after server booted up.
I tried to set the "mounted" property to yes but server replied with "'mounted' is readonly". The property of "readonly" is "off" now.
# zfs set mounted=yes datapool/app
cannot set property for 'datapool/app': 'mounted' is readonly
# zfs get readonly datapool/app
NAME PROPERTY VALUE SOURCE
datapool/app readonly off default
Please advise.