Dan Halbert
|
dbf1a2f7d5
|
allow '/' to be mounted on '/' from Python code
|
2018-06-21 09:24:40 -04:00 |
Dan Halbert
|
f152889938
|
do not permit mounting over a directory or file with the same name as the mount point
|
2018-06-15 13:53:30 -04:00 |
Jeff Epler
|
c08f5a3a00
|
Add storage.getmount to retrieve the mount object associated with a path
|
2018-03-27 21:28:18 -05:00 |
Jeff Epler
|
968763aa1d
|
factor out storage_object_from_path
|
2018-03-27 21:28:18 -05:00 |
Scott Shawcroft
|
d6a24afd71
|
Change vfs mount ordering such that the root is always last in the
linked list. Its also the only one statically allocated and made
available over USB.
|
2017-06-28 14:46:49 -07:00 |
Scott Shawcroft
|
778e975936
|
Split uos module into os and storage.
os is a subset of CPython's os. storage contains additional
file system mounting functionality based on UNIX's mount
management.
Fixes #140
|
2017-06-27 15:17:30 -07:00 |