From owner-freebsd-firewire@FreeBSD.ORG Mon Jul 7 06:19:11 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 CEF7237B401 for ; Mon, 7 Jul 2003 06:19:11 -0700 (PDT) Received: from is2.mh.itc.u-tokyo.ac.jp (is2.mh.itc.u-tokyo.ac.jp [133.11.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C8443F93 for ; Mon, 7 Jul 2003 06:19:10 -0700 (PDT) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from is2.mh.itc.u-tokyo.ac.jp (is2.mh.itc.u-tokyo.ac.jp [127.0.0.1]) by is2.mh.itc.u-tokyo.ac.jp (Postfix) with ESMTP id CD120378217 for ; Mon, 7 Jul 2003 22:19:07 +0900 (JST) Received: from mailhosting.itc.u-tokyo.ac.jp (IDENT:mirapoint@mailhosting.itc.u-tokyo.ac.jp [133.11.205.3]) h67DJ70J009501; Mon, 7 Jul 2003 22:19:07 +0900 Received: from ett.sat.t.u-tokyo.ac.jp (ett.sat.t.u-tokyo.ac.jp [133.11.135.3])3.3.5-GR) with ESMTP id AJF19231; Mon, 7 Jul 2003 22:19:06 +0900 (JST) Date: Mon, 07 Jul 2003 22:19:06 +0900 Message-ID: From: Hidetoshi Shimokawa To: Oliver Hoffmann In-Reply-To: <200307071510.51305.oliver.hoffmann@uw-service.de> References: <200307021338.18065.oliver.hoffmann@uw-service.de> <200307041303.21727.oliver.hoffmann@uw-service.de> <200307071510.51305.oliver.hoffmann@uw-service.de> User-Agent: Wanderlust/2.11.0 (Wonderwall) REMI/1.14.3 (Matsudai) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 8) (Honest Recruiter) (i386--freebsd) X-Face: OE([KxWyJI0r[R~S/>7ia}SJ)i%a,$-9%7{*yihQk|]gl}2p#"oXmX/fT}Bn7: #j7i14gu$jgR\S*&C3R/pJX List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 13:19:12 -0000 Remove '-a' option which requires VFS_AIO support in kernel. If you are using 5.1 rather than -current, try 'kldload aio'. Unfortunately, VFS_AIO is broken in -current. Latest ufs_copy supports UFS2 too. /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Mon, 7 Jul 2003 15:10:50 +0200, Oliver Hoffmann wrote: > > Hi all! > > Maybe this question is digressing, but probably other people here are > interested in ufs_copy too. > I just installed ufs_copy on my FreeBSD5.1-box. I tried to make an image from > my firewire-device to a file. It crashed with a core.dump: > > # /sbin/ufs_copy -a /dev/da0s1e /data/backupfile > copying /dev/da0s1e to /daten/backupfile > ufs_version: 1, cg_size: 178.000 MB, fs_size: 152.664 GB > cg 0/879 :Bad system call (core dumped) > > I first tried it with an rw mounted filesystem (/usr), then with my unmounted > fw-hd (/dev/da0s1e) but I get always this crash. > > The backupfile seems to be as big as the source but of course it can't: > > -rw------- 1 root wheel 153G Jul 7 12:51 backupfile > > I don't know whether the ufs_copy.core is interesting or not. For me it seems > to be a general problem (do I have ufs2?). > Thanks, > > Oliver. > >