aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/etc/fstab.tab2
diff options
context:
space:
mode:
authorandi34 <skate4life@gmx.de>2015-08-12 12:03:46 +0200
committerAndreas Blaesius <skate4life@gmx.de>2015-08-12 21:27:35 +0200
commit429cd7489af8e418c4da2c6dd0b0cf6b134cafaf (patch)
treed62eb7a9665b02da4c3da204a91d65137f32dae3 /rootdir/etc/fstab.tab2
parentf5985ce5c3b7a884e6b5e16d9442e634abbbd2fb (diff)
downloaddevice_samsung_espressowifi-429cd7489af8e418c4da2c6dd0b0cf6b134cafaf.zip
device_samsung_espressowifi-429cd7489af8e418c4da2c6dd0b0cf6b134cafaf.tar.gz
device_samsung_espressowifi-429cd7489af8e418c4da2c6dd0b0cf6b134cafaf.tar.bz2
espresso-common: cleanup and make the device tree-common
Change-Id: I631495d13cbd28d54a30358dbfdea6a24db6c1ea
Diffstat (limited to 'rootdir/etc/fstab.tab2')
-rw-r--r--rootdir/etc/fstab.tab217
1 files changed, 17 insertions, 0 deletions
diff --git a/rootdir/etc/fstab.tab2 b/rootdir/etc/fstab.tab2
new file mode 100644
index 0000000..2b15070
--- /dev/null
+++ b/rootdir/etc/fstab.tab2
@@ -0,0 +1,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
+
+/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/CACHE /cache ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc,journal_async_commit wait,check
+
+# vold-managed volumes ("block device" is actually a sysfs devpath)
+/devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1* auto auto defaults wait,voldmanaged=sdcard1:auto,noemulatedsd
+/devices/platform/omap/musb-omap2430/musb-hdrc/usb1* auto auto defaults voldmanaged=usbdisk0:auto,noemulatedsd
+
+# recovery
+/dev/block/mmcblk0p5 /boot emmc defaults recoveryonly
+/dev/block/mmcblk0p6 /recovery emmc defaults recoveryonly