This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:home_directories [2011/03/22 17:15] 127.0.0.1 external edit |
linux:home_directories [2021/05/02 21:36] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Home Directories on Ubuntu ====== | ||
- | ====== server ====== | + | ====== Server ====== |
- | hans is the host for nfs home directories. | + | |
- | The shares are currently stored in /home. The share is configured in /etc/exports. | + | Mozart is the NFS server refer to [[linux:arch_home_directories|this page]] for more information. |
- | In order for mounting to work, the clients IP address must be added to the /etc/hosts.allow file on hans | ||
====== client ====== | ====== client ====== | ||
install these | install these | ||
sudo apt-get install portmap nfs-common | sudo apt-get install portmap nfs-common | ||
+ | | ||
+ | **You should also configure an NTP client to sync with the NTP server on the fileserver** | ||
add this line to the clients /etc/fstab | add this line to the clients /etc/fstab | ||
<file|/etc/fstab> | <file|/etc/fstab> | ||
- | 172.29.0.4:/home /home nfs4 _netdev,auto 0 0 | + | 172.29.0.6:/acm-home /home nfs4 _netdev,auto,hard 0 0 |
</file> | </file> | ||
change this line in the clients /etc/idmapd.conf | change this line in the clients /etc/idmapd.conf | ||
<file|/etc/idmapd.conf> | <file|/etc/idmapd.conf> | ||
- | Domain = acm.cs.uic.edu | + | Domain = acm.cs |
</file> | </file> |