View Single Post
Old 10-24-2012, 06:08 PM   #38
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by ThomasT View Post
The same problems with apt-get as described above, including a heavily bricked K5, happend to me, too.
After replacing
Code:
 mount -o loop -t ext3 /mnt/us/debian.ext3 /mnt/debian
by
Code:
 mount -o loop -t ext3 /mnt/base-us/debian.ext3 /mnt/debian
everything works fine.
This avoids file transfers through that strange mount loop on /mnt/us. RAM monitoring with
Code:
 free -s 5
shows always more than 6 MB free RAM.

As I don`t understand that strange /mnt/us loop, I don`t know, whether this is save. Up to now it works.

BTW: I have no swap file/partition. Debian version is testing. /etc/issues says wheezy/sid.
That is strange, but interesting. I and others have experienced locked up kindles when using loop mounts on /mnt/us. But I thought we were supposed to avoid using /mnt/base-us/.

Can somebody please explain the difference between /mnt/us and /mnt/base-us, and when we should use which one, and why the startup scripts generally use /mnt/us?

Is there a reason why a loop mount would hang on /mnt/us but work on /mnt/base-us, or is that just coincidental here?

Thanks.
geekmaster is offline   Reply With Quote