-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wait_cmd_sense: Input/output error #67
Comments
|
So error is correct there as optical drive can format/blank only rewritable CD medias. |
Oh, the man page says it works on CD-Rs |
Uff, maybe some of the options could be used also for CD-R (like printing track information). But blanking media is RW operation. |
Does BD-RE work? |
BD-RE uses UDF in overwritable mode, like DVD-RAM. So formatting to UDF does not require special access to optical drive (like for CD-RW via Unfortunately, UDF specification requires that Blu-ray must use at least UDF rev 2.50 and this UDF rev for requires for all non-recordable media to use UDF Metadata partition, which mkudffs does not support yet (issue #20). So you can use |
Is it possible to format a BD-R as UDF without using cdrwtool? |
Recordable media types are not supported directly for writing by tools which are parted of the udftools. Just mkudffs can prepare (empty) UDF disk image for recordable media type, but for writing it to media you need to use other application. |
OK, thanks |
Tried with a BD-R and CD-R
The text was updated successfully, but these errors were encountered: