1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Any progress on the NFS mount problem? - SOLVED
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Any%20progress%20on%20the%20NFS%20mount%20problem%3F%20-%20SOLVED&In-Reply-To=%3C506A43E3.2040402%40colin.guthr.ie%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="019107.html">
<LINK REL="Next" HREF="019113.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Any progress on the NFS mount problem? - SOLVED</H1>
<B>Colin Guthrie</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Any%20progress%20on%20the%20NFS%20mount%20problem%3F%20-%20SOLVED&In-Reply-To=%3C506A43E3.2040402%40colin.guthr.ie%3E"
TITLE="[Mageia-dev] Any progress on the NFS mount problem? - SOLVED">mageia at colin.guthr.ie
</A><BR>
<I>Tue Oct 2 03:31:15 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="019107.html">[Mageia-dev] Any progress on the NFS mount problem? - SOLVED
</A></li>
<LI>Next message: <A HREF="019113.html">[Mageia-dev] Any progress on the NFS mount problem? - SOLVED
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19112">[ date ]</a>
<a href="thread.html#19112">[ thread ]</a>
<a href="subject.html#19112">[ subject ]</a>
<a href="author.html#19112">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>'Twas brillig, and Guillaume Rousse at 01/10/12 21:41 did gyre and gimble:
><i> With NFSv4, the server remaps its actual filesystem (/home, for
</I>><i> instance) in a pseudo-filesystem, which is seen by clients as a root
</I>><i> filesystem (/ here). Consider it as some kind of implicit chroot.
</I>><i>
</I>><i> With earlier implementations, you had to explicitely mark one of the
</I>><i> filesystem as the root one, and make sure every other filesystem was
</I>><i> reachable from it, using bind mount if needed. You've got some more
</I>><i> detailed explanations here:
</I>><i> <A HREF="https://wiki.archlinux.org/index.php/NFS">https://wiki.archlinux.org/index.php/NFS</A>
</I>><i>
</I>><i> According to official NFS wiki, it seems this is no longer needed, and
</I>><i> than the implementation handle it automagically for you:
</I>><i> <A HREF="http://wiki.linux-nfs.org/wiki/index.php/Nfsv4_configuration#Exporting_directories">http://wiki.linux-nfs.org/wiki/index.php/Nfsv4_configuration#Exporting_directories</A>
</I>><i>
</I>><i>
</I>>><i> I removed 'fsid=0', restarted, and all is well. I
</I>>><i> can see all my data!
</I>><i> Well, you'd better check if you're actually using NFSv4, and not a older
</I>><i> version, if you want optimal performances.
</I>
FWIW, I found I needed fsid=0 on my media center's chroot export when
using an NFS root boot (server + client both mga2).
Without fsid=0 root was mapped to 65534 which caused numerous issues
when booting :)
Never did work out the full reasons, so I probably need to read those
specs a bit.
Col
--
Colin Guthrie
colin(at)mageia.org
<A HREF="http://colin.guthr.ie/">http://colin.guthr.ie/</A>
Day Job:
Tribalogic Limited <A HREF="http://www.tribalogic.net/">http://www.tribalogic.net/</A>
Open Source:
Mageia Contributor <A HREF="http://www.mageia.org/">http://www.mageia.org/</A>
PulseAudio Hacker <A HREF="http://www.pulseaudio.org/">http://www.pulseaudio.org/</A>
Trac Hacker <A HREF="http://trac.edgewall.org/">http://trac.edgewall.org/</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="019107.html">[Mageia-dev] Any progress on the NFS mount problem? - SOLVED
</A></li>
<LI>Next message: <A HREF="019113.html">[Mageia-dev] Any progress on the NFS mount problem? - SOLVED
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19112">[ date ]</a>
<a href="thread.html#19112">[ thread ]</a>
<a href="subject.html#19112">[ subject ]</a>
<a href="author.html#19112">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|