MrSnowdenJr / mobileterminal

Automatically exported from code.google.com/p/mobileterminal
0 stars 0 forks source link

immutable filesystem with mobileterminal #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install 426 on iphone 4 with 4.0.1
2. login to mobile or root
3. try to do anything that modifies the system (e.g. apt-get, remove, mkdir, rm 
etc)

What is the expected output? What do you see instead?

expected result is creation/deletion of files etc.  result is Operation not 
permitted whether the current user be root or mobile.  in addition to that, 
when I go to / , the tmp dir appears to be a broken symlink.  When i login via 
ssh, everything works as it should.

What version of the product are you using? On what operating system?

iphone 4, ios4.0.1

Please provide any additional information below.

echo $SHELL = /bin/sh

All partitions appear to mount correctly as well.

Original issue reported on code.google.com by deibh...@gmail.com on 7 Aug 2010 at 6:08

GoogleCodeExporter commented 9 years ago
I don't see how its possible this is related to mobileterminal.  Perhaps you 
just need to mount your root filesystem as read-write.  Consult with the author 
of your your jailbreak, or  
http://www.google.com/search?q=iphone+filesystem+read-write

Original comment by allen.po...@gmail.com on 8 Aug 2010 at 1:47