User Tools

Site Tools


linux:home_directories

This is an old revision of the document!




server

brink is the host for nfs home directories. The shares are currently stored in /srv/nfs4/homes. The share is configured in /etc/exports.

Despite the directory name, we are still using nfsv3. kerberos with win2k8 needs to be figured out before we can use nfsv4

client

install these

sudo apt-get install portmap nfs-common

add this line to the clients /etc/fstab

/etc/fstab

172.29.0.5:/srv/nfs4/homes   /home   nfs    _netdev,auto  0  0

change this line in the clients /etc/idmapd.conf

/etc/idmapd.conf

Domain = acm.cs.uic.edu

linux/home_directories.1285877213.txt.gz · Last modified: 2021/05/02 21:36 (external edit)