Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why not udf? #1

Open
omac777 opened this issue Apr 12, 2020 · 0 comments
Open

why not udf? #1

omac777 opened this issue Apr 12, 2020 · 0 comments

Comments

@omac777
Copy link

omac777 commented Apr 12, 2020

Using udftools:

dd if=/dev/zero of=/home/karpeleslab/image.udf bs=1M count=10
mkudffs /home/karpeleslab/image.udf
mkdir -p /mnt/udfmnt
mount -o loop -t udf /home/karpeleslab/image.udf /mnt/udfmnt
copy whatever here
umount /mnt/udfmnt

Using genisoimage with udf switch to create a udf-formatted iso image:

genisoimage -udf -o /home/karpeleslab/udfimage.iso SOMESOURCEDIR

Don't forget to mention how to burn those images:

wodim -eject -tao  speed=2 dev=/dev/sr1 -v -data /home/karpeleslab/udfimage.iso
growisofs -dvd-compat -Z /dev/sr1=/home/karpeleslab/udfimage.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant