From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: bug#21209: /gnu/store should be able to be a symlink, but it can't Date: Sat, 8 Aug 2015 11:31:19 +0200 Message-ID: <20150808093119.GA13194@thebird.nl> References: <20150807160308.GA13042@adjuvant> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZODdv-0004AU-In for bug-guix@gnu.org; Sat, 08 Aug 2015 19:35:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZODdn-0005Wu-UZ for bug-guix@gnu.org; Sat, 08 Aug 2015 19:35:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:46608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZODdn-0005Wi-Ro for bug-guix@gnu.org; Sat, 08 Aug 2015 19:35:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZODdn-0008MW-C3 for bug-guix@gnu.org; Sat, 08 Aug 2015 19:35:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Claes Wallin Cc: 21209@debbugs.gnu.org, Kragen Javier Sitaker it is by design that you can't symlink. On Sat, Aug 08, 2015 at 06:51:17AM +0200, Claes Wallin wrote: > Not commenting on the underlying problem, but on your workaround. > > On 07-Aug-2015 11:22 pm, "Kragen Javier Sitaker" <[1]kragen@canonical.org> > wrote: > > > > Apparently I can’t make /gnu/store a symlink: > > [ . . . ] > > > I’m working around that by directly mounting the /gnustore partition > > under /gnu/store now. > > [ . . . ] > > >     /tb/gnustore.ext4 /gnu/store     ext4    loop            2       3 > > You don't need to make a new file system and a loop mount. You could just > make a bind mount. > > References > > Visible links > 1. mailto:kragen@canonical.org --