What I did was move the apt and dpkg directories out of the rootfs and
everything works nicely.

(I posted about this back on the 19th)

First get root access  e.g. sudo gainroot or ssh into the device with root
access

then

mkdir /opt/cache
mkdir /opt/lib
cd /var/cache
mv apt /opt/cache
ln -s /opt/cache/apt apt
cd /var/lib
mv apt /opt/lib
ln -s /opt/lib/apt apt
mv dpkg /opt/lib
ln -s /opt/lib/dpkg dpkg

This moves the cache and the libraries over to the opt directory, with
symbolic links so everything runs as normal

When I did this, I moved about 56 meg out of the rootfs.

Aldon
  -----Original Message-----
  From: maemo-users-boun...@maemo.org
[mailto:maemo-users-boun...@maemo.org]on Behalf Of daniel young
  Sent: Thursday, February 25, 2010 4:36 PM
  To: Paul Hartman
  Cc: maemo-users@maemo.org
  Subject: Re: how to free up space in rootfs


  of course just a google away sorry for a dumb question.  i cant find how
to make it save the extras-devel and testing into a different partiton.
ideas


  On Thu, Feb 25, 2010 at 2:17 PM, Paul Hartman
<paul.hartman+ma...@gmail.com> wrote:

    On Thu, Feb 25, 2010 at 3:00 PM, daniel young <djyou...@gmail.com>
wrote:
    > ok so i am trying to update to the most recent release of maemo.  i
think
    > its a bug where any apps you install from the maemo extras-devel get
saved
    > in rootfs.  it might be the apps from maemo extras-testing too but im
not
    > sure.  so apparently i have installed too many of them and i have no
more
    > room left in rootfs.  my question is whats the best way to go about
making
    > room.  should i uninstall some of the maemo extras-devel and how do i
know
    > which ones those are.  or should i just delete data out of rootfs and
if so
    > how would i do that.  thanks in advance.


    http://wiki.maemo.org/Free_up_rootfs_space

    _______________________________________________
    maemo-users mailing list
    maemo-users@maemo.org
    https://lists.maemo.org/mailman/listinfo/maemo-users




  --
  DY

_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users

Reply via email to