|
2010-01-11
, 21:34
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#2
|
df -h
The Following 5 Users Say Thank You to Rob1n For This Useful Post: | ||
|
2010-01-11
, 21:39
|
|
Posts: 2,173 |
Thanked: 2,678 times |
Joined on Oct 2009
@ Cornwall, UK
|
#3
|
The N900 has two (or three if you have a memory card installed) separate flash memory areas. The first is a 256M high-speed flash which is attached directly to the processor. The second is a 32GB built-in flash.
The root (or rootfs) is so-called because it's at the root of the directory tree (the lowest level). This is on the 256M high-speed memory, because it contains the libraries and applications that are used most often. The /home and the /home/MyDocs directories are on the 32GB internal memory - /opt is actually just a link to /home/opt.
The reason the root memory is only 256M is because that was the largest available at the time the phone was designed.
You can see what free space you have where by running X Terminal and typing:
Code:df -h
|
2010-01-11
, 21:42
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#4
|
|
2010-01-11
, 21:51
|
|
Posts: 2,173 |
Thanked: 2,678 times |
Joined on Oct 2009
@ Cornwall, UK
|
#5
|
There's some rounding errors I think (or possibly binary vs decimal) - the rootfs line is the one you want to be worried about anyway.
|
2010-01-11
, 21:56
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#6
|
|
2010-01-11
, 22:12
|
Posts: 233 |
Thanked: 170 times |
Joined on Nov 2009
@ Finland
|
#7
|
So which figure should I be looking at? The line marked rootfs says it has a total of 227.6M. The line with a total of 256M is tmpfs.
Which one should I be worried about?
Filesystem Size Used Available Use% Mounted on rootfs 227.9M 189.1M 34.6M 85% / ubi0:rootfs 227.9M 189.1M 34.6M 85% / tmpfs 1.0M 68.0k 956.0k 7% /tmp tmpfs 256.0k 80.0k 176.0k 31% /var/run none 10.0M 72.0k 9.9M 1% /dev tmpfs 64.0M 4.0k 64.0M 0% /dev/shm /dev/mmcblk0p2 2.0G 188.2M 1.7G 10% /home /dev/mmcblk0p1 27.0G 9.7G 17.3G 36% /home/user/MyDocs
Nokia-N900-42-11:~# ls -la /opt lrwxrwxrwx 1 root root 9 Oct 30 13:36 /opt -> /home/opt
The Following 17 Users Say Thank You to jaysire For This Useful Post: | ||
|
2010-01-11
, 22:15
|
Posts: 1,746 |
Thanked: 2,100 times |
Joined on Sep 2009
|
#8
|
|
2010-01-12
, 08:37
|
|
Posts: 2,173 |
Thanked: 2,678 times |
Joined on Oct 2009
@ Cornwall, UK
|
#9
|
|
2010-01-12
, 08:54
|
Posts: 24 |
Thanked: 2 times |
Joined on Jan 2010
|
#10
|
Tags |
fremantle, maemo, maemo 5, n900, opt, optification, optify, root space, rootfs |
|
Much appreciated!