This commit is contained in:
Marcel Alexandru Nitan
2023-05-22 10:09:18 +00:00
parent f2368e3669
commit ae64d065ad
8 changed files with 731 additions and 18 deletions

39
README.md Normal file
View File

@@ -0,0 +1,39 @@
# isodrive (configfs)
* `apt install build-essential`
* `git clone https://github.com/nitanmarcel/isodrive`
* `cd isodrive`
* `make`
* `make install` (optional)
usage:
* `isodrive {iso} {cdrom[0/1]} {readonly[1/0]}`
mount
* `isodrive /full/path/to/file.iso`
umount
* `isodrive`
mount (as cdrom)
* `isodrive /full/path/to/file.iso 1 1`
mount (as read write)
* `isodrive /full/path/to/file.iso 0 0`
## Termux
* Run `su` before using isodrive command
## Credits
Inspired by https://github.com/fredldotme/ISODriveUT