diff options
author | Ken Sumrall <ksumrall@android.com> | 2012-04-12 14:38:39 -0700 |
---|---|---|
committer | Ken Sumrall <ksumrall@android.com> | 2012-05-01 13:21:42 -0700 |
commit | db6230de4e93ed798505192fad31063b2eae8ced (patch) | |
tree | 9af55eb57b23cf9ea6710221435b4f47295c9de9 /fstab.herring | |
parent | ab79c91f62a03319a5d603b96e895feed3182c2a (diff) | |
download | device_samsung_crespo-db6230de4e93ed798505192fad31063b2eae8ced.zip device_samsung_crespo-db6230de4e93ed798505192fad31063b2eae8ced.tar.gz device_samsung_crespo-db6230de4e93ed798505192fad31063b2eae8ced.tar.bz2 |
Use the filesystem manager to mount and check filesystems
fs_mgr reads /fstab.<device> to determine what to mount and what to
check, and removes the details from the init.<device>.rc file.
Change-Id: I8692570f5f89e43cf484aab09000e4ed669c25b9
Diffstat (limited to 'fstab.herring')
-rw-r--r-- | fstab.herring | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fstab.herring b/fstab.herring new file mode 100644 index 0000000..0eca316 --- /dev/null +++ b/fstab.herring @@ -0,0 +1,9 @@ +# 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/s3c-sdhci.0/by-name/system /system ext4 ro wait +/dev/block/platform/s3c-sdhci.0/by-name/userdata /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,encryptable=/efs/userdata_footer + |