summaryrefslogtreecommitdiffstats
path: root/rootdir/fstab.smdk4x12
diff options
context:
space:
mode:
authorpulser <pulser@xda-developers.com>2013-07-28 18:55:44 +0200
committerpulser <pulser@xda-developers.com>2013-07-31 11:37:13 +0100
commit9bb8e351e5531defeb1cdfaf5b43570fec3b50ee (patch)
tree057322e3a9cce04baa523f01f97a6e96d013df90 /rootdir/fstab.smdk4x12
parent62152026ce5927ac6b128bf473ec11b9aba8ad09 (diff)
downloaddevice_samsung_n7100-9bb8e351e5531defeb1cdfaf5b43570fec3b50ee.tar.gz
device_samsung_n7100-9bb8e351e5531defeb1cdfaf5b43570fec3b50ee.tar.bz2
device_samsung_n7100-9bb8e351e5531defeb1cdfaf5b43570fec3b50ee.zip
initial bringup of n7100 to 4.3
Change-Id: Ia869812e7f011de2e38065acbecd0af0ab156345
Diffstat (limited to 'rootdir/fstab.smdk4x12')
-rw-r--r--rootdir/fstab.smdk4x1213
1 files changed, 13 insertions, 0 deletions
diff --git a/rootdir/fstab.smdk4x12 b/rootdir/fstab.smdk4x12
new file mode 100644
index 0000000..f87ecf0
--- /dev/null
+++ b/rootdir/fstab.smdk4x12
@@ -0,0 +1,13 @@
+# 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
+# data partition must be located at the bottom for supporting device encryption
+
+/dev/block/mmcblk0p3 /efs ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait
+/dev/block/mmcblk0p13 /system ext4 ro, noatime wait
+/dev/block/mmcblk0p12 /cache ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check
+/dev/block/mmcblk0p16 /data ext4 noatime,nosuid,nodev,discard,noauto_da_alloc,journal_async_commit,errors=panic wait,check,encryptable=footer
+
+/devices/platform/s3c-sdhci.2/mmc_host/mmc1 /storage/sdcard1 auto defaults voldmanaged=sdcard1:auto
+/devices/platform/s5p-ehci /storage/usbdisk0 auto defaults voldmanaged=usbdisk0:auto