On Sun, 2022-12-18 at 17:44 -0500, Bill Cunningham wrote:
> OK so how exactly do I create an "empty" ISO file? I will try to explain 
> by example.
> 
> As above say I have an "empty" vfat format.
> 
> mount /dev/loop /mnt which is attached to a FILE.
> 
> copy files manually into the /mnt directory. Be they VOBs IFOs or such.
> 
> wold I have to turn to mkfs.udf for this? IDK if that is a ISO.

To create a playable DVD, the files have to be put into the master
image (the ISO file, in your example), in order.  DVD players are very
simple, and expect the first file at the start of the disc, and the
rest in sequence.  They can do a bit of hunting around to play
different files, but each file is contiguous in itself.  There's also a
bootblock kind of structure to the disc, with headers identifying the
type of disc.

These are just a few reasons why you use video-DVD creation tools to
create DVDs, rather than try to do it all by hand.
 
-- 
 
uname -rsvp
Linux 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to