View Single Post
Posts: 132 | Thanked: 40 times | Joined on Jan 2013 @ Nairobi Kenya
#3
Originally Posted by peterleinchen View Post
Your downloaded files are most probably on
/home/user/MyDocs
But directly in this folder on /home (mmcblk0p3) partition. Not on the MyDocs (mmcblk0p1) partition (which is mounted in normal runtime, but gets unmounted in USB mode).
This is a behaviour normal to Linux, but should have been avoided by Nokia for a 'Smartphone'!

you need:
developer mode
devel-su
umount /home/user/MyDocs
Hi and thanks.
Tried and gave me an error as shown below;

'umount: can't umount /home/user/MyDocs: Operation not permitted.'

what cud b the prob, am logged as root.

thanks