View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#31
OK, as you confirmed my problem with the USB mass storage mode, I do know that it is the mounted file on a (also) mounted device.
I am afraid we have to live with that, But there is a workaround:
before putting N900 into mass storage mode, type in x-term
Code:
sudo umount -l /home/user/MyDocs
afterwards (MyDocs will get mounted automatically) we have to mount the maps file again with
Code:
sudo mount /home/user/MyDocs/.maps
But vi_ has another thread open with a hint to do that automatically, I did not have time to check/test that myself.