5 lines
104 B
Python
5 lines
104 B
Python
import storage
|
|
|
|
# RISKY!
|
|
storage.remount('/', readonly=False, disable_concurrent_write_protection=True)
|