diff options
author | dianshi <dianshi@main.lv> | 2020-06-27 16:54:06 +0100 |
---|---|---|
committer | dianshi <dianshi@main.lv> | 2020-06-27 16:54:06 +0100 |
commit | 2a123f9637b516a983baf9c77705230a7d9b8ea2 (patch) | |
tree | 2f0a75c4a70d03e2d2a4948d775d3a1dffd5f224 | |
parent | bf9475850d1cfb233948cd4455f94a1164b75818 (diff) | |
download | nmount-2a123f9637b516a983baf9c77705230a7d9b8ea2.tar.gz nmount-2a123f9637b516a983baf9c77705230a7d9b8ea2.zip |
Update readme
-rw-r--r-- | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,9 +4,9 @@ nmount -v -t proc -d /Process -f nosuid,nodev,noexec 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 +nmount_static -v -t proc -d /Process -f nosuid,nodev,noexec,realtime #mount dev -nmount_static -v -t devtmpfs -d /Devices -f nosuid,nodev,nosuid +nmount_static -v -t devtmpfs -d /Devices -f nosuid #mount sys -nmount_static -v -t sysfs -d /System -f nosuid,nodec,nosuid +nmount_static -v -t sysfs -d /System -f nosuid,nodec,nosuid,realtime #mount other disk
\ No newline at end of file |