guix-commits
[Top][All Lists]
Advanced

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

364/376: ReiserFS -> ext4


From: Ludovic Courtès
Subject: 364/376: ReiserFS -> ext4
Date: Wed, 28 Jan 2015 22:06:13 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit be797735423ad6cb37e97ee4050d6d1667b1e84c
Author: Eelco Dolstra <address@hidden>
Date:   Sat Dec 13 23:23:19 2014 +0100

    ReiserFS -> ext4
---
 doc/manual/troubleshooting/links-nix-store.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/manual/troubleshooting/links-nix-store.xml 
b/doc/manual/troubleshooting/links-nix-store.xml
index c81477b..c768889 100644
--- a/doc/manual/troubleshooting/links-nix-store.xml
+++ b/doc/manual/troubleshooting/links-nix-store.xml
@@ -20,7 +20,7 @@ in <filename>/nix/store</filename>, as can be seen using 
<command>ls
 -l</command>:
 
 <screen>
-$ ls -l /nix/store
+$ ls -ld /nix/store
 drwxrwxrwt 32000 nix nix 4620288 Sep 8 15:08 store</screen>
 
 The <literal>ext2</literal> file system is limited to an inode link
@@ -35,9 +35,9 @@ machines).</para>
 the <option>--max-links</option> option.</para>
 
 <para>Real solution: put the Nix store on a file system that supports
-more than 32,000 subdirectories per directory, such as ReiserFS.
-(This doesn’t solve the <literal>st_nlink</literal> limit, but
-ReiserFS lies to the kernel by reporting a link count of 1 if it
-exceeds the limit.)</para>
+more than 32,000 subdirectories per directory, such as ext4.  (This
+doesn’t solve the <literal>st_nlink</literal> limit, but ext4 lies to
+the kernel by reporting a link count of 1 if it exceeds the
+limit.)</para>
 
 </section>



reply via email to

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