Connecting to SMB shares

To connect to an SMB share, you need to mount an SMB export created in Virtuozzo Infrastructure like any other resource shared via SMB. You will need:

  • The virtual IP address of the node hosting the share
  • The export path
  • Active Directory (AD) administrator credentials

Run the following command in the console:

# net use Z: \\10.10.10.101\export1 /user:TEST\Administrator

where:

  • Z: is an arbitrary drive letter to assign to the share
  • 10.10.10.101 is the virtual IP address of the node hosting the share
  • \export1 is the path to the export inside your share
  • TEST is the NetBIOS domain name