blob: 094a2c7af0a5e3a935dce7d0cb298c2a978887c9 [file] [log] [blame]
The Android Open Source Project4f6e8d72008-10-21 07:00:00 -07001## 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
The Android Open Source Project35237d12008-12-17 18:08:08 -080013
14 ## path to the UMS driver file for specifying the block device path
15 ## use this for the mass_storage function driver
16 driver_store_path /sys/devices/platform/usb_mass_storage/lun0/file
17 ## use this for android_usb composite gadget driver
18 ##driver_store_path /sys/devices/platform/msm_hsusb/gadget/lun0/file
The Android Open Source Project4f6e8d72008-10-21 07:00:00 -070019}