Floflis / meta

Discussions, tree folder structure and anything related to Floflis Platform
0 stars 0 forks source link

Floflis UDF #76

Open danimesq opened 5 years ago

danimesq commented 5 years ago

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``

CONFIG_UDF_FS=y means supported

CONFIG_CDROM_PKTCDVD=m or CONFIG_CDROM_PKTCDVD=y means supported CONFIG_CDROM_PKTCDVD is not set means unsupported

if newer udftools version 2.0, it is sudo pktsetup /dev/sr0 (for finishing work on disc, sudo pktsetup -d pktcdvd0)

danimesq commented 4 years ago

Isn't priority:

danimesq commented 4 years ago

Reference: https://github.com/pali/udftools/issues/35

danimesq commented 3 years ago

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