forked from waleedq/android_device_samsung_galaxysl
-
Notifications
You must be signed in to change notification settings - Fork 27
/
fstab.latona
17 lines (14 loc) · 1.32 KB
/
fstab.latona
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
boot /boot mtd defaults recoveryonly
recovery /recovery mtd defaults recoveryonly
radio /radio mtd defaults recoveryonly
system /system yaffs2 defaults recoveryonly
/dev/block/mmcblk0p2 /cache ext4 noatime,nosuid,nodev,errors=panic wait,check
/dev/block/mmcblk0p3 /data ext4 noatime,nosuid,nodev,errors=panic,discard,noauto_da_alloc wait,check
/devices/platform/omap/omap_hsmmc.1/mmc_host/mmc0 auto auto defaults voldmanaged=sdcard0:1,nonremovable,noemulatedsd
/devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1 auto auto defaults voldmanaged=sdcard1:auto
# zRAM
/dev/block/zram0 none swap defaults zramsize=134217728