From owner-freebsd-fs@FreeBSD.ORG Fri Sep 26 06:25:59 2003 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E54F16A4B3 for ; Fri, 26 Sep 2003 06:25:59 -0700 (PDT) Received: from mail.dtek.chalmers.se (osiris.medic.chalmers.se [129.16.30.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95BB243FF3 for ; Fri, 26 Sep 2003 06:25:57 -0700 (PDT) (envelope-from moro@dtek.chalmers.se) Received: from moro.dtek.chalmers.se (moro.dtek.chalmers.se [129.16.30.44]) by mail.dtek.chalmers.se (Postfix) with ESMTP id 232C53B23B for ; Fri, 26 Sep 2003 15:25:56 +0200 (MEST) Received: by moro.dtek.chalmers.se (Postfix, from userid 133119) id BCF954F88F; Fri, 26 Sep 2003 15:25:55 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by moro.dtek.chalmers.se (Postfix) with ESMTP id 8EDF256FEC for ; Fri, 26 Sep 2003 15:25:55 +0200 (MEST) Date: Fri, 26 Sep 2003 15:25:55 +0200 (MEST) From: Stefan Moro To: freebsd-fs@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: mv & NFS problem.. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 13:25:59 -0000 Hello.. I'm running FreeBSD 5.1 on a computer configured as an nfs-client and freebsd4.8 on a computer configured as an nfs-server. When I try to move something from the client to a partition on the server mounted on the client in fstab using mv the client crashes. The server should be working fine since there is no problem when using mv from a FreeBSD4.8 client to the server. Using mv from the server to the client works fine.. I can without any problem access the files on the nfs server, it's just when using mv that the client crashes. Here are some configurations on the client... This line is used in fstab: 192.168.0.1:/usr /server nfs rw 0 0 These options are compiled into the kernel. options NFSCLIENT #Network Filesystem Client options NFS_ROOT #NFS usable as root device, Any help appreciated //stefan