From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sat, 1 Oct 2011 09:51:39 -0400 To: 9fans@9fans.net Message-ID: <72b26e99a9882e6ea900e5c83d6f8950@brasstown.quanstro.net> In-Reply-To: References: <1dc3dbdc0c9e0ecbc86047c58e0a2d33@hamnavoe.com> <6c0a6fdef3589e5cb13618f19d9ac9fc@chula.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [9fans] copying fossil filesystem to a bigger disk Topicbox-Message-UUID: 2ded404c-ead7-11e9-9d60-3106f5b1d025 On Sat Oct 1 06:37:52 EDT 2011, slash.9fans@gmail.com wrote: > > if you (slash) could just grab the atazz binary (ftp://ftp.quanstro.net/other/8.atazz) > > and send me the output of > >        echo 'identify device' | 8.atazz -r >[2=] /dev/sdE0 > /tmp/somefile > > that would be great.  thanks! > > Here you go. Again, sdE0 is the old drive, sdE1 is the new one. thanks! evidently, >[2=] backfired and actually copied stderr to stdoutput. there's no need to resend the ident blocks, since i've fixed it up, but untill this bug is fixed, this echo 'identify device' | 8.atazz -r /dev/sdE0 > /tmp/somefile or this echo 'identify device' | 8.atazz -r /dev/sdE0 > /tmp/somefile >[2]/dev/null would be better - erik