Skip to content

Add files to UDF 1.02 #76

Description

@HT-7

The mkudffs tool can create blank UDF 1.02 images, but there appears to be no way to add files to them, since UDF 1.02 can only be written to sequentially.

Please add something like an --add-files option. Obviously, the mtime (last modified time) and ctime (last inode changed time) should be retained, for both files and folders.

Example:

mkudffs -r 1.02 --new-file example.img 1000 --add-files "folder 1" "example.mp4" "example2.mp4"

(1000 is block count of the file system.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions