summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/fat.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/fat.rst')
-rw-r--r--Documentation/filesystems/fat.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/filesystems/fat.rst b/Documentation/filesystems/fat.rst
index e39e34a0e9..138e69711f 100644
--- a/Documentation/filesystems/fat.rst
+++ b/Documentation/filesystems/fat.rst
@@ -5,7 +5,9 @@ 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::
+:ref:`command_mount` command:
+
+.. code-block:: console
barebox:/ mkdir /mnt
barebox:/ mount /dev/disk0.0 fat /mnt