aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authordianshi <dianshi@main.lv>2020-07-07 18:09:07 +0100
committerdianshi <dianshi@main.lv>2020-07-07 18:09:07 +0100
commit29ca4b3679a569b4c972cbaa2cdb634e7ee19aa6 (patch)
tree53f08f6b19d2cdacb4b771ff0510685f0695fd65 /README.txt
parent2a123f9637b516a983baf9c77705230a7d9b8ea2 (diff)
downloadnmount-29ca4b3679a569b4c972cbaa2cdb634e7ee19aa6.tar.gz
nmount-29ca4b3679a569b4c972cbaa2cdb634e7ee19aa6.zip
Update new fs table
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 354d8d0..858079c 100644
--- a/README.txt
+++ b/README.txt
@@ -5,8 +5,17 @@ nmount -v -t ext4 -s /dev/mmcblk0p7 -d /mnt/disk0 -f nodev,noexec,nosuid
#mount proc
nmount_static -v -t proc -d /Process -f nosuid,nodev,noexec,realtime
+
#mount dev
nmount_static -v -t devtmpfs -d /Devices -f nosuid
+
#mount sys
nmount_static -v -t sysfs -d /System -f nosuid,nodec,nosuid,realtime
-#mount other disk \ No newline at end of file
+
+#mount ext4
+
+#mount mqueue
+nmount_static -v -t mqueue -d /Queue -f nosuid,nodec,nosuid,realtime
+
+#mount tmpfs
+nmount_static -v -t tmpfs -d /Ram -f nosuid,nodec,nosuid,realtime