summaryrefslogtreecommitdiffstats
path: root/fstab.goldfish
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-07-12 13:49:49 -0700
committerNick Kralevich <nnk@google.com>2013-07-12 13:49:49 -0700
commit8f9288eaf10b50d19038f5c7024616e147c64735 (patch)
tree5bf4d85b345ebcb3338f7638ed9c979da2b195cf /fstab.goldfish
parentbf34d1722ea1ebdf779837611220b5269bd35968 (diff)
downloaddevice_generic_goldfish-8f9288eaf10b50d19038f5c7024616e147c64735.tar.gz
device_generic_goldfish-8f9288eaf10b50d19038f5c7024616e147c64735.tar.bz2
device_generic_goldfish-8f9288eaf10b50d19038f5c7024616e147c64735.zip
goldfish: use fstab.goldfish
Don't rely on init.rc to mount our filesystems for us. Do it ourselves from fstab.goldfish. Change-Id: I80ba51f34e8d34b24bc7b14f527ac507d2d819e1
Diffstat (limited to 'fstab.goldfish')
-rw-r--r--fstab.goldfish7
1 files changed, 5 insertions, 2 deletions
diff --git a/fstab.goldfish b/fstab.goldfish
index 7bfef7ae..ffc95d2a 100644
--- a/fstab.goldfish
+++ b/fstab.goldfish
@@ -1,5 +1,8 @@
# Android fstab file.
-#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
+#<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
-/devices/platform/goldfish_mmc.0 /storage/sdcard vfat defaults voldmanaged=sdcard:auto
+/dev/block/mtdblock0 /system ext4 ro,barrier=1 wait
+/dev/block/mtdblock1 /data ext4 noatime,nosuid,nodev,barrier=1,nomblk_io_submit wait,check
+/dev/block/mtdblock2 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check
+/devices/platform/goldfish_mmc.0 /storage/sdcard vfat defaults voldmanaged=sdcard:auto