Table of ContentsView in Frames

The disk add_mount command

The disk add_mount command adds a volume mount point.

Syntax for this command is:

sdcli disk add_mount {-m MachineName} -vn Volume_Name -mp Volume_Mount_Point {-create_folder}

Volume_Name is the name of the volume that you are trying to add or move. The volume name can be located in the output from the disk list command.

Volume_Mount_Point is the location you want to mount the LUN. This can also be a drive letter.

-create_folder indicates that a folder should be created for the new mount point if one does not already exist.

Example

sdcli disk add_mount -vn \\?\Volume{db6160d8-1f14-11da-8ef3-000d5671229b} -mp G:\mount_vol1 -create_folder