Mounting group directories via the fstab
Last modified on July 24, 2026 • 1 min read • 160 wordsAt the University of Helsinki, one can apply for group directories, which is simply disk space on a NAS.
# HY group directories//group2.ad.helsinki.fi/h204 /home/local_username/GROUP-drive cifs noauto,user,user=hy_username,nobrl,uid=1000,gid=1000,file_mode=0666,dir_mode=0777 0 0Then you can simply execute “mount /home/local_username/GROUP-drive” and you will be asked for your HY password. The number 2 and the string “h204” in the server address (group2.ad.helsinki.fi/h204) are specific for the cost center which is in this case H2042 (taking the first digit from the cost center string and first four characters from the cost center string, respectively).And here are some instruction on how to do it manually on a Macintosh:https://helpdesk.it.helsinki.fi/en/instructions/saving-and-sharing/group-storage-space/remote-access-home-and-group-directory-mac