Notices


Reply
Thread Tools
Zas's Avatar
Posts: 196 | Thanked: 112 times | Joined on Jun 2010 @ Finland
#1
Whenever i try to save file to MyDocs or its subfolders in microb i get a message saying there is not enough space and then it freezes. Saving to microSD or USB works. Also i only get the option of saving the file, it doesn't ask me whether to open it in for example in pdf viewer or app. manager etc.

df -h doesn't show the device being full:
Code:
Filesystem                Size      Used Available Use% Mounted on
rootfs                  227.8M    191.4M     32.1M  86% /
ubi0:rootfs             227.8M    191.4M     32.1M  86% /
tmpfs                     1.0M      1.0M         0 100% /tmp
tmpfs                   256.0k     84.0k    172.0k  33% /var/run
none                     10.0M     80.0k      9.9M   1% /dev
tmpfs                    64.0M      4.0k     64.0M   0% /dev/shm
/dev/mmcblk0p2            2.0G      1.5G    331.7M  83% /home
/home/opt                 2.0G      1.5G    331.7M  83% /opt
/opt/pymaemo/usr/lib/python2.5
                          2.0G      1.5G    331.7M  83% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
                          2.0G      1.5G    331.7M  83% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
                          2.0G      1.5G    331.7M  83% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
                          2.0G      1.5G    331.7M  83% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
                          2.0G      1.5G    331.7M  83% /usr/lib/python-support
/dev/mmcblk0p1           27.0G     16.0G     11.0G  59% /home/user/MyDocs
/dev/mmcblk1p1            7.5G      6.5G    635.0M  91% /media/mmc1
 
Posts: 2,101 | Thanked: 1,934 times | Joined on Sep 2008 @ Berlin, Germany
#2
Try if a file system check does fix this issue
Code:
fsck -y /dev/mmcblk0p1
 
Zas's Avatar
Posts: 196 | Thanked: 112 times | Joined on Jun 2010 @ Finland
#3
I did it and its still not able to save the file but now it won't freeze any more. I'll try checking other filesystems aswell.

Edit: Backupmenu wasn't able to fsck the partitions. It was trying to use too many options.

Last edited by Zas; 2010-11-27 at 10:14.
 
Posts: 2,101 | Thanked: 1,934 times | Joined on Sep 2008 @ Berlin, Germany
#4
Yeah Backupmenu does this /)
Did you try from a pc, with windows you have to check for auto correct errors, with linux use -y option.
Try mounting the partition afterwards read/write manually
Code:
mount -o remount=rw /dev/mmcblk0p1
But make sure you can save more than just once, because sometimes these errors tend to come back after each write, don't know more about this, sorry.

If everything fails you will have to backup your files from MyDocs and reformat it.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 07:28.