6.25 Linux Unmount

linux unmount <lx_volume_name>

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

lx_volume_name

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

nlvm volume unmount HOME

Dismounts the NCP-enabled non-LVM volume HOME from NCP, and then dismounts it from Linux.

nlvm volume unmount /home

Dismounts the non-LVM volume /home from Linux.

nlvm volume unmount lv_vol1

Dismounts the LVM volume lv_vol1 from Linux.