From owner-freebsd-firewire@FreeBSD.ORG Wed Jul 9 02:43:32 2003 Return-Path: Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5573937B401 for ; Wed, 9 Jul 2003 02:43:32 -0700 (PDT) Received: from post.webmailer.de (natsmtp01.webmailer.de [192.67.198.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id F02EA43FA3 for ; Wed, 9 Jul 2003 02:43:30 -0700 (PDT) (envelope-from oliver.hoffmann@uw-service.de) Received: from hermes2.uwskoeln.de (sys-82.netsystec.de [194.8.213.82] (may be forged)) by post.webmailer.de (8.12.8/8.8.7) with ESMTP id h699hTSl025663 for ; Wed, 9 Jul 2003 11:43:29 +0200 (MEST) Received: from [192.168.8.25] (helo=uw-service.de) by hermes2.uwskoeln.de with esmtp (Exim 3.35 #1 (Debian)) id 19aBUA-00073i-00 for ; Wed, 09 Jul 2003 11:43:38 +0200 Received: from hoffmann.uwskoeln.de by uw-service.de with SMTP (MDaemon.PRO.v5.0.5.R) for ; Wed, 09 Jul 2003 11:44:55 +0200 From: Oliver Hoffmann To: Hidetoshi Shimokawa Date: Wed, 9 Jul 2003 11:42:47 +0200 User-Agent: KMail/1.5.2 References: <200307021338.18065.oliver.hoffmann@uw-service.de> <200307081354.28017.oliver.hoffmann@uw-service.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307091142.47335.oliver.hoffmann@uw-service.de> X-Return-Path: oliver.hoffmann@uw-service.de X-MDaemon-Deliver-To: freebsd-firewire@freebsd.org cc: freebsd-firewire@freebsd.org Subject: Re: problems getting ufs_copy working X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Vendors pre-release coordination List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 09:43:32 -0000 Hi! > Did you have any output other than 'copying..' line? > How about without '-a' option? Doesn't matter. > I appreciate if you could send me the output of: > # truss /sbin/ufs_copy /mnt/fw/testfile /dev/ad0s1g Ok, thats it: truss: cannot open /proc/curproc/mem: No such file or directory truss: cannot open /proc/620/mem: No such file or directory Mhm, something is missing, right? There is another thing wich is a bit confusing: # ls -ahl total 1306356 drwxr-xr-x 2 root wheel 512B Jul 9 09:17 . drwxr-xr-x 4 root wheel 512B Jul 8 10:36 .. -rw------- 1 root wheel 34G Jul 9 09:21 testfile # du -h 1.2G The files inside that backupfile seize 160M! Hope that helps, Oliver.