The Android Open Source Project | 4f6e8d7 | 2008-10-21 07:00:00 -0700 | [diff] [blame^] | 1 | ## mountd configuration file |
2 | |||||
3 | ## add a mount entry for each mount point to be managed by mountd | ||||
4 | mount { | ||||
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 | } |