summaryrefslogtreecommitdiff
path: root/firmware/test/fat/README
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/test/fat/README')
-rw-r--r--firmware/test/fat/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/test/fat/README b/firmware/test/fat/README
index 76141c0044..58ffe7ffa8 100644
--- a/firmware/test/fat/README
+++ b/firmware/test/fat/README
@@ -16,6 +16,13 @@ To mount the image, your linux kernel must include the loopback device:
16 16
17Now copy some test data to the disk, umount it and start testing. 17Now copy some test data to the disk, umount it and start testing.
18 18
19The test script mounts the disk image in order to initialize it will a number
20of dummy files. Since users are no longer allowed to mount loopback devices,
21you can either run the test script as root (not recommended) or add a line to
22your fstab file:
23
24/path/to/disk.img /mnt/dummy vfat loop,users,noauto 0 0
25
19 26
20Test code 27Test code
21--------- 28---------