mirror of
https://github.com/nitanmarcel/isodrive.git
synced 2026-03-13 04:17:24 +00:00
isodrive: remove getprop depedency, allow switching cdrom and ro modes
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
|
||||
* `sudo make install` (optional)
|
||||
|
||||
usage:
|
||||
|
||||
* `isodrive {iso} {cdrom[0/1]} {readonly[1/0]}`
|
||||
|
||||
mount
|
||||
|
||||
* `sudo isodrive /full/path/to/file.iso`
|
||||
@@ -18,5 +22,13 @@ umount
|
||||
|
||||
* `sudo isodrive`
|
||||
|
||||
mount (as cdrom)
|
||||
|
||||
* `sudo isodrive /full/path/to/file.iso 1 1`
|
||||
|
||||
mount (as read write)
|
||||
|
||||
* `sudo isodrive /full/path/to/file.iso 0 0`
|
||||
|
||||
|
||||
Inspired by https://github.com/fredldotme/ISODriveUT
|
||||
|
||||
Reference in New Issue
Block a user