Dismount a specified Linux volume. If the volume is NCP-enabled, it also dismounts it from NCP before it dismounts it from Linux.
nlvm [nlvm_options] linux unmount <lx_volume_name>
Command Option
Mandatory. Specify the name of the Linux POSIX volume to dismount.
Use the name format as it is displayed in NSSMU or with the nlvm list volumes command. For information, see nlvm linux mount.
Examples
LV_VOL1 [ex: an LVM volume that is NCP-enabled] lv_vol1 [ex: an LVM volume that is not NCP-enabled] HOME [ex: a non-LVM volume that is NCP-enabled] /home [ex: a non-LVM volume that is not NCP-enabled]
Command Example
Dismounts the NCP-enabled non-LVM volume HOME from NCP, and then dismounts it from Linux.
Dismounts the non-LVM volume /home from Linux.
Dismounts the LVM volume lv_vol1 from Linux.