Open danimesq opened 5 years ago
Isn't priority:
Reference: https://github.com/pali/udftools/issues/35
https://www.google.com/search?client=firefox-b-d&q=write+UDF+disc+ubuntu http://manpages.ubuntu.com/manpages/bionic/man8/mkudffs.8.html https://unix.stackexchange.com/questions/567670/cant-create-udf-disk-in-linux-with-mkudffs https://superuser.com/questions/778893/how-to-use-dvdrw-udf-both-in-windows-and-linux https://stackoverflow.com/questions/22236311/how-to-mount-udf-image-writeable-in-ubuntu-12-04-and-later
[ ] Install udftools from binary or apt
[ ] Install pktcdvd kernel module if not present (F Soil)
verify if kernel supports packet-writing:
grep CONFIG_CDROM_PKTCDVD /boot/config-
uname -r``verify if kernel supports UDF:
grep CONFIG_UDF_FS /boot/config-
uname -r``sudo pktsetup pktcdvd0 /dev/sr0
if version 1.3if newer udftools version 2.0, it is
sudo pktsetup /dev/sr0
(for finishing work on disc,sudo pktsetup -d pktcdvd0
)[ ] [PENDING] If you have pktsetup.rules udev rule installed, then pktsetup is called automatically by udev.
[ ] udflabel and udfinfo may be used for troubleshooting
[ ] wrudf need to be tested and updated (wrudf /dev/sr0)
[ ] mkudffs creates a brand new disc, like Windows Explorer does
[ ] sudo mkdir /mnt/udf_disc && sudo mount /dev/sr0 /mnt/udf_disc -t udf