Mounting group directories via the fstab

At the University of Helsinki, one can apply for group directories, which is simply disk space on a NAS. These are easily mounted when you use a university-managed computer via the university menu, but what about if you use your own machine? At least for Ubuntu Linux, the way to mount these directories has changed multiple times during the years and it again broke recently. The current entry in the /etc/fstab file in my (Vanilla, non-university-managed) Ubuntu 16.04 is as follows:

# 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 0

Then 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...