Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

unshare(1m) [sunos man page]

unshare(1M)						  System Administration Commands					       unshare(1M)

NAME
unshare - make local resource unavailable for mounting by remote systems SYNOPSIS
unshare [-F FSType] [-o specific_options] [pathname | resourcename] DESCRIPTION
The unshare command makes a shared local resource unavailable as file system type FSType. If the option -FFSType is omitted, then the first file system type listed in file /etc/dfs/fstypes will be used as the default. Specific_options, as well as the semantics of resourcename, are specific to particular distributed file systems. OPTIONS
-F FSType Specify the file system type. -o specific_options Specify options specific to the file system provided by the -F option. FILES
/etc/dfs/fstypes /etc/dfs/sharetab ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
share(1M), shareall(1M), attributes(5) NOTES
If pathname or resourcename is not found in the shared information, an error message will be sent to standard error. When an unshare command completes successfully, a client mounting a file system specified in that unshare command no longer has access to that file system. SunOS 5.10 6 Nov 2000 unshare(1M)

Check Out this Related Man Page

unshare_nfs(1M) 					  System Administration Commands					   unshare_nfs(1M)

NAME
unshare_nfs - make local NFS file systems unavailable for mounting by remote systems SYNOPSIS
unshare [ -F nfs] pathname DESCRIPTION
The unshare command makes local file systems unavailable for mounting by remote systems. The shared file system must correspond to a line with NFS as the FSType in the file /etc/dfs/sharetab. OPTIONS
The following options are supported: -F This option may be omitted if NFS is the first file system type listed in the file /etc/dfs/fstypes. FILES
/etc/dfs/fstypes /etc/dfs/sharetab ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWnfssu | +-----------------------------+-----------------------------+ SEE ALSO
nfsd(1M), share(1M), attributes(5) NOTES
If the file system being unshared is a symbolic link to a valid pathname, the canonical path (the path which the symbolic link follows) will be unshared. For example, if /export/foo is a symbolic link to /export/bar (/export/foo -> /export/bar), the following unshare command will result in /export/bar as the unshared pathname (and not /export/foo): example# unshare -F nfs /export/foo For file systems that are accessed by NFS Version 4 clients, once the unshare is complete, all NFS Version 4 state (open files and file locks) are released and unrecoverable by the clients. If the intent is to share the file system after some administrative action, the NFS daemon (nfsd) should first be stopped and then the file system unshared. After the administrative action is complete, the file system would then be shared and the NFS daemon restarted. See nfsd(1M) SunOS 5.10 6 May 2003 unshare_nfs(1M)
Man Page