Mount cifs and nfs storage from CLI on xenserver

Mount cifs and nfs storage from CLI on xenserver

book

Article ID: CTX217452

calendar_today

Updated On:

Description

Mount cifs and nfs storage from CLI on xenserver


Instructions

NFS : 

mount -t nfs <IP or hostname of NFS>:/nfs /mnt -vvv

CIFS:
mount -t cifs -o username=<uname>,password=<pwd> //CIFS_Server/Sharename  /mnt -vvv