Veritas NetBackup™ Appliance Commands Reference Guide
- Overview
- Appendix A. Main > Appliance commands
- Appendix B. Main > Manage > FibreChannel commands
- Appendix C. Main > Manage > HighAvailability commands
- Appendix D. Main > Manage > Libraries commands
- Appendix E. Main > Manage > Libraries > Advanced > ACS commands
- Appendix F. Main > Manage > License commands
- Appendix G. Main > Manage > MountPoints commands
- Appendix H. Main > Manage > NetBackup CLI commands
- Appendix I. Main > Manage > OpenStorage commands
- Appendix J. Main > Manage > Software commands
- Appendix K. Main > Manage > Storage commands
- Appendix L. Main > Manage > Tapes commands
- Appendix M. Main > Manage > Certificates commands
- Appendix N. Main > Monitor commands
- Appendix O. Main > Network commands
- Appendix P. Main > Network > Security commands (IPsec)
- Appendix Q. Main > Reports commands
- Appendix R. Main > Settings commands
- Appendix S. Main > Settings > Alerts commands
- Appendix T. Main > Settings > Notifications view commands
- Appendix U. Main > Settings > Security commands
- Appendix V. Main > Support commands
Name
Main > Manage > MountPoints > Unmount — Used to unmount a mounted NFS drive.
SYNOPSIS
Unmount MountPoint [Force]
DESCRIPTION
Use the Unmount command to unmount a mounted NFS drive. If the directory name is specified correctly the following process takes place:
The NFS is unmounted successfully.
The directory is removed from the file system.
In case the directory is on a nested path, only that directory is removed.
OPTIONS
- Unmount MountPoint [Force]
Unmount a previously mounted NFS drive.MountPoint is the name of the local mount point that appears as a subdirectory where the NFS drive is mounted.
You can use the Manage > Mountpoints > List command to list and verify the existing mount points.
The following options are used to identify the NFS drive to be unmounted:
MountPoint |
Enter the name of the mount point. The mount point is a subdirectory under /mnt/remote. For example, garry. Note: If the specified mount point is valid, it is un-mounted from the /mnt/remote directory. An error may be displayed if the full directory path (example: /tmp/garry) is specified instead of just a mount point name (example:garry). |
[Force] |
Specify this parameter to unmount the NFS forcibly. |
EXAMPLES
The following is an example output for un-mounting the mount point garry.
abc123.MountPoints> Unmount garry - [Info] Deleting mount entry from configuration files. - [Info] Umount the directory from system. - [Info] Successfully unmount the request source from '/mnt/remote/garry'.