Dan

Results 75 comments of Dan

I've sent off an email to an open source project working on UDF 2.5 ISO creation, if I get a response I'll post it here.

No response from the author yet, NetBSD has full support for UDF 2.5 and 2.6 according to [Wikipedia](https://en.wikipedia.org/wiki/Universal_Disk_Format#Compatibility), the person that developed that functionality in NetBSD also developed a standalone...

I've started some of the work on putting the NetBSD code back into UDF Client but there is still a lot missing. Maybe I'll just put up the code I...

Also apparently Nero Linux 4 can create UDF 2.5 ISOs but I haven't had much success with it! https://en.m.wikipedia.org/wiki/Nero_Linux

Response from the developer "option would be to use NetBSDs 'makefs -t udf' where I added support for creating (non bootable) UDF disc images as part of the UDF support....

That command should be correct, I never had to burn anything bigger than 16GB so can't comment on that. The only open source solution for getting UDF 2.6 support (I...

I successfully created a BD folder in tsMuxer, then created the ISO in the command line with: ``` cd BD_Folder echo "BD_Folder.iso" | nerocmd --write --drive=-1,0 --bd --udf --udf-revision=2.60 --udf-partition-type=physical...

@jcdr428 sorry I didn't quite understand you there? To be fair it would still need further testing and I don't have a Blu-ray player to really test it with, or...

@Randrianasulu that's really good work, I can see a lot of people using that!

Once we update the Docker container and related scripts to build from Ubuntu 18.04 this issue should be fixed.