aboutsummaryrefslogblamecommitdiffstats
path: root/README.txt
blob: 858079c23c6cfcd42b53d86c68f2392b213b1db2 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                     


                                                                        
                                                                    
 
          
                                                  
 
          
                                                                    







                                                                    

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 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