From owner-freebsd-bugs Tue May 29 21: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E451737B424 for ; Tue, 29 May 2001 21:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4U407V67494; Tue, 29 May 2001 21:00:07 -0700 (PDT) (envelope-from gnats) Date: Tue, 29 May 2001 21:00:07 -0700 (PDT) Message-Id: <200105300400.f4U407V67494@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: K Karthik Subject: Re: misc/27745: burncd denies access to other CD drives Reply-To: K Karthik Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/27745; it has been noted by GNATS. From: K Karthik To: freebsd-gnats-submit@FreeBSD.org, kar_alerts@mglorysb.com Cc: Subject: Re: misc/27745: burncd denies access to other CD drives Date: Wed, 30 May 2001 11:59:45 +0000 There was some misunderstanding here (sorry for creating any confusion, anyway). Actually the message "READ_TOC - ILLEGAL REQUEST" usually appears after blanking (the command is "burncd -f /dev/acd1c blank") is complete. The /dev/acd0c (CD-reader) can be mounted on /cdrom and CD-writer can be mounted on /cdrom1 (all created by sysinstall). I am not trying read the CD in the "burner" during blanking/burning process. I cannot even mount the /cdrom1 (cd-burner) when burncd is running which means I am not trying to read from the burner. When I give "mount /cdrom1" when burncd is running, i get --- cd9660: /dev/acd1c: Device busy --- Here is the sequence of the commands. (ttyv0) # cd /disk2/tmp # mount /cdrom # cp -Rv /disk2/tmp/* . (I can see the filenames being copied) (switching to ttyv1) # cd /disk2/tmp2 # mount /dev/ad0s1a on / (ufs, local) /dev/ad0s1f on /usr (ufs, local, soft-updates) procfs on /proc (procfs, local) /dev/ad1s1e on /disk2 (ufs, local, soft-updates) /dev/acd0c on /cdrom (cd9660, local, read-only) # burncd -f /dev/acd1c -s 4 data cd.iso fixate (when burncd starts, in ttyv0 the filenames being displayed, stops, the light in the CD-reader (/dev/acd0c) stops glowing. But when burncd finishes then the "cp" process resumes and the CD-reader lights starts glowing) Hope this helps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message