Opened 15 years ago
Closed 15 years ago
#24 closed enhancement (fixed)
mountar por nfs el /home del servidor en el client linux
Reported by: | sebas | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | cacique-1.0 |
Component: | client linux | Version: | 1.0 |
Keywords: | Cc: |
Description (last modified by )
Configurar para que automaticamente el client linux mounta el /home por nfs del servidor.
Change History (6)
comment:1 by , 15 years ago
Milestone: | → cacique-1.0 |
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
comment:4 by , 15 years ago
monstnatoel home via nfs, a traves de pam_mount
http://manpages.ubuntu.com/manpages/karmic/man5/pam_mount.conf.5.html
comment:5 by , 15 years ago
instalar en el cliente
- nfs-common
- libpam-mount
<volume fstype="nfs" server="nfsserver" path="/srv/subversion/repos/personal" mountpoint="~/svn" />
<volume fstype="nfs" server="10.0.0.10" path="~" mountpoint="~" />
Note:
See TracTickets
for help on using tickets.
un principio de receta puppet: http://hg.koumbit.net/module-koumbit/file/3a8280afee03/manifests/classes.pp#l40