Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2002 17:45:53 -0700 (PDT)
From:      "Mr. Darren" <darren780@yahoo.com>
To:        Max Khon <fjoe@iclub.nsu.ru>
Cc:        freebsd <freebsd-stable@freebsd.org>
Subject:   Re: /dev/acd0c bug
Message-ID:  <20020627004553.11528.qmail@web20601.mail.yahoo.com>
In-Reply-To: <20020626180709.B7817@iclub.nsu.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Max,

I make bchunk not determin the track mode on purpose,
if it see's mode 1.. it assumes it's a certain size
and I loose about 100 megs of data off the cd, however
if I change mode1 to another word... it extracts the
image properly...
IT WILL NOT EXTRACT THE FOLLOWING PROPERLY:
========================================
FILE "ctp-en1.bin" BINARY
  TRACK 01 MODE2/2352
    INDEX 01 00:00:00
  TRACK 02 MODE2/2352
    INDEX 01 00:06:00
========================================
IT WILL EXTRACT THE FOLLOWING PROPERLY
========================================
FILE "ctp-en1.bin" BINARY
  TRACK 01 OTMODE2/2352
    INDEX 01 00:00:00
  TRACK 02 OTMODE2/2352
    INDEX 01 00:06:00

-Darren

--- Max Khon <fjoe@iclub.nsu.ru> wrote:
> hi, there!
> 
> On Tue, Jun 25, 2002 at 11:59:23PM -0700, Mr. Darren
> wrote:
> 
> > the iso's in question were converted from
> .cue/.bin..
> > the vcds I burn turn out ok.. just the mode1 iso's
> > don't... I get that error every time.  all my devs
> are
> > current..  could be related to the ATA problems...
>  
> why generated .iso image has .ugh extension?
> bchunk generates such extension when it can't
> determine track mode
> properly. if you have created .cue file yourself,
> you could
> specify incorrect track mode. can you show your .cue
> file?
> 
> > -Darren
> > --- JJ Behrens <jj@nttmcl.com> wrote:
> > > No one else has sent in a response yet, so I'll
> > > start grabbing for straws:
> > > 
> > > o Perhaps you should updating your devices:
> > >   cd /dev/; sh MAKEDEV all
> > > o Are you trying to burn an ISO?  I.e., did you
> > > remember to use mkisofs first?
> > > o I wonder if this is related to the recent ATA
> > > problems.
> > > 
> > > I apologize if this email was a waste of your
> time
> > > ;)
> > > 
> > > -jj
> > > 
> > > > I've tried many variations of this command and
> it
> > > > breaks down to two things.. I either don't get
> the
> > > > error and the cd doesn't work, or I do get the
> > > error
> > > > and it still doesn't work...  windows loads it
> as
> > > a
> > > > blank cd with 100% used..  unix doesn't even
> load
> > > it..
> > > > 
> > > > pasted directly as is:
> > > > ani927tpy6ge# burncd -etv -f /dev/acd0c -s 16
> > > XAmode1
> > > > cd101.ugh fixate
> > > > adding type 0x0a file cd101.ugh size 723458 KB
> > > 361730
> > > > blocks (0 padded)
> > > > next writeable LBA 0
> > > > addr = 0 size = 740821200 blocks = 361730
> > > > writing from file cd101.ugh size 723458 KB
> > > > acd0: WRITE_BIG - ILLEGAL REQUEST asc=0x63
> > > ascq=0x00
> > > > error=0x04
> > > > only wrote -1 of 32768 bytes err=5
> > > > fixating CD, please wait..
> > > > ani927tpy6ge#
> > > > 
> > > > 
> > > > 
> > > > 
> > > > pay attention to:
> > > > acd0: WRITE_BIG - ILLEGAL REQUEST asc=0x63
> > > ascq=0x00
> > > > error=0x04
> > > 
> > > -- 
> > > Users of C++ should consider hanging themselves
> > > rather than shooting their 
> > > legs off--it's best not to use C++ simply as a
> > > better C.
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! - Official partner of 2002 FIFA World Cup
> > http://fifaworldcup.yahoo.com
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-stable" in the body of
> the message
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020627004553.11528.qmail>