-
```go
package main
import (
"log"
"os"
"github.com/kdomanski/iso9660"
)
func main() {
writer, err := iso9660.NewWriter()
if err != nil {
log.Fatalf("failed to create writ…
-
```
libarchive-based programs such as gvfs' archive backend cannot access UDF
data on ISO9660 images, such as Microsoft Windows 7 RC's ISO images.
```
Original issue reported on code.google.com by `h…
-
**Description**
Metadata panics and quits when trying to read cloud-config from ISO cdrom with error:
`panic: runtime error: index out of range [0] with length 0`
**Steps to reproduce the…
-
https://alive2.llvm.org/ce/z/gV8njG
-
... with output "DISK FULL" when creating the iso image. I changed only grub.cfg slightly with nwipe options and there's plenty of space left on filesystem. any idea how to fix this?
-
Hi soarqin.
Looks like you have exactly same ideas as my ideas on AutoBleem (get rid of c#, repair cue files, match covers using iso9660 ... even my v0.1 was pure C like your one, I switched to C++…
-
Idea from @agaida :
Show all the devices in the partitioning dropdown, but disable those that cannot be used -- and explain why those are disabled. That way the user can see what's going on, rather…
-
Good day
Hope you are doing well.
For now: Joliet and Rock Ridge extensions are not supported (I mean reading or writing).
As I see you have a plans:
- Joliet extensions to iso9660
- Rock Rid…
-
##### SUMMARY
The CLI commands to mount an ISO with macOS 10.15.7 are illustrated below:
```
$ hdiutil attach -nomount /tmp/ubuntu-20.04.1-live-server-amd64.iso
/dev/disk3 Apple_parti…
-
**What would you like to be added**:
If given file is compressed or ISO, try to export all of the compressed files recursively to scan.
**Why is this needed**:
My use case was to scan Lima im…