summaryrefslogtreecommitdiff
path: root/firmware/test/fat/README
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2011-02-28 10:48:58 +0000
committerBjörn Stenberg <bjorn@haxx.se>2011-02-28 10:48:58 +0000
commit3a5eaa8fa98f077b17e352e3afaa03d995773d5c (patch)
tree33ed45707c8829caf98217861d03cebd6a3689b4 /firmware/test/fat/README
parentd8f6c75ab94ee97e9a49ce669d74dc252225586a (diff)
downloadrockbox-3a5eaa8fa98f077b17e352e3afaa03d995773d5c.tar.gz
rockbox-3a5eaa8fa98f077b17e352e3afaa03d995773d5c.zip
Made the fat test code compile again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29456 a1c6a512-1295-4272-9138-f99709370657
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---------