[Of parochial interest only]
I’m using the EUI’s Citrix farm for some high-demand computing. Instead of emailing the data files back and forth, I finally mapped my G: drive. Here’s how I did it:
sudo apt-get install smbfs
sudo mkdir /media/euishare
sudo mount -t cifs //RESSRV1/username$ /media/euishare -o username=username,password=******,iocharset=utf8,file_mode=0777,dir_mode=0777
Replace username with your username, and the asterisks with your own [...]