[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: BD-R formatting help



Thomas Schmitt wrote:
./dvd+rw-format -ssa=4G /dev/dvd
But when I execute this command, it says that it is invalid for the
detected media.
      || (mmc_profile != 0x12 && mmc_profile != 0x43 &&mmc_profile !=
0x41 && ssa) )
After making the above change, it then gets past this portion

If i get the code of dvd+rw-format.cpp 0.7.1 right
then you are not supposed to use option -ssa together with
profile 0x41. You are supposed to use option -force.

At other spots in the code i find traces that ssa is well
expected, though. Your code change should have had a chance
for success.
You will notice that the code has:
   force=ssa=1;
so if you choose ssa, you are automatically setting force too.
sr0: CDROM (ioctl) error, command: Test Unit Ready 00 00 00 00 00
Deferred sr00:00: sense key Medium Error
Additional sense indicates Format command failed

This does not look as if it was from dvd+tools but
rather from the kernel. Do you see that in a log file
or does it appear with the format run on terminal ?
This actually shows up in the log as well as on the terminal.

Matt Schulte
Commtech, Inc.
Voice: 316-636-1131
Fax: 316-636-1163
http://www.commtech-fastcom.com


Reply to: