- Package:
- genisoimage
- Source:
- genisoimage
- Description:
- Creates ISO-9660 CD-ROM filesystem images
- Submitter:
- Date:
- 2025-08-09 06:19:01 UTC
- Severity:
- normal
Windows tools like CDburnerXP have the ability to rename and remove files in a new session of a multisession disc. Even though removing files from the list will not free up space, it can still be useful for removing duplicates from the file list. This can be accomlished using text files that contain the list of files to rename or remove. Possible parameter names: --rename-from-list list.txt --rename-to-list list2.txt --remove-from-list list3.txt . The line counts of line1.txt and line2.txt would be matched up. This means the file path from line 1 in list.txt will be renamed to line 1 in list2.txt .
Another reason to support removing files from the list is to repair a file list after an interrupted burn, for example caused by a loose connector. This will cause files to appear in the file list that were not written, so those would need to be removed from the list of the next session.