Create UDF on DVD+RW with Ubuntu Gusty
Finally, I found it's easier to create UDF than expected.
sudo apt-get install udftools
I added following line to /etc/default/udftools. But I'm not sure whether it's necessary.
DEVICES="/dev/scd0"
Then, create UDF.
dvd+rw-format /dev/scd0
mkudffs --media-type=dvdram /dev/scd0
Please remember to eject the disc after mkudffs. Then, inject it and Ubuntu will mount it automatically.
Labels: Ubuntu
