1. Log on to XenServer host as a root user.
2. Create the required mount point:
Example: # mkdir /share (this creates a folder called share under / )
3. Use the mount command as follows:
# mount -t cifs //server/share -o username=UserName,password=myPassword /share
4. Type the command below to verify share has been mounted:
# mount
5. You should be able to list browse and list contents of share using
#ls -l
http://support.citrix.com/article/CTX121937
mount /dev/cdrom /mnt
cd /mnt/Linux
./install.sh
# cd /mnt/Linux
# rpm -ivh --nodeps xe-guest-utilities-6.2.0-1137.x86_64.rpm
Preparing... ################################# [100%]
Updating / installing...
1:xe-guest-utilities-6.2.0-1137 ################################# [100%]
# rpm -ivh xe-guest-utilities-xenstore-6.2.0-1137.x86_64.rpm
Preparing... ################################# [100%]
Updating / installing...
1:xe-guest-utilities-xenstore-6.2.0################################# [100%]