Jayy001/codexctl

Add mount command

Eeems opened this issue · 4 comments

Eeems commented

It would be nice to have a command to bind mount an update file to allow exploring the contents. This would likely depend on #31

Eeems commented

Since windows doesn't support ext4 without a driver, you could use wsl to mount the drive: https://learn.microsoft.com/en-us/windows/wsl/basic-commands#mount-a-disk-or-device

I've added support for this but just on linux for now

@Jayy001 should I be opening a new issue for windows and macOS support?