From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aslan Carlos Subject: Re: problem with NFS Date: Fri, 15 Sep 2006 13:09:47 -0300 Message-ID: <1158336588.7045.2.camel@firebird> References: <200609151742.43422.fluca1978@infinito.it> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <200609151742.43422.fluca1978@infinito.it> Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="iso-8859-1" To: Luca Ferrari Cc: linux-admin Hi Luca,=20 Maybe you need use the 'no_root_squash' into (rw,sync)... cause the problem, I guess was permission to nfs. best regards, Aslan Carlos. Em Sex, 2006-09-15 =C3=A0s 17:42 +0200, Luca Ferrari escreveu: > Hi all, > I've got a suse linux server where I exported a root-created director= y as=20 > follows: >=20 > server:~ # ls -ald /vol2/backup_opensco/ > drwxr-xr-x 2 root root 48 Sep 15 17:23 /vol2/backup_opensco/ > server:~ # cat /etc/exports > /vol2/backup_opensco 192.168.201.63(rw,sync) >=20 >=20 > and an old opensco server (192.168.201.63) that should be able to mou= nt the=20 > exported directory. Now I execute the following command on the sco se= rver: > # mount -f NFS 192.168.201.1:/vol2/backup_opensco /mnt > # mount > / on /dev/root read/write on Fri Sep 15 15:04:32 2006 > /stand on /dev/boot read only on Fri Sep 15 15:04:33 2006 > /mnt on 192.168.201.1:/vol2/backup_opensco read/write on Fri Sep 15 1= 7:36:17 >=20 > Now the filesystem is mounted in read-write mode, and it belongs to r= oot:=20 > # ls -ald /mnt > drwxr-xr-x 2 root root 48 Sep 15 16:23 /mnt >=20 > but I cannot write to it! >=20 > # cd /mnt > # echo "ciao" > ciao.txt > ciao.txt: cannot create >=20 > Anyone can explain me why? I guess the NFS exporting is right, and al= so the=20 > mounting, but it looks like there's a problem with owner and group. A= ny idea? >=20 > Thanks, > Luca >=20 > - > To unsubscribe from this list: send the line "unsubscribe linux-admin= " in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html - To unsubscribe from this list: send the line "unsubscribe linux-admin" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html