# We recommend you copy the entire contents below to the end of your /etc/fstab file. # Then change all "${USER}" in the below to match your University username. # U will need cifs untilities installed - usually that included the binary: /sbin/mount.cifs #================================================================== # SPECIAL MOUNTS #================================================================== # Replace "${USER}" with the username of the real user # The mount point should be owned by the user and permissions set to 0700 # The folder above ( /mnt/${USER} ) should be also be owned by the user and set 0700: # # Warning this assumes the logged in unix user name matches your UofM Internet ID. # You CANNOT use the "user=" option as it clashes with the "user" option - please see the "mount.cifs" manual # ( man mount.cifs ) for information on how to use the "credentials=" option or "domain=,username=" options # Your home directory (Windows H: ) //sh.ad.enet.umn.edu/myhome /mnt/${USER}/home cifs noauto,user,sec=ntlmssp,noperm,domain=AD 0 0 # Your project directory - if you have one on SHU (Windows U: ) //shu.ad.enet.umn.edu/project /mnt/${USER}/project cifs noauto,user,sec=ntlmssp,noperm,domain=AD 0 0 # Your project directory - if you have one on SR2 (Windows U: ) //sr2.ad.enet.umn.edu/project /mnt/${USER}/project2 cifs noauto,user,sec=ntlmssp,noperm,domain=AD 0 0 # GHOME directory (Windows G: ) //sg.ad.enet.umn.edu/ghome /mnt/${USER}/ghome cifs noauto,user,sec=ntlmssp,noperm,domain=AD 0 0 # RHOME directory (Windows R: ) //sr.ad.enet.umn.edu/ghome /mnt/${USER}/rhome cifs noauto,user,sec=ntlmssp,noperm,domain=AD 0 0 # SHOME directory (Windows S: ) //sr2.ad.enet.umn.edu/shome /mnt/${USER}/shome cifs noauto,user,sec=ntlmssp,noperm,domain=AD 0 0 # ENET Mac install share (and Linux ISO's) //setup.enet.umn.edu/install-mac /mnt/${USER}/install-mac cifs noauto,user,sec=ntlmssp,noperm,domain=AD 0 0 # CSE-PROJECT directory (Windows R:) //samba.cse.umn.edu/project /mnt/${USER}/cse-project cifs noauto,user,sec=ntlmssp,noperm,domain=AD 0 0