aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/etc/fstab.espresso10
diff options
context:
space:
mode:
authorandi34 <skate4life@gmx.de>2015-08-12 12:41:03 +0200
committerAndreas Blaesius <skate4life@gmx.de>2015-08-12 21:51:14 +0200
commitc3efcb0fc78724c830ca6895893dcc54c368a39e (patch)
tree31cfba19c3dd6afa03f12d41efa3f59ab48f00f0 /rootdir/etc/fstab.espresso10
parentaef65ac5b00bd1948816abae5232e70ee126e844 (diff)
downloaddevice_samsung_espresso3g-c3efcb0fc78724c830ca6895893dcc54c368a39e.zip
device_samsung_espresso3g-c3efcb0fc78724c830ca6895893dcc54c368a39e.tar.gz
device_samsung_espresso3g-c3efcb0fc78724c830ca6895893dcc54c368a39e.tar.bz2
P51xx: move to espresso-common repo (1/2)
Change-Id: If95daa33ddb81c48920b2914b7e97863c2c45881
Diffstat (limited to 'rootdir/etc/fstab.espresso10')
-rw-r--r--rootdir/etc/fstab.espresso1017
1 files changed, 0 insertions, 17 deletions
diff --git a/rootdir/etc/fstab.espresso10 b/rootdir/etc/fstab.espresso10
deleted file mode 100644
index 2b15070..0000000
--- a/rootdir/etc/fstab.espresso10
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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