summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/etc/mountd.conf')
-rw-r--r--rootdir/etc/mountd.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/rootdir/etc/mountd.conf b/rootdir/etc/mountd.conf
new file mode 100644
index 000000000..d9dfdede3
--- /dev/null
+++ b/rootdir/etc/mountd.conf
@@ -0,0 +1,13 @@
1## mountd configuration file
2
3## add a mount entry for each mount point to be managed by mountd
4mount {
5 ## root block device with partition map or raw FAT file system
6 block_device /dev/block/mmcblk0
7
8 ## mount point for block device
9 mount_point /sdcard
10
11 ## true if this mount point can be shared via USB mass storage
12 enable_ums true
13}