aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
blob: 0b263457cb33affd2242668944c64449f0fb3094 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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,nodev,nosuid,realtime

#mount ext4

#mount mqueue
nmount_static -v -t mqueue -d /Queue -f rw,nodev,nosuid,realtime

#mount tmpfs
nmount_static -v -t tmpfs -d /Ram -f rw,nodev,nosuid,realtime