|
|
Comments and Discussions
|
|
 |

|
sense key: 0×5, asc=0×21, ascq=0×0
brown baek
|
|
|
|

|
Will this work with a DVD RAM ? Can this format a dvd ram in udf ?
|
|
|
|

|
Hi,
This is Prashant from India. I have down load your sample application from codeproject.com. When I run this application, it is not detecting CD writer connected there to my system. On system I am using has WindowsXp OS, and Adaptec Drivers
1. aspi32.sys (ver. 4.71.2)
2. wowpost.exe (ver. 4.6(1021))
3. winaspi.dll (ver. 4.6(1021))
4. wnaspi32.dll (ver. 4.71.2)
Please let me know what shoud I do so using Adaptec driver this application will detect IDE CD Writer (IDE Sony CD writer.)
regards
Prashant
|
|
|
|

|
Hi,
I am working on UDF file system decoder. I am blocked as of now and I cannot proceed further until I get to know how to get last block information. Please help me out!
Regards
Kiran
|
|
|
|

|
It seems this demo can't write directories. What shall be considered when write dirctories? Cdr-tools offers this ability, but the source code is hard to read. Can somebody gives me some tips or URLs upon this topic?
|
|
|
|

|
Can I get the disc manufaturer off the disc with this code?
|
|
|
|

|
After so problems with the sample code to run an ATAPI CD-RW drive, I took a close look with the code. There are few basic problems with the code to run ATAPI CD-R/RW drives:
1. ATAPI CDB length is 12 (this in not critical)
2. Mode sense and select pages should be 0x5A and 0x55 command code
3. Need to issue Sync CACHE 0x35 and read disc info 0x55 after done all
intended write(s) (not every write) to force clean write buffer data to
the disc before any other command.
4. Needs to double check the write address and re-allocation buffer in the
write files routines. Note: The sync cache after write fixs the problem.
The next write address is then properly read.
This may fix most of the problems in the sample code.
F King
|
|
|
|

|
OS : window 2000
CD/RW Model : Yamaha CRW8824S or YAMAHA CRW2100S
During Format CD/RW Media ...
Occur Write Error
but Sense key, ASC and ASCQ's value are zero(0x00, 0x00,0x00 )
SCSI2::WritePacket (unsigned char* buffer,long addr,long len,bool packet)
{
.
.
.
//////////////////////////////////////////////////
// here write errror occured position
// Question
// 1. Why the value is zeor for
// srbExec.SRB_BufLen = 0;
// srbExec.SRB_BufPointer=0;
// .
// .
// srbExec.CDBByte [ 7 ] = 0;
// srbExec.CDBByte [ 8 ] = 0;
//
// 2. Why error code( sensekey, asc, ascq's value are zero ?
//
if(srbExec.SRB_Status == SS_COMP && packet)
{
m_lba+=7;
srbExec.SRB_BufLen = 0;
srbExec.SRB_BufPointer=0;
srbExec.CDBByte [ 2 ] = (m_lba>>24)&0xff;
srbExec.CDBByte [ 3 ] = (m_lba>>16)&0xff;
srbExec.CDBByte [ 4 ] = (m_lba>>8)&0xff;
srbExec.CDBByte [ 5 ] = m_lba&0xff;
srbExec.CDBByte [ 7 ] = 0;
srbExec.CDBByte [ 8 ] = 0;
pfnSendASPI32Command ( ( LPSRB ) &srbExec );
while ( srbExec.SRB_Status == SS_PENDING );
if(checkError(srbExec.SRB_Status)!="SUCCESS"&&!m_silence)
{
m_sense=*(scsi_sense *)srbExec.SenseArea;
AfxMessageBox(checkSense());
}
}
////////////////////////////////////////////
}
|
|
|
|

|
Help!
What mmc command not support ATAPI in udf-cdr?
I want to use it for my ATAPI CDRW , but this program only can read cd infomation.
|
|
|
|
|

|
Hi,
I am Ahsan Mostafa from Bangladesh. I have ordered from my boss that I should make a software that write sector by sector in CD-R or CD-RW. I have found the Nero SDK, but I can write files or folders in CD-R or CD-RW.
Now I am in problem,How can I write sectors in CD-R or CD-RW ? Any one out there to help me.
Is this possible using C++? I am trying using DDK(Driver Development Kit) in Windows 2000.But still cann't.
Thanks in forward
Mostafa
|
|
|
|

|
My question is related to data being burned on a CD-R disk using a packet-writing software like Roxio, NERO and or XP under windows based computer, when does the TOC get written to the disk?
Before or after the data is burned?
It seems that the Lead-In and Lead-Out (in variable length packet writing) physically (as opposed to timing) is written at the end of the last user data entered. If this is the case, it seems that "the directory/file information..., plus the volume descriptor (at filesystem level), and as you add a session on the CD-R, the TOC of the CD" is written at this physical location:
1. Could anyone detail exactly what's contained in the Table of Contents (TOC) and the "Volume Descriptor" (or what the volume descriptor is supposed to accomplish).
2. What's in the Lead-Out area?
3. How does the UDF VAT relate to a TOC?
4. What, in general, does an ICB do? Do ICBs play any role with either a
TOC?
5. What is the difference between a path table and a directory?
Thanks - I very much appreciate your responses.
|
|
|
|

|
i found source code to audio cd burning here. i guess itll burn mp2,mp3,atrac3,wma,and ogg vrbis to audio cd all on the fly. http://www.dgpdev.com/activex.htm i ordered it should be getting it soon. just thought id pass this great informat to anyone else interested in cd burning programming.
|
|
|
|
|

|
in my case
"write" butten -> command sequence error
I thing SCSIRead() function is dose not work
|
|
|
|

|
I really want to know how to read VAT ICB on CD-R/DVD-R recorded with UDF.
Could you give me some solution?
|
|
|
|

|
hi..
your program is very detail.. and..
so..large ..
but
in my cd-rw is do not work for your program..
it work.. only open / Eject command.. and.. bus scan...
but..
can not read and..
record..
can you more easy way to.. record?
and..
how can I Burn it well..
thanks..
|
|
|
|

|
Is there anyone trying to compile the project source after dl?
I can not find the .rc file ...
By the way, may I ask: when I try to write files to the already-formatted CDR, it told me "out of memory", what does it mean?
Thanks ahead
|
|
|
|

|
Hello.
I wanted to ask when the update comes which supports ATAPI drives?
Or does any one know why it doesn't workd with ATAPI drives?
thanks
|
|
|
|

|
Hi, Thanks for a great demo app. I want to write something similar for DVD UDF, and was wondering if you knew of any file size limitation in UDF?
Thanks,
Mark
|
|
|
|

|
There is some compatibility issue with ATAPI devies now.
I am working on it.
|
|
|
|

|
Hi,
Do you plan posting an article how to write ISO CD-R and CDA?
Thanks!
|
|
|
|

|
Dear sir, when i pressed "format the disc" button, it prompted that "sense key
:0x5, ASC=0X26, ASCQ=0X0,dISK FORMATTING Failed!", would give me some advice,
Thanks!
|
|
|
|

|
Hi,
I just seen this. It looks very good!
But when i try to make a CD disk by using your soft I found
the following problems.
Cannot format a black disk. By tracing the code, i found the error is at:
if(!SetWriteParameters(1,10,4,0x20)) return false;
other similar errors also happend.
Would you please say in more detail how to set the parameter before format a CD disk? How many files can be wrote to the disk for each time? In order to read a written disk, you make the choices of Logicblock and length, but more simple method may read selected sector directly?
Thanks in advance!
chen
|
|
|
|

|
You asier had invest in a good magneto-optical drive that bring you the control of 1.3GB for only a quarter of the cost of a JAZ cartidge (the drive unit cost about the same)...
See http://www.fujitsu.com or http://www.fujitsu-europe.com then look for magneto-optical drives...
It's like floppy disc, but faster (4 MB/s), bigger (1.3 GB, more than 900 1.44 MB FD). Better than LS120 or LS240 (too expensive and too slow), better then ZIP and JAZ (too too expensive and not compatible).
In a 1.3GB drive (MCx3130yy), you can use previous/backward cartidge format (128 MB, 230 MB, 540 MB, 640 MB and the 1.3 GB). You can format the disc in every format you want (FAT, NTFS, HPFS, NFS, ...) without additive disc space occupation for the TOC (such in multisession and UDF). So full size usage !
It is even the most reliable storage media ever, that resist to X-ray, magnetic fields, dust, wetness, ... Mostly used in medicine and in justice for the backup of trial cases (at least 40 years of data saving).
But thanks for the article, it's nice
Kochise
PS : Don't worry, I've no options in Fujitsu, it's just that their products amaze me from my daily usage.
|
|
|
|

|
I note you're including a third party dll with this - is that legal ? I don't know, it's a serious question, not an accusation.
Christian
Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002
During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
|
|
|
|

|
Nice utility,
but can u inadvertanly format/write to your hard drives, since you are showing them in the list. I havent't looked at the code, but can your format function distingush between HD's and CDR ?
i think you should only show CD-rom Devices and not any hard drives in the users system.
From the article title , SCSI, i'm thinking this is for SCSI CDR's only, so its a bit misleading, maybe a title change might be good, since i have a IDE CDR which it found, and 3 scsi drives. something generic might be more, unless this is only for SCSI based CDR's, is it ?
|
|
|
|

|
Thank You ..
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
How to write a CDR in UDF
| Type | Article |
| Licence | CPOL |
| First Posted | 19 Sep 2002 |
| Views | 180,619 |
| Bookmarked | 39 times |
|
|