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

Add files to UDF 1.02 #76

Open
HT-7 opened this issue Aug 31, 2024 · 0 comments
Open

Add files to UDF 1.02 #76

HT-7 opened this issue Aug 31, 2024 · 0 comments

Comments

@HT-7
Copy link

HT-7 commented Aug 31, 2024

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.)

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