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
|
<!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=%3C5069FFFD.9050906%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="019105.html">
<LINK REL="Next" HREF="019112.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Any progress on the NFS mount problem? - SOLVED</H1>
<B>Guillaume Rousse</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=%3C5069FFFD.9050906%40gmail.com%3E"
TITLE="[Mageia-dev] Any progress on the NFS mount problem? - SOLVED">guillomovitch at gmail.com
</A><BR>
<I>Mon Oct 1 22:41:33 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="019105.html">[Mageia-dev] Any progress on the NFS mount problem? - SOLVED
</A></li>
<LI>Next message: <A HREF="019112.html">[Mageia-dev] Any progress on the NFS mount problem? - SOLVED
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19107">[ date ]</a>
<a href="thread.html#19107">[ thread ]</a>
<a href="subject.html#19107">[ subject ]</a>
<a href="author.html#19107">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 01/10/2012 21:55, Anne Wilson a écrit :
><i> -----BEGIN PGP SIGNED MESSAGE-----
</I>><i> Hash: SHA1
</I>><i>
</I>><i> GOT IT!!!
</I>><i>
</I>><i> Remembered that you said it would mount as /, to which I don't have
</I>><i> access of course.
</I>That's not exactly what I said :)
With old NFS versions (2/3), the server exports an actual filesystem
(/home, for instance), which is seen directly by clients with its actual
path (/home, here).
With NFSv4, the server remaps its actual filesystem (/home, for
instance) in a pseudo-filesystem, which is seen by clients as a root
filesystem (/ here). Consider it as some kind of implicit chroot.
With earlier implementations, you had to explicitely mark one of the
filesystem as the root one, and make sure every other filesystem was
reachable from it, using bind mount if needed. You've got some more
detailed explanations here:
<A HREF="https://wiki.archlinux.org/index.php/NFS">https://wiki.archlinux.org/index.php/NFS</A>
According to official NFS wiki, it seems this is no longer needed, and
than the implementation handle it automagically for you:
<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 removed 'fsid=0', restarted, and all is well. I
</I>><i> can see all my data!
</I>Well, you'd better check if you're actually using NFSv4, and not a older
version, if you want optimal performances.
--
BOFH excuse #314:
You need to upgrade your VESA local bus to a MasterCard local bus.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="019105.html">[Mageia-dev] Any progress on the NFS mount problem? - SOLVED
</A></li>
<LI>Next message: <A HREF="019112.html">[Mageia-dev] Any progress on the NFS mount problem? - SOLVED
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19107">[ date ]</a>
<a href="thread.html#19107">[ thread ]</a>
<a href="subject.html#19107">[ subject ]</a>
<a href="author.html#19107">[ 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>
|