Is it possible to change the dataset's "Share Type" property after creation?

krantz

Dabbler
Joined
Jun 2, 2013
Messages
41
Hi all

I used "zfs rename src/path/dataset dst/path/dataset" with successful results to better arrange my datasets.

Now I'd like to change some datasets' "Share Type" property so I can specialize them for NFS, and others for SMB.

All datasets have data in them.

Any suggestions?

Thanks!
-Kz
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
Hi all

I used "zfs rename src/path/dataset dst/path/dataset" with successful results to better arrange my datasets.

Now I'd like to change some datasets' "Share Type" property so I can specialize them for NFS, and others for SMB.

All datasets have data in them.

Any suggestions?

Thanks!
-Kz
No. Because part of the property set for SMB is to make dataset case-insensitive. This is an immutable property.
 
Top