Gentoo Archives: gentoo-dev

From: Rumi Szabolcs <rumi_ml@××××.hu>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] NFS oddities
Date: Mon, 01 Oct 2007 11:40:50
Message-Id: 20071001133506.690f4be9.rumi_ml@rtfm.hu
1 Hi!
2
3 I've got a problem with NFS:
4
5 Server machine:
6
7 uname -r:
8 2.6.22-gentoo-r8
9
10 mtab:
11 /dev/sdb1 on /scratch type xfs (rw)
12
13 exports:
14 /scratch/gentoo/portage 10.1.1.0/24(ro,sync,no_root_squash,no_subtree_check)
15 /scratch/gentoo/distfiles 10.1.1.0/24(rw,sync,no_root_squash,no_subtree_check)
16 /scratch/gentoo/tmp 10.1.1.0/24(rw,sync,no_root_squash,no_subtree_check)
17
18 Client machine:
19
20 uname -r:
21 2.6.22-gentoo-r8
22
23 fstab:
24 10.1.1.1:/scratch/gentoo/portage /nfs/gentoo/portage nfs ro,soft 0 0
25 10.1.1.1:/scratch/gentoo/distfiles /nfs/gentoo/distfiles nfs rw,soft 0 0
26 10.1.1.1:/scratch/gentoo/tmp /nfs/gentoo/tmp nfs rw,soft 0 0
27
28 mtab:
29 10.1.1.1:/scratch/gentoo/portage on /nfs/gentoo/portage type nfs (ro,soft,addr=10.1.1.1)
30 10.1.1.1:/scratch/gentoo/distfiles on /nfs/gentoo/distfiles type nfs (rw,soft,addr=10.1.1.1)
31 10.1.1.1:/scratch/gentoo/tmp on /nfs/gentoo/tmp type nfs (rw,soft,addr=10.1.1.1)
32
33 touch: cannot touch `/nfs/gentoo/distfiles/test': Read-only file system
34
35 nfsstat -m:
36 /nfs/gentoo/portage from 10.1.1.1:/scratch/gentoo/portage
37 Flags: ro,vers=3,rsize=32768,wsize=32768,soft,proto=tcp,timeo=600,retrans=2,sec=sys,addr=10.1.1.1
38 /nfs/gentoo/distfiles from 10.1.1.1:/scratch/gentoo/distfiles
39 Flags: ro,vers=3,rsize=32768,wsize=32768,soft,proto=tcp,timeo=600,retrans=2,sec=sys,addr=10.1.1.1
40 /nfs/gentoo/tmp from 10.1.1.1:/scratch/gentoo/tmp
41 Flags: ro,vers=3,rsize=32768,wsize=32768,soft,proto=tcp,timeo=600,retrans=2,sec=sys,addr=10.1.1.1
42
43 Isn't that strange?
44
45 Regards,
46 Sab
47 --
48 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] NFS oddities Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] NFS oddities Andrew Gaffney <agaffney@g.o>