maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Filled root filesystem (https://talk.maemo.org/showthread.php?t=19827)

suitti 2008-05-06 14:56

Filled root filesystem
 
My root filesystem filled up, and it caused all sorts of wierd effects. My n800 complained that some database was corrupt, and it was going to do some other ambigous thing (on startup). The sound volume was low, and couldn't be restored. Etc. :(

I tracked this down with xterm, du. It turned out that in the 'user' home directory, there's a '.thumbnails', and it had grown to 60 MB (presumably, it's all the free space i had at the time). I'm not sure which image viewer is doing this, though it's probably Quiver. I wish it would stop. :mad: Or at the very worst, it should put the thumbnails on the same card as the images. I have thousands of images. But, as a workaround, i copied the directory to an SD card with lots of space.

tar cf - .thumbnails | (cd /media/mmc2 ; tar xf -)
rm -r .thumbnails
ln -s /media/mmc2/.thumbnails

(my /media/mmc2 is an ext3 filesystem). Works for me. :D

After a couple reboots, everything's back to normal.

m_stolle 2008-05-06 19:07

Re: Filled root filesystem
 
Why didn't you just move (mv) the .thumbnails?

mv .thumbnails /media/mmc2

?

Martin


All times are GMT. The time now is 21:44.

vBulletin® Version 3.8.8