File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import time
2+ import storage
3+
4+ print ("**************** WARNING ******************" )
5+ print ("Using the filesystem as a write-able cache!" )
6+ print ("This is risky behavior, backup your files!" )
7+ print ("**************** WARNING ******************" )
8+
9+ storage .remount ("/" , disable_concurrent_write_protection = True )
10+ time .sleep (5 )
Original file line number Diff line number Diff line change 1+ import time
2+ import storage
3+
4+ print ("**************** WARNING ******************" )
5+ print ("Using the filesystem as a write-able cache!" )
6+ print ("This is risky behavior, backup your files!" )
7+ print ("**************** WARNING ******************" )
8+
9+ storage .remount ("/" , disable_concurrent_write_protection = True )
10+ time .sleep (5 )
Original file line number Diff line number Diff line change 1+ import time
2+ import storage
3+
4+ print ("**************** WARNING ******************" )
5+ print ("Using the filesystem as a write-able cache!" )
6+ print ("This is risky behavior, backup your files!" )
7+ print ("**************** WARNING ******************" )
8+
9+ storage .remount ("/" , disable_concurrent_write_protection = True )
10+ time .sleep (5 )
Original file line number Diff line number Diff line change 1+ import time
2+ import storage
3+
4+ print ("**************** WARNING ******************" )
5+ print ("Using the filesystem as a write-able cache!" )
6+ print ("This is risky behavior, backup your files!" )
7+ print ("**************** WARNING ******************" )
8+
9+ storage .remount ("/" , disable_concurrent_write_protection = True )
10+ time .sleep (5 )
You can’t perform that action at this time.
0 commit comments