summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/fat.rst
blob: 138e69711f3dd1241458f2a4fc2b33454471c66e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. index:: fat (filesystem)

FAT filesystem
==============

barebox supports FAT filesystems in both read and write modes with optional
support for long filenames. A FAT filesystem can be mounted using the
:ref:`command_mount` command:

.. code-block:: console

  barebox:/ mkdir /mnt
  barebox:/ mount /dev/disk0.0 fat /mnt
  barebox:/ ls /mnt
  zImage barebox.bin
  barebox:/ umount /mnt