summaryrefslogtreecommitdiffstats
path: root/rootdir/etc/mountd.conf
blob: d9dfdede3005789b1615a3e3c0b4b0c3b1533758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## mountd configuration file

## add a mount entry for each mount point to be managed by mountd
mount {
    ## root block device with partition map or raw FAT file system
    block_device    /dev/block/mmcblk0
        
    ## mount point for block device
    mount_point     /sdcard
    
    ## true if this mount point can be shared via USB mass storage
    enable_ums      true
}