9
0
Fork 0
barebox/Documentation/filesystems/fat.rst

15 lines
366 B
ReStructuredText

.. 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::
barebox:/ mkdir /mnt
barebox:/ mount /dev/disk0.0 fat /mnt
barebox:/ ls /mnt
zImage barebox.bin
barebox:/ umount /mnt