forked from CyanogenMod/android_device_samsung_aries-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fstab.aries
18 lines (14 loc) · 1.42 KB
/
fstab.aries
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
system /system yaffs2 defaults recoveryonly
/dev/block/mmcblk0p2 /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check,encryptable=footer,length=-16384
/devices/platform/s3c-sdhci.0/mmc_host/mmc0 auto auto defaults voldmanaged=sdcard0:1,nonremovable,noemulatedsd
/devices/platform/s3c-sdhci.2/mmc_host/mmc2 auto auto defaults voldmanaged=sdcard1:auto
# zRAM
/dev/block/zram0 none swap defaults zramsize=134217728