Discussion:
clearing ZFS smb share
(too old to reply)
d***@gmail.com
2013-07-11 18:34:32 UTC
Permalink
$ share -A
solshare1 /export2/Music smb -
Music /export2/Music smb -


The first share (solshare1) was created with a zfs send. I'd like to get rid of it, any directions please?

--
joe
John D Groenveld
2013-07-11 21:07:56 UTC
Permalink
Post by d***@gmail.com
$ share -A
solshare1 /export2/Music smb -
Music /export2/Music smb -
The first share (solshare1) was created with a zfs send.
I'd like to get rid of it, any directions please?
What version of Solaris?
$ uname -srv

John
***@acm.org
d***@gmail.com
2013-07-12 02:54:37 UTC
Permalink
Post by John D Groenveld
Post by d***@gmail.com
$ share -A
solshare1 /export2/Music smb -
Music /export2/Music smb -
The first share (solshare1) was created with a zfs send.
I'd like to get rid of it, any directions please?
What version of Solaris?
$ uname -srv
John
Solaris 11.1 on x86
John D Groenveld
2013-07-14 20:07:52 UTC
Permalink
[follow-ups set to comp.unix.solaris]
Post by d***@gmail.com
$ share -A
solshare1 /export2/Music smb -
Music /export2/Music smb -
The first share (solshare1) was created with a zfs send. I'd like to get rid of it, any directions please?
Looks like you have a named shared.
<URL:http://docs.oracle.com/cd/E26502_01/html/E29007/gayne.html>
# zfs get -r share.smb POOL/FILESYSTEM
# zfs set share.smb=off POOL/FILESYSTEM%solshare1

John
***@acm.org
d***@gmail.com
2013-07-15 14:40:13 UTC
Permalink
Thank you!

Loading...