maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Downloaded files over wifi in mass storage mode (https://talk.maemo.org/showthread.php?t=93331)

Freddie 2014-06-13 05:37

Downloaded files over wifi in mass storage mode
 
Hi,

Yesterday I downloaded some files while was in mass storage mode to a PC, after disconnecting etc, I can't access the downloads. (these files were downloaded thru the phone and are .rpm and .debs)

Pls assist.

regards,
Freddie.

peterleinchen 2014-06-13 07:37

Re: Downloaded files over wifi in mass storage mode
 
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

Freddie 2014-06-13 09:32

Re: Downloaded files over wifi in mass storage mode
 
Quote:

Originally Posted by peterleinchen (Post 1429437)
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

anthonie 2014-06-13 10:00

Re: Downloaded files over wifi in mass storage mode
 
Quote:

Originally Posted by Freddie (Post 1429445)
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

Your mount point should be somewhere in /dev/

Usually /dev/mmcblk0p1 but check first by issuing mount without any parameters or

Code:

mount | grep MyDocs
/home/user/MyDocs is just the mount name

Freddie 2014-06-13 11:02

Re: Downloaded files over wifi in mass storage mode
 
gave the same error, my boot sector is at mmcblk0p1
pls assist.

Freddie 2014-06-16 04:58

Re: Downloaded files over wifi in mass storage mode
 
Quote:

Originally Posted by Freddie (Post 1429456)
gave the same error, my boot sector is at mmcblk0p1
pls assist.

pls assist, Its not that i cant download again but I needed to know how else I can handle this just in case of its recurrence..

pichlo 2014-06-16 07:56

Re: Downloaded files over wifi in mass storage mode
 
@Freddie,
Try in mass storage mode again. That should unmount MyDocs for you and expose the directory ("folder" in Microsoft-speak) normally shadowed by mounting.

Whilst in mass storage mode, open the terminal, go to /home/user/MyDocs and move everything you find there one level up to /home/user. Alternatively delete it, but then you will need to download it again.

Once done, exit mass storage mode, check that MyDocs is mounted again, i.e. that 'ls /home/user/MyDocs' lists the contents you saw from the PC. Once confirmed, move the files you moved in step 2 back to MyDocs.


All times are GMT. The time now is 02:37.

vBulletin® Version 3.8.8