The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/private/etc/fstab"
m (moved /etc/fstab to /private/etc/fstab: This is the true path.) |
m (→Parents: Added "/private" to the path.) |
||
Line 7: | Line 7: | ||
== Parents == |
== Parents == |
||
− | [[:/|(Root)]]/[[/private/etc|etc]] |
+ | [[:/|(Root)]]/[[/private|private]]/[[/private/etc|etc]] |
Revision as of 04:28, 11 September 2011
Summary
fstab controls the read/write access of the root and media partitions. A barebones jailbreak can be put in place simply by modifying this file to grant full read/write access to the user.
File Contents
- Before jailbreak:
/dev/disk0s1 / hfs ro 0 1
- After jailbreak:
/dev/disk0s1 / hfs rw 0 1