esxcli storage filesystem list shows all volumes, mounted and unmounted, that are resolved, that is, that are not snapshot volumes.
esxcli storage filesystem unmount unmounts a currently mounted filesystem. Use this command for snapshot volumes or resolved volumes.
The esxcli storage filesystem commands support mounting and unmounting volumes. You can also specify whether to persist the mounted volumes across reboots by using the
--no-persist option.
Use the esxcli storage filesystem command to list mounted volumes, mount new volumes, and unmount a volume. Specify one of the connection options listed in
Connection Options in place of
<conn_options>.
You can later run esxcli storage filesystem volume unmount to unmount the snapshot volume.
Use the vicfg-volume command to list mounted volumes, mount new volumes, and unmount a volume. Specify one of the connection options listed in
Connection Options in place of
<conn_options>.
You can later run vicfg-volume --unmount to unmount the snapshot or replica volume.
The vicfg-volume command supports resignaturing a snapshot volume and mounting and unmounting the volume. You can also make the mounted volume persistent across reboots and query a list of snapshot volumes and original volumes.
The default format of the new label assigned to the datastore is snap-<snapID>-<oldLabel>, where
<snapID> is an integer and
<oldLabel> is the label of the original datastore.
The esxcli storage vmfs snapshot commands support resignaturing a snapshot volume. Specify one of the connection options listed in
Connection Options in place of
<conn_options>.
You can use vicfg-volume to mount, unmount, and resignature VMFS volumes.