Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f5IFOZL11938 for linux-xfs-outgoing; Mon, 18 Jun 2001 08:24:35 -0700 Received: from deliverator.sgi.com ([204.94.214.10]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f5IFOYV11935 for ; Mon, 18 Jun 2001 08:24:34 -0700 Received: from zeus-fddi.americas.sgi.com (zeus-fddi.americas.sgi.com [128.162.8.103]) by deliverator.sgi.com (980309.SGI.8.8.8-aspam-6.2/980310.SGI-aspam) via ESMTP id IAA11633 for ; Mon, 18 Jun 2001 08:23:36 -0700 (PDT) mail_from (lord@sgi.com) Received: from daisy-e185.americas.sgi.com (daisy.americas.sgi.com [128.162.185.214]) by zeus-fddi.americas.sgi.com (8.9.3/americas-smart-nospam1.1) with ESMTP id KAA2186705; Mon, 18 Jun 2001 10:22:23 -0500 (CDT) Received: from jen.americas.sgi.com (IDENT:root@jen.americas.sgi.com [128.162.184.86]) by daisy-e185.americas.sgi.com (SGI-8.9.3/SGI-server-1.7) with ESMTP id KAA38150; Mon, 18 Jun 2001 10:22:23 -0500 (CDT) Received: from jen.americas.sgi.com by jen.americas.sgi.com (8.11.0/SGI-client-1.7) via ESMTP id f5IFP1918677; Mon, 18 Jun 2001 10:25:01 -0500 Message-Id: <200106181525.f5IFP1918677@jen.americas.sgi.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Christoph Lukas cc: linux-xfs@oss.sgi.com Subject: Re: using xfsdump with 'file device' In-Reply-To: Message from Christoph Lukas of "Mon, 18 Jun 2001 16:30:32 +0200." <0106181630320C.01455@skera> Date: Mon, 18 Jun 2001 10:25:01 -0500 From: Steve Lord Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk > Hi, > > we would like to use xfsdump to backup one of our xfs filesystems onto > another hard disk. Therefore I tried: > > xfsdump -l0 -F -f /mnt/backupfile /dev/sda3 > > Although we are running kernel 2.4.3 and glibc _with_ >2GB support (tried > with 'dd if=/dev/null of=/mnt/testfile' ) xfsdump exits after dumping 2GB > with: > > xfsdump: creating dump session media file 0 (media 0, file 0) > xfsdump: dumping ino map > xfsdump: dumping directories > xfsdump: dumping non-directory files > File size limit exceeded This is odd, I just created a 2621561952 byte dump file here. Where did you get the xfsdump program from - an RPM we built, or did you compile it yourself? There are current command rpms here: ftp://oss.sgi.com/projects/xfs/download/cmd_rpms/ which should be identical to the version I just tested with. Steve > > is there any possibility to exceed this limit (compile time option?) or any > easy alternative to work with multiple 2GB files (like the ordinary dump > does)? > > Thanks, > Christoph