maclenin
July 2nd, 2008, 05:07 PM
I am having some compatibility/finalizing issues when I use growisofs, in Feisty, to burn digital photos to (Verbatim) DVD-R on a MATSHITADVD-RAM UJ-842S.
Essentially:
1. I have used (successfully) the following command for an initial data burn session:
growisofs -Z /dev/hda -J -R -V lngst_day_1 ~/Desktop/DSC_0267.JPG
2. I have then used (successfully) the following command (and variations thereof) to add additional files (.jpg and .nef (nikon proprietary format/label)) and folder structures to the same DVD-R:
growisofs -M /dev/hda -J -R ~/Desktop/june202008/*.*
3. When I try to view the contents of the DVD-R on a MacBook, the MacBook can see the DVD-R and read its label (created using growisofs), but it can't see any of the files or folders burned to the DVD-R.
4. On the other hand, when I load the same DVD-R into an Xbox360, the Xbox360 can see the DVD-R and read the DVD-R's files (.jpg not .nef) and folder structures.
5. To experiment, I used xfburn to burn .nef files to a (Philips) cd-r (using the same drive) and the MacBook is able to read and open the files copied to the cd-r.
NOTE: There is a finalizing cd phase as a part of the xfburn process - so, I am wondering whether the issue with the MacBook and its inability to read the DVD-R might be related to a need to execute a growisofs finalizing process (...though not having finalized didn't seem to affect the Xbox360's ability to read the DVD-R)....
In any event,
6. I tried to finalize the DVD-R with growisofs using the following commands...
growisofs -M -dvd-compat /dev/hda
growisofs -M /dev/hda=dev/zero
...and received these errors:
:-( unable to open64("dev/zero",O_RDONLY): No such file or directory
:-( unable to open64("-dvd-compat",O_RDONLY): No such file or directory
How do I finalize the DVD-R using growisofs?
Might the inability to finalize the DVD-R be the source of the MacBook problem - or could there be other issues at play?
Thanks for whatever insight you might be able to pass along.
Essentially:
1. I have used (successfully) the following command for an initial data burn session:
growisofs -Z /dev/hda -J -R -V lngst_day_1 ~/Desktop/DSC_0267.JPG
2. I have then used (successfully) the following command (and variations thereof) to add additional files (.jpg and .nef (nikon proprietary format/label)) and folder structures to the same DVD-R:
growisofs -M /dev/hda -J -R ~/Desktop/june202008/*.*
3. When I try to view the contents of the DVD-R on a MacBook, the MacBook can see the DVD-R and read its label (created using growisofs), but it can't see any of the files or folders burned to the DVD-R.
4. On the other hand, when I load the same DVD-R into an Xbox360, the Xbox360 can see the DVD-R and read the DVD-R's files (.jpg not .nef) and folder structures.
5. To experiment, I used xfburn to burn .nef files to a (Philips) cd-r (using the same drive) and the MacBook is able to read and open the files copied to the cd-r.
NOTE: There is a finalizing cd phase as a part of the xfburn process - so, I am wondering whether the issue with the MacBook and its inability to read the DVD-R might be related to a need to execute a growisofs finalizing process (...though not having finalized didn't seem to affect the Xbox360's ability to read the DVD-R)....
In any event,
6. I tried to finalize the DVD-R with growisofs using the following commands...
growisofs -M -dvd-compat /dev/hda
growisofs -M /dev/hda=dev/zero
...and received these errors:
:-( unable to open64("dev/zero",O_RDONLY): No such file or directory
:-( unable to open64("-dvd-compat",O_RDONLY): No such file or directory
How do I finalize the DVD-R using growisofs?
Might the inability to finalize the DVD-R be the source of the MacBook problem - or could there be other issues at play?
Thanks for whatever insight you might be able to pass along.