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
|
<!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%09further&In-Reply-To=%3C3925577.ehNrz3AcPa%40localhost%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="019104.html">
<LINK REL="Next" HREF="019108.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Any progress on the NFS mount problem? - One step further</H1>
<B>AL13N</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%09further&In-Reply-To=%3C3925577.ehNrz3AcPa%40localhost%3E"
TITLE="[Mageia-dev] Any progress on the NFS mount problem? - One step further">alien at rmail.be
</A><BR>
<I>Mon Oct 1 22:34:54 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="019104.html">[Mageia-dev] Any progress on the NFS mount problem? - One step further
</A></li>
<LI>Next message: <A HREF="019108.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#19106">[ date ]</a>
<a href="thread.html#19106">[ thread ]</a>
<a href="subject.html#19106">[ subject ]</a>
<a href="author.html#19106">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Op maandag 1 oktober 2012 20:43:26 schreef Anne Wilson:
><i> On 01/10/12 20:16, Anne Wilson wrote:
</I>><i> >> Argh!! re-reading those lines, it's giving the IP address
</I>><i> >> instead of the mount point.
</I>><i> >
</I>><i> > Garbage. Ignore.
</I>><i> >
</I>><i> > I've obviously stared at this too long and I'm not making any
</I>><i> > sense at all now.
</I>><i>
</I>><i> For a moment I thought I had cracked it. I hand edited the lines,
</I>><i> took out the '/export' since that seemed to be handled as yet another
</I>><i> export, took out the IP address (my attempts in the GUI at confining
</I>><i> it to the LAN) and put '*' in front of the bracketed options.
</I>><i>
</I>><i> Back on the laptop 'mount -t nfs 192.168.0.40:/ /mnt/borg2_Data1'
</I>><i> gives to errors - and I was just about to cheer, when I realised that
</I>><i> Dolphin still couldn't see any files. There are no error messages or
</I>><i> anything at first, then the popup box told me that /mnt/borg2_Data1
</I>><i> was either busy or already mounted (can't remember the exact words).
</I>><i>
</I>><i> That was quickly replaced by "An error occurred while accessing 'home
</I>><i> on 192.168.0.40', the system responded: mount.nfs: access denied by
</I>><i> server while mounting 192.168.0.40:/home
</I>><i>
</I>><i> I edited the lines to
</I>><i>
</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at tosh</A> ~]# mount -t nfs 192.168.0.40:/Data1 /mnt/borg2_Data1
</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at tosh</A> ~]# mount -t nfs 192.168.0.40:/home/anne /mnt/borg2_home
</I>><i>
</I>><i> but get the same errors.
</I>><i>
</I>><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>
user ids and names still need to be the same on both systems. (or somehow
mapped; which is what v4 has more than v3; but i never used v4)
also, root typically has no access to nfs exports, you need to be regular
user, (unless you specify the root_no_squash options, or similar)
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="019104.html">[Mageia-dev] Any progress on the NFS mount problem? - One step further
</A></li>
<LI>Next message: <A HREF="019108.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#19106">[ date ]</a>
<a href="thread.html#19106">[ thread ]</a>
<a href="subject.html#19106">[ subject ]</a>
<a href="author.html#19106">[ 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>
|