1unshare(1M) System Administration Commands unshare(1M)
2
3
4
6 unshare - make local resource unavailable for mounting by remote sys‐
7 tems
8
10 unshare [-p] [-F FSType] [-o specific_options]
11 [pathname | resourcename]
12
13
15 The unshare command makes a shared local resource unavailable as file
16 system type FSType. If the option -FFSType is omitted, then the first
17 file system type listed in file /etc/dfs/fstypes will be used as the
18 default. Specific_options, as well as the semantics of resourcename,
19 are specific to particular distributed file systems.
20
22 -F FSType
23
24 Specify the file system type.
25
26
27 -o specific_options
28
29 Specify options specific to the file system provided by the -F
30 option.
31
32
33 -p
34
35 Remove resource from shared status in a way that persists across
36 reboots.
37
38
40 /etc/dfs/fstypes
41
42 Lists distributed file system utilities packages installed on the
43 system.
44
45
46 /etc/dfs/sharetab
47
48 Contains a table of local resources shared by the share command.
49
50
52 See attributes(5) for descriptions of the following attributes:
53
54
55
56
57 ┌─────────────────────────────┬─────────────────────────────┐
58 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
59 ├─────────────────────────────┼─────────────────────────────┤
60 │Availability │SUNWcsu │
61 └─────────────────────────────┴─────────────────────────────┘
62
64 share(1M), shareall(1M), attributes(5)
65
67 If pathname or resourcename is not found in the shared information, an
68 error message will be sent to standard error.
69
70
71 When an unshare command completes successfully, a client mounting a
72 file system specified in that unshare command no longer has access to
73 that file system.
74
75
76
77SunOS 5.11 23 Jan 2007 unshare(1M)