aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
blob: 354d8d0b54dc6ce0563751ed933bf71f09242c6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

nmount -t proc -d /proc2 -f nosuid,nodev,noexec 
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,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