|
|
2009-12-13
, 17:49
|
|
Posts: 287 |
Thanked: 127 times |
Joined on Oct 2009
@ Sweden
|
#2
|
|
|
2009-12-13
, 17:57
|
|
Posts: 118 |
Thanked: 45 times |
Joined on Dec 2009
@ Germany
|
#3
|
|
|
2009-12-13
, 20:48
|
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#4
|
|
|
2009-12-13
, 21:08
|
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#5
|
|
|
2009-12-13
, 21:11
|
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#6
|
Or how can I find out which apps are installed on rootfs?
Or how can I find out which directories are on which filesystem?
mount
df -h
cd / du -d 1 -h
|
|
2009-12-13
, 23:54
|
|
Posts: 93 |
Thanked: 30 times |
Joined on Sep 2009
@ Sydney, Australia
|
#7
|
Apps above 500kB are supposed to install to /opt, which is checked before apps are moved from extras-testing to extras.
|
|
2009-12-14
, 15:13
|
|
Posts: 287 |
Thanked: 127 times |
Joined on Oct 2009
@ Sweden
|
#8
|
| The Following User Says Thank You to floffe For This Useful Post: | ||
|
|
2009-12-14
, 16:31
|
|
Posts: 93 |
Thanked: 30 times |
Joined on Sep 2009
@ Sydney, Australia
|
#9
|
Because optification is rather new. There's certainly been discussions of having the build bot (that builds packages for extras-*) optify them unless developers opt out (pun not intended), but it's not implemented yet.
|
|
2009-12-15
, 03:09
|
|
Posts: 118 |
Thanked: 45 times |
Joined on Dec 2009
@ Germany
|
#10
|
ssh into your N900 (or use xterm on the device):
To know which directories are on which filesystem use
To see the available free space on each filesystem useCode:mount
To find large directories do this:Code:df -h
Code:cd / du -d 1 -h
(no backups of course
). And of course I didn't remember the last application I installed. So I continue with the next topic - how to keep rootfs clean/empty?
And it also looks like that how much is stored on rootfs is variable. That means some applications use that space. Which is bad because there is not much left.
So is there a way to increase the rootfs? Or is there a way to get things away from rootfs?
Last edited by emesem; 2009-12-13 at 17:36.