From 3a5eaa8fa98f077b17e352e3afaa03d995773d5c Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 28 Feb 2011 10:48:58 +0000 Subject: Made the fat test code compile again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29456 a1c6a512-1295-4272-9138-f99709370657 --- firmware/test/fat/README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/test/fat/README') 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: Now copy some test data to the disk, umount it and start testing. +The test script mounts the disk image in order to initialize it will a number +of dummy files. Since users are no longer allowed to mount loopback devices, +you can either run the test script as root (not recommended) or add a line to +your fstab file: + +/path/to/disk.img /mnt/dummy vfat loop,users,noauto 0 0 + Test code --------- -- cgit v1.2.3