From owner-freebsd-questions@FreeBSD.ORG Mon Jun 26 21:22:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E0216A402 for ; Mon, 26 Jun 2006 21:22:28 +0000 (UTC) (envelope-from jc.devilla@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DBD943D92 for ; Mon, 26 Jun 2006 21:22:09 +0000 (GMT) (envelope-from jc.devilla@gmail.com) Received: by nz-out-0102.google.com with SMTP id 18so1164476nzp for ; Mon, 26 Jun 2006 14:22:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type; b=O8RbOyT1+rmZv3sZxFSbP9ct26Z5I+1hg5gxh/2w8FWFxSJeH8s4CNRqo1RJ3SdpdwuVT/bT3LgpwvODwhCL0I8EwzNAJAsBEV6+YdiP26ZjbQZUSav9vQEqQqp/DdCQX3VBJzzM32yi+e3p25rDUD1yasKL5fmS+WfDE5WXfLM= Received: by 10.36.224.1 with SMTP id w1mr1226197nzg; Mon, 26 Jun 2006 14:22:07 -0700 (PDT) Received: from ?192.168.232.166? ( [203.87.196.234]) by mx.gmail.com with ESMTP id 38sm2195126nzf.2006.06.26.14.22.06; Mon, 26 Jun 2006 14:22:07 -0700 (PDT) Message-ID: <44A050C7.8080102@gmail.com> Date: Tue, 27 Jun 2006 05:25:27 +0800 From: Migs User-Agent: Thunderbird 1.5 (X11/20060514) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <449EDE85.5040704@gmail.com> <44mzbzu0it.fsf@be-well.ilk.org> In-Reply-To: <44mzbzu0it.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: dd wont work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 21:22:28 -0000 Lowell Gilbert wrote: > Migs writes: > > >> I've already looked around and found that dd will work on cd's only if >> the bs=2k argument is present. >> >> However, ive tried it both without (before knowing this) and with the >> argument, but I still cant pick up an image of the cd. >> >> I know that this should work: >> >> dd if=/dev/cd0 of=~/file.iso bs=2k >> >> but it doesn't. I always get a >> >> dd: /dev/acd0: Invalid argument >> 0+0 records in >> 0+0 records out >> 0 bytes transferred in 0.000225 secs (0 bytes/sec) >> >> I'm on 6.1 releng by the way, and the cd im trying to dd is >> knoppix. My combo drive is a 'LITE-ON ' 'COMBO SOHC-5236V' 'R$09' >> Removable CD-ROM thats a slave on ide0. What else should I be looking >> at? >> > > Are you actually copying from cd0, or acd0? > Are you sure the problem isn't with the CD itself? > > Sorry about that... I was trying both cd0 and acd0, and yes, i know that the disc is fine since I used to be able to dd from it. I also know that the drive is fine because I could dd from it back when I was still using slackware. This only showed up when I started with FreeBSD about 2 months ago.