alexseanchai: Katsuki Yuuri wearing a blue jacket and his glasses and holding a poodle, in front of the asexual pride flag with a rainbow heart inset. (Default)
let me hear your voice tonight ([personal profile] alexseanchai) wrote in [community profile] linux4all2011-04-16 03:39 pm
Entry tags:

(no subject)

So I have this netbook; her name's Io and she runs Ubuntu. Io has a hard drive of a few hundred meg. She also has a permanently inserted memory card of sixteen gig. Every time I start her up, she complains about hard drive space and her lack thereof. How do I convince her that the memory card is her hard drive? Or at least convince Update Manager to download updates onto the memory card? Because I haven't saved a single thing to disk on Io that isn't an update from Update Manager.
vlion: cut of the flammarion woodcut, colored (Default)

[personal profile] vlion 2011-04-21 05:18 am (UTC)(link)
This is due to the apt-get configuration.

Looking over the apt-get manual (this is what runs under update manager), I found these entries.

/var/cache/apt/archives/
Storage area for retrieved package files. Configuration Item:
Dir::Cache::Archives.

/var/cache/apt/archives/partial/
Storage area for package files in transit. Configuration Item:
Dir::Cache::Archives (implicit partial).


So you need to dink with the configuration of those items (and stare at teh manual a lot) to make it redirect.

vlion: cut of the flammarion woodcut, colored (Default)

[personal profile] vlion 2011-04-21 02:25 pm (UTC)(link)
Abstractly, you'll dig up the apt-get configuration files and edit them to whereever the mount point of your 16gig drive is.

Concretely, I haven't the faintest of where those files are (likely under /etc/apt-get/ or similar), and what syntax to use.

'man apt-get' on Google. Allocate an hour or so of insulting man page authors for figuring this out.