From owner-freebsd-current Mon May 6 14: 6:17 2002 Delivered-To: freebsd-current@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id DF9CA37B400 for ; Mon, 6 May 2002 14:06:07 -0700 (PDT) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.10.2+Sun/8.10.2) with ESMTP id g46L5Pj06314; Mon, 6 May 2002 14:05:25 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id OAA20198; Mon, 6 May 2002 14:05:24 -0700 (PDT) Received: from btcexc01.btc.adaptec.com (btcexc01 [162.62.147.10]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id PAA17332; Mon, 6 May 2002 15:05:22 -0600 (MDT) Received: by btcexc01.btc.adaptec.com with Internet Mail Service (5.5.2653.19) id ; Mon, 6 May 2002 15:05:23 -0600 Message-ID: <2C7CBDC6EA58D6119E4A00065B3A24CB04631D@btcexc01.btc.adaptec.com> From: "Long, Scott" To: "'Edwin Culp'" , Maxim Konovalov Cc: current@freebsd.org Subject: RE: dd if=/dev/acd0c of=/tmp/fbsd.raw gives dd: /dev/acd0c: Inval id argument Date: Mon, 6 May 2002 15:05:18 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > It does for me to with 2048 as the block size. I won't say what > block size I was using. > > Thanks, I wasn't even thinking block size. > Yes, the block size is checked by the driver, so that it knows whether to rip the disk in raw 2352 byte sectors. dd defaults to 512 bytes, which the driver rejects. Scott > > Quoting Maxim Konovalov : > > | On 11:57-0700, May 6, 2002, Edwin Culp wrote: > | > | > Please disregard my previous email. I had forgotten the > error message. > | > > | > I can't get dd if=/dev/acd0c of=/tmp/fbsd.raw to work. > | > > | > I get: dd: /dev/acd0c: Invalid argument > | > | dd if=/dev/acd0c of=/tmp/fbsd.raw bs=2048 > | > | works for me. > | > | > I'm sure that I've done this before although it has been > a long time. > | > It was probably before the devfs. I don't have a current > or release > | > box to test on. > | > > | > Does anyone know why or what I am doing wrong? > | > > | > Thanks, > | > > | > ed > | > > | > > | > > | > ------------------------------------------------------------- > | > http://insourcery.com - Mergence of Business and Technology > | > a "Griffin Plaza Partners, LLC" Company > | > > | > To Unsubscribe: send mail to majordomo@FreeBSD.org > | > with "unsubscribe freebsd-current" in the body of the message > | > > | > > | > ------------------------------------------------------------- > | > http://insourcery.com - Mergence of Business and Technology > | > a "Griffin Plaza Partners, LLC" Company > | > > | > To Unsubscribe: send mail to majordomo@FreeBSD.org > | > with "unsubscribe freebsd-current" in the body of the message > | > > | > > | > | -- > | Maxim Konovalov, MAcomnet, Internet Dept., system engineer > | phone: +7 (095) 796-9079, mailto:maxim@macomnet.ru > | > | > > > -------------------------------------------------------------- > --------- > The illiterate of the 21st century will not be > those who cannot read and write, > but those who cannot learn, unlearn and relearn. > --Alvin Toffler > > ------------------------------------------------------------- > http://insourcery.com - Mergence of Business and Technology > a "Griffin Plaza Partners, LLC" Company > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message