aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/fstab.espresso
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2016-03-04 13:01:04 +0100
committerAndreas Blaesius <skate4life@gmx.de>2016-10-29 16:23:04 +0200
commit2a7f9e49089325221b08bcf32df595214ecab759 (patch)
tree3548702788fcb56ef07f9b729f4607aa0ba3e832 /rootdir/fstab.espresso
parentcd7043e044484126ad473e13410e77fe2f01699c (diff)
downloaddevice_samsung_espressowifi-2a7f9e49089325221b08bcf32df595214ecab759.zip
device_samsung_espressowifi-2a7f9e49089325221b08bcf32df595214ecab759.tar.gz
device_samsung_espressowifi-2a7f9e49089325221b08bcf32df595214ecab759.tar.bz2
rootdir: switch to PRODUCT_COPY_FILES
Now that we don't need symlinks, we can simplify this part. Change-Id: If4ed194e04de7eeaee60929a1e8b906ffe7ed172
Diffstat (limited to 'rootdir/fstab.espresso')
-rw-r--r--rootdir/fstab.espresso22
1 files changed, 22 insertions, 0 deletions
diff --git a/rootdir/fstab.espresso b/rootdir/fstab.espresso
new file mode 100644
index 0000000..d0accb4
--- /dev/null
+++ b/rootdir/fstab.espresso
@@ -0,0 +1,22 @@
+# 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
+
+/dev/block/platform/omap/omap_hsmmc.1/by-name/FACTORYFS /system ext4 ro,barrier=1 wait
+/dev/block/platform/omap/omap_hsmmc.1/by-name/EFS /efs ext4 nosuid,nodev,barrier=1 wait,check
+/dev/block/platform/omap/omap_hsmmc.1/by-name/DATAFS /data ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc,journal_async_commit wait,check,encryptable=footer
+/dev/block/platform/omap/omap_hsmmc.1/by-name/DATAFS /data f2fs noatime,nosuid,nodev,background_gc=off,inline_xattr,active_logs=2 wait,encryptable=footer
+/dev/block/platform/omap/omap_hsmmc.1/by-name/CACHE /cache ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc,journal_async_commit wait,check
+/dev/block/platform/omap/omap_hsmmc.1/by-name/CACHE /cache f2fs noatime,nodiratime,nosuid,nodev,background_gc=off,inline_xattr,active_logs=2 wait
+
+# vold-managed volumes ("block device" is actually a sysfs devpath)
+/devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
+/devices/platform/omap/musb-omap2430/musb-hdrc/usb1* auto auto defaults voldmanaged=usbdisk0:auto,noemulatedsd
+
+# zRAM
+/dev/block/zram0 none swap defaults zramsize=268435456,zramstreams=2
+
+# recovery
+/dev/block/mmcblk0p5 /boot emmc defaults recoveryonly
+/dev/block/mmcblk0p6 /recovery emmc defaults recoveryonly