spion / adbfs-rootless

Mount Android phones on Linux with adb. No root required.
Other
890 stars 73 forks source link

Read-only mode #61

Open upintheairsheep opened 1 year ago

upintheairsheep commented 1 year ago

Hello, although I have tried this and loved it, I desperately would like a read only option for safety measurements. The read only option would only allow reading the contents of the device with adb, and no creating or deleting or moving anything from the device. As I use ADB Root this is even more important, I don’t want to lose my system files at all.

sezuan commented 1 year ago

Isn't adding -o ro sufficient?