View Single Post
jkq's Avatar
Posts: 251 | Thanked: 131 times | Joined on Oct 2009 @ USA
#8
Originally Posted by Mentalist Traceur View Post
But the point over-all still stands. I know there's at least three different chip thingies - the one inside the SoC itself, the one where the /opt stuff is stored, and the eMMC.
As far as I know, there's 2 chips. The one in the SoC, which holds most of the root partition, and the eMMC, which holds /home, MyDocs, and swap.

If you do a
Code:
cat /proc/swaps
... you can see that the 700+MB of swap is at /dev/mmcblk0p3. From the df earlier, you can see that:

* /home/opt = /opt
* /dev/mmcblk0p2 = /home
* /dev/mmcblk0p1 = /home/user/MyDocs

Thus, /home (=/opt), swap, and MyDocs all are on the same chip.

tmpfs is just a fancy way of saying "use memory as a filesystem".

-jkq
__________________
Class .. : Quiet One
Humor .. : [*********-] Alignment: Chaotic Good
Patience : [******----] Weapon(s): Python scripts
Agro ... : [***-------] Relic(s) : N900

Last edited by jkq; 2010-11-06 at 00:24. Reason: added a comment about tmpfs
 

The Following 2 Users Say Thank You to jkq For This Useful Post: