Reply
Thread Tools
Posts: 252 | Thanked: 282 times | Joined on Oct 2021 @ Poland
#1
Hello!
I have really strange problem. MyDocs isn't mounted at start.
Maybe more details, what I did before the problem, etc.
Yesterday, what I did:
- removed hands video (renamed extension to *.disabled)
- added Reboot option to power key menu
- installed healthcheck app

And now, when I reboot, MyDocs isn't mounted autoatically. When I mount it, it mounts, but read-only.
What is strange, when I type in terminal e.g.
Code:
rm /home/user/MyDocs/file.xyz
It can't reove it.
When I type it with sudo:
Code:
sudo rm /home/user/MyDocs/file.xyz
The same
When I type it with --force:
Code:
sudo rm -rf /home/user/MyDocs/file.xyz
It gives many errors, read-only file system it says.
What can be problem?

So, you see, strange situation. It can't be automatically mounted, when it's mounted it's read only, when I mount it manually, read write..

Can anyone help me?
Thanks

From what I see in another thread:
This bug manifests also with HealthCheck program when using its reboot-tool.
technically the bug sits in the terminal command run within healthcheck theres a thread on it all somewhere.
HealthCheck can be problem. But I uninstalled it from HAM...
Is the only solution flashing?
P.S. I will try removing U-Boot and installing BackupMenu and restoring my old rootfs + optfs backup. Maybe it's the problem
__________________
My Telegram group (Maemo / MeeGo / Sailfish):
https://t.me/linuxmobile_world
Channel for Maemo/MeeGo:
https://t.me/maemomeegoapps

Last edited by dredlok706; 2021-12-31 at 09:32.
 
Posts: 252 | Thanked: 282 times | Joined on Oct 2021 @ Poland
#2
I formatted the MyDocs via PC. FAT32, lba flag. It finally helped
__________________
My Telegram group (Maemo / MeeGo / Sailfish):
https://t.me/linuxmobile_world
Channel for Maemo/MeeGo:
https://t.me/maemomeegoapps
 

The Following 2 Users Say Thank You to dredlok706 For This Useful Post:
Posts: 330 | Thanked: 860 times | Joined on May 2011
#3
Originally Posted by dredlok706 View Post
Hello!
...
Is the only solution flashing?
I don't know HealthCheck but you probably don't have to reflash.

Could you share the output of

Code:
$ root  #(if not yet as root)
$ mount | grep -i mydocs > /home/user/mount_output.txt
#: precedes a comment which the shell will not take count of.
mount: displays the list of mounted partitions.
|: redirects the output of mount to the following command
grep -i mydocs: filters the list, only keeping line(s) containing "mydocs", in an insensitive manner (-i) (because I am lazy)
>: sends the wole output to a file


and
Code:
$ root
$ cat /etc/fstab | grep -i mydocs > /home/user/fstab_output.txt
cat: displays the content of a text file.
/etc/fstab: the file where boot mount instructions are stored.

So you can copy /home/user/mount_output.txt and /home/user/fstab_output.txt from your N900 to your computer and copy/paste here.
__________________
Toshiba Libretto 70ct -> Psion -> Palm -> Openmoko Freerunner -> gta02 -> gta04 -> n900 n900 n900 n900
...recycled devices, hack, arduino...

Last edited by ric9K; 2021-12-31 at 09:56.
 
Posts: 252 | Thanked: 282 times | Joined on Oct 2021 @ Poland
#4
My fstab is correct. Now I know, what was the problem.
I tried to extract one tar.xz with SuperTuxKart via tar xf tool, then via filebox. The app freezed, and I needed to force to close it.
Then, I discovered many damaged files in MyDocs. I wasn't able to delete them even via PC.
So I formatted (while sharing eMMC via BackupMenu to PC) MyDocs to fat32, now it works perfectly, and is correctly mouted at boot
__________________
My Telegram group (Maemo / MeeGo / Sailfish):
https://t.me/linuxmobile_world
Channel for Maemo/MeeGo:
https://t.me/maemomeegoapps
 
Posts: 330 | Thanked: 860 times | Joined on May 2011
#5
Hmm, side note but this reminds me a problem with encoding differences between formatting from backupmenu or from booted N900.
I couldn'f delete files with accents in Fremantle if the FS was formatted from my PC trhrough backupmenu. I had to do it from the PC too.
__________________
Toshiba Libretto 70ct -> Psion -> Palm -> Openmoko Freerunner -> gta02 -> gta04 -> n900 n900 n900 n900
...recycled devices, hack, arduino...
 
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#6
I recall that was mostly a dirty file system problem, dosfsck -y /dev/whatever-partition will clean it up where it can be mounted rw.
 

The Following 2 Users Say Thank You to biketool For This Useful Post:
bradvesp's Avatar
Posts: 70 | Thanked: 112 times | Joined on Aug 2010 @ USA
#7
Originally Posted by ric9K View Post
Hmm, side note but this reminds me a problem with encoding differences between formatting from backupmenu or from booted N900.
I couldn'f delete files with accents in Fremantle if the FS was formatted from my PC trhrough backupmenu. I had to do it from the PC too.
I think that is a problem related to the differences in FAT v. NTFS file system. They don't recognize file names in the same way and so won't recognize the accent marks the same way. Windows uses NTFS.


Those accents can make for some funny computer occurances. I always get gibberish leftovers on my screen when I use Vi to edit an audio playlist that has a Sigür Rós song on it; more so when it's from Agaetis Byrjun. I don't even know how I got the ae to merge into one character, but I did ... once.
 

The Following User Says Thank You to bradvesp For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 12:56.