isodrive
This commit is contained in:
39
README.md
Normal file
39
README.md
Normal 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
|
||||
Reference in New Issue
Block a user