====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
mount_nfs [2017/07/04 07:55] kevin |
mount_nfs [2017/09/01 16:16] (current) kevin |
||
---|---|---|---|
Line 11: | Line 11: | ||
Éditer fstab | Éditer fstab | ||
- | server_ip:/volume1/Dev /u/Dev/ nfs rsize=4096,wsize=4096,timeo=14,intr,auto 0 0 | + | //server_ip:/volume1/Dev /u/Dev/ nfs rsize=4096,wsize=4096,timeo=14,intr,auto 0 0 |
| | ||
- | ou | + | //ou |
| | ||
<del>//MAGELLAN.local/production /u/production/ cifs username=fee,password=xxxx3,iocharset=utf8,sec=ntlm 0 0</del> | <del>//MAGELLAN.local/production /u/production/ cifs username=fee,password=xxxx3,iocharset=utf8,sec=ntlm 0 0</del> | ||
| | ||
- | //MAGELLAN.local/production /u/production/ cifs username=fee,password=xxxx3,iocharset=utf8,sec=ntlm,credentials=/home/fee/.smbcred 0 0 | + | //MAGELLAN.local/production /u/production/ cifs username=fee,password=xxxx3,iocharset=utf8,sec=ntlm 0 0 |
+ | |||
+ | ou avec l'option credentials pour ne pas avoir le pass en clair | ||
+ | |||
+ | //MAGELLAN.local/production /u/production/ cifs iocharset=utf8,sec=ntlm,credentials=/home/fee/.smbcred 0 0 | ||
avec .smdcred (-rw-r-----) : | avec .smdcred (-rw-r-----) : | ||
Line 25: | Line 29: | ||
domain=WORKSHOP | domain=WORKSHOP | ||
- | monter les disques | + | Vérifier que les identifiants ne sont pas accessibles. |
+ | |||
+ | Monter les disques | ||
sudo mount -a | sudo mount -a |