helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
807 stars 58 forks source link

Make UDF ISOs work correctly #278

Open probonopd opened 3 years ago

probonopd commented 3 years ago

This is what currently happens:

image

No mention of UDF at all at https://github.com/vermaden/automount

Doing this manually works fine:

FreeBSD% sudo umount /dev/da0
FreeBSD% sudo mkdir -p /media/CCRA_X64FRE_DE-DE_DV5
FreeBSD% sudo mount_udf /dev/da0 /media/CCRA_X64FRE_DE-DE_DV5

image

@vermaden. Am I missing something?

vermaden commented 3 years ago

@vermaden. Am I missing something?

Nope.

My automount is missing UDF support :)

As I now know that its possible to properly mount UDF on FreeBSD then I will add that support to automount :)

Regards.