fts delmount(8dfs)

Removes a mount point

Synopsis

fts delmount -dir directory_name... [-help]

Options

-dir directory_name
Names the mount point to be deleted. Provide a complete pathname. The last element in the pathname must be an actual name, not . (dot) or .. (dot dot).

-help
Prints the online help for this command. All other valid options specified with this option are ignored.

Description
The fts delmount command removes the mount point specified by -dir. The associated fileset is not affected, but it is inaccessible if no other mount points exist for it. When the mount point for a fileset is removed, any fileset mounted only as a subdirectory of the fileset's root directory becomes inaccessible.

Privilege Required
If -dir resides in a directory in a DCE LFS fileset, the issuer must have write, execute, and delete permissions on the directory in which it resides. If -dir resides in a directory in a non-LFS fileset, the issuer must have write and execute permissions on the directory in which it resides.

Examples
The following command removes the mount point for the fileset user.vijay, which is mounted at /.../abc.com/fs/usr/vijay:

$ fts delm /.../abc.com/fs/usr/vijay

Related Information
Commands: fts crmount(8dfs)

fts lsmount(8dfs)