From owner-freebsd-stable Sun Feb 24 16:27:52 2002 Delivered-To: freebsd-stable@freebsd.org Received: from genesis.ridley.unimelb.edu.au (genesis.ridley.unimelb.edu.au [128.250.2.82]) by hub.freebsd.org (Postfix) with ESMTP id EECA337B402 for ; Sun, 24 Feb 2002 16:27:47 -0800 (PST) Received: (from root@localhost) by genesis.ridley.unimelb.edu.au (8.11.6/8.11.6) id g1P0Rkp29296 for freebsd-stable@freebsd.org; Mon, 25 Feb 2002 11:27:46 +1100 (EST) (envelope-from grg@ridley.unimelb.edu.au) Received: from localhost (grg@localhost) by genesis.ridley.unimelb.edu.au (8.11.6/8.11.6) with ESMTP id g1P0Riu29288 for ; Mon, 25 Feb 2002 11:27:44 +1100 (EST) (envelope-from grg@ridley.unimelb.edu.au) X-Authentication-Warning: genesis.ridley.unimelb.edu.au: grg owned process doing -bs Date: Mon, 25 Feb 2002 11:27:44 +1100 (EST) From: Glen Gibb To: freebsd-stable@freebsd.org Subject: Problem with dump and NFS Message-ID: <20020225112022.F26357-100000@genesis.ridley.unimelb.edu.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I'm having problems backing up a file system mounted over NFS using dump. Running: FreeBSD 4.5-STABLE #0: Sat Feb 9 16:50:06 EST 2002 Dump seems to be altering the path (it's placing an extra r in the path name) and thus cannot find the path. The following is the command that I am issuing, and the resulting output: ~# dump -f /dev/ersa0 /home/resident DUMP: Date of this level 0 dump: Mon Feb 25 11:21:30 2002 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping leviticus:/home/rresident (/home/resident) to /dev/ersa0 dump: Cannot open leviticus:/home/rresident: No such file or directory Notice that dump is looking at leviticus:/home/rresident (should only have 1 r in resident). And is does the same thing for another file system under /home mounted from the same server. Is this a known problem with dump and NFS? Should I not be using dump on NFS volumes (although I was doing this on 4.3 without any problems). Thanks in advance Glen Gibb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message