Skip to content

Commit

Permalink
docs: Update storage.rst to clarify file system vs mass storage (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-mark authored and microbit-carlos committed Oct 29, 2018
1 parent aa67f10 commit 10eb503
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/tutorials/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ switch the device off and on again.

Happily MicroPython on the micro:bit allows you to do this with a very simple
file system. Because of memory constraints **there is approximately 30k of
storage available** on the file system.
storage available** on the file system.

.. note::

The micropython file system should not be confused
with the micro:bit mass storage mode which presents the device as a USB drive.
Mass storage mode is only intended for copying across a HEX file, so you won't
see files you create using the file system appearing on the MICROBIT drive.

What is a file system?

Expand Down

0 comments on commit 10eb503

Please sign in to comment.