blob: b9d98bdcdc2710ba0017825960713ccc74bc9bff (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Any progress on the NFS mount problem? - One step further
</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-%20One%20step%0A%20further&In-Reply-To=%3C506A01DC.4040600%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="019106.html">
<LINK REL="Next" HREF="019111.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Any progress on the NFS mount problem? - One step further</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-%20One%20step%0A%20further&In-Reply-To=%3C506A01DC.4040600%40gmail.com%3E"
TITLE="[Mageia-dev] Any progress on the NFS mount problem? - One step further">guillomovitch at gmail.com
</A><BR>
<I>Mon Oct 1 22:49:32 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="019106.html">[Mageia-dev] Any progress on the NFS mount problem? - One step further
</A></li>
<LI>Next message: <A HREF="019111.html">[Mageia-dev] Any progress on the NFS mount problem? - One step further
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19108">[ date ]</a>
<a href="thread.html#19108">[ thread ]</a>
<a href="subject.html#19108">[ subject ]</a>
<a href="author.html#19108">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 01/10/2012 22:34, AL13N a écrit :
>><i> Hah! suddenly I have /home/anne/ on 192.168.0.40 and it's readable.
</I>>><i>
</I>>><i> That's obviously an improvement, but I still need the Data1 directory
</I>>><i> tree. Root can umount it. It shows every sign of being mounted, yet
</I>>><i> I can't read any of it. All the data there is owned anne:users so it
</I>>><i> shouldn't be a permissions issue.
</I>><i>
</I>><i> user ids and names still need to be the same on both systems. (or somehow
</I>><i> mapped; which is what v4 has more than v3; but i never used v4)
</I>With NFSv2/3: only uids matters
With NFSv4: only names matters, but rpc.idmapd has to be running on both
side.
><i> also, root typically has no access to nfs exports, you need to be regular
</I>><i> user, (unless you specify the root_no_squash options, or similar)
</I>He can access the filesystem, but he's mapped to uid 65534, unless
no_root_squash option has been specified on user side. See exports(5)
for details.
--
BOFH excuse #291:
Due to the CDA, we no longer have a root account.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="019106.html">[Mageia-dev] Any progress on the NFS mount problem? - One step further
</A></li>
<LI>Next message: <A HREF="019111.html">[Mageia-dev] Any progress on the NFS mount problem? - One step further
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19108">[ date ]</a>
<a href="thread.html#19108">[ thread ]</a>
<a href="subject.html#19108">[ subject ]</a>
<a href="author.html#19108">[ 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>
|