[vox-tech] I'm out of space on /

Ken Bloom kbloom at gmail.com
Thu Jul 7 23:39:37 PDT 2005


Rick Moen wrote:
> Quoting Jay Strauss (me at heyjay.com):
> 
> 
>>>>Will moving the contents of lib somewhere else, like /usr/mylib and soft 
>>>>linking /lib->/usr/mylib work as a workaround?  Will my machine be able 
>>>>to boot correctly?
>>>
>>>I see no reason why not -- but personally I'd find some other
>>>(long-term) solution.
>>
>>Well I can tell you, it sure doesn't work on a live system.  I moved 
>>/lib and afterward had no unix commands at my disposal.  Had to boot 
>>with knoppix and repair my error
> 
> 
> Er, I'd assumed that, if at all, you'd have done something
> all-in-one-step so that the shell lands on a sane system, like this:
> 
> # cd /
> # mv /lib /usr/cruciallibs && ln -s /usr/cruciallibs /lib
> 
> ...and I'd still have kept that maintenance disk handy.  ;->

Still won't work. after mv moves the /lib somewhere else, the ln command
won't be able to find the libs it needs to run. You might be able to get
away with a statically linked copy of ln, but to be much safer, the way
to avoid this problem is to  use the version of busybox (a shell with
lots of basic commands built-in) which is statically linked, from the
package busybox-static.

By the way, moving /lib out of the way may make a whole lot of
difference becuase the system can't free the space from the disk anyway
until no applications are using those libraries -- despite the fact that
you've unlinked them, they still need to be on disk until they are no
longer in use.

--Ken Bloom


-- 
I usually have a GPG digital signature included as an attachment.
See http://www.gnupg.org/ for info about these digital signatures.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : http://ns1.livepenguin.com/pipermail/vox-tech/attachments/20050707/f9afa21f/signature.bin


More information about the vox-tech mailing list