summaryrefslogtreecommitdiff
path: root/fstab.uml
diff options
context:
space:
mode:
Diffstat (limited to 'fstab.uml')
-rw-r--r--fstab.uml8
1 files changed, 8 insertions, 0 deletions
diff --git a/fstab.uml b/fstab.uml
new file mode 100644
index 0000000..1131f38
--- /dev/null
+++ b/fstab.uml
@@ -0,0 +1,8 @@
+# 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/ubda /system ext4 ro wait
+/dev/block/ubdb /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check
+# When UML sees type "hostfs", it will mount the hostfs to the mount point instead of checking the <src>
+none /host hostfs defaults none