forked from Krylon360/android_device_samsung_galaxys4g
-
Notifications
You must be signed in to change notification settings - Fork 7
/
fstab.aries
17 lines (14 loc) · 902 Bytes
/
fstab.aries
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Android fstab file.
# <src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
recovery /recovery mtd defaults recoveryonly
boot /boot mtd defaults recoveryonly
radio /radio mtd defaults recoveryonly
cache /cache yaffs2 defaults recoveryonly
/dev/block/mmcblk0p1 /sdcard vfat defaults recoveryonly
system /system yaffs2 ro wait
userdata /data yaffs2 noatime,nodev,nosuid,nomblk_io_submit,errors=panic wait,encryptable=footer,length=-16384
/devices/platform/s3c-sdhci.2/mmc_host/mmc1 auto auto defaults voldmanaged=sdcard0:auto,noemulatedsd
# zRAM
/dev/block/zram0 none swap defaults zramsize=134217728