You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
(1000 is block count of the file system.)
The text was updated successfully, but these errors were encountered: