help-guix
[Top][All Lists]
Advanced

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

Re: Lots of files in /gnu/store/.links, but not in the store


From: Mark H Weaver
Subject: Re: Lots of files in /gnu/store/.links, but not in the store
Date: Sat, 15 Oct 2016 04:24:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hartmut Goebel <address@hidden> writes:

> I hafe a huge pile of files in /gnu/store/.links/, but they seem not to
> belong to the store:

/gnu/store/.links is a content-addressed index of every file in the
store, used to implement deduplication.  When a file is added to the
store, a hash of its contents is computed and looked up in
/gnu/store/.links/<hash>.  If it exists, a hard link to the existing
file is made instead.

      Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]