This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:nfs [2022/04/13 09:09] gcooper |
networking:nfs [2022/04/13 14:20] (current) gcooper |
||
---|---|---|---|
Line 14: | Line 14: | ||
https:// | https:// | ||
- | |||
- | **NFSv4**: https:// | ||
===== Ubuntu ===== | ===== Ubuntu ===== | ||
Line 25: | Line 23: | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
- | NFSv4 handles UID maping differently than NFSv3. | + | **NFSv4**: https:// |
+ | |||
+ | <note tip>If you are having **root squash** problems, you might be able to specify '' | ||
+ | |||
+ | <note warning>NFSv4 handles UID maping differently than NFSv3. | ||
< | < | ||
+ | mount # show client mount details | ||
+ | |||
umount / | umount / | ||
mount -a | mount -a | ||
Line 38: | Line 42: | ||
ps aux | grep idmapd | ps aux | grep idmapd | ||
- | cat / | + | vim / |
+ | |||
+ | Domain = somedomain.tld | ||
nfsidmap -cv # clear cache | nfsidmap -cv # clear cache | ||
</ | </ |