RE: how to free up space in rootfs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-bounces@xxxxxxxxx [mailto:maemo-users-bounces@xxxxxxxxx]On Behalf Of daniel young
Sent: Thursday, February 25, 2010 4:36 PM
To: Paul Hartman
Cc: maemo-users@xxxxxxxxx
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+maemo@xxxxxxxxx> wrote:
On Thu, Feb 25, 2010 at 3:00 PM, daniel young <djyoung4@xxxxxxxxx> 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.

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



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

[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Big List of Linux Books]    

  Powered by Linux