Date: Mon, 7 Jul 2003 15:10:50 +0200 From: Oliver Hoffmann <oliver.hoffmann@uw-service.de> To: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Cc: freebsd-firewire@freebsd.org Subject: problems getting ufs_copy working Message-ID: <200307071510.51305.oliver.hoffmann@uw-service.de> In-Reply-To: <ybsptkqv3a3.wl@ett.sat.t.u-tokyo.ac.jp> References: <200307021338.18065.oliver.hoffmann@uw-service.de> <200307041303.21727.oliver.hoffmann@uw-service.de> <ybsptkqv3a3.wl@ett.sat.t.u-tokyo.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307071510.51305.oliver.hoffmann>