|
14 years ago 1 |
Find your user id and group id on your corporate server
Create a new Mint user account using the user id and group id found on your corporate server. Alternatively you can edit the values found in Mint's /etc/passwd file. (remember if you do this then you'll have to recursively call chown and chgrp on your home to reflect the new values)
Install autofs
edit /etc/auto.master as root sudo gedit /etc/auto.master
uncomment #/net -hosts (/net -hosts)
restart autofs sudo /etc/init.d/autofs restart
You can mount any nfs export in your company (provided your user id matches your user id on the nfs filesystem) on /net (/net/[nfs server]/[nfs export])
Nice!