xfs
[Top] [All Lists]

xfsprogs support for > 1TB devices.

To: linux-xfs@xxxxxxxxxxx
Subject: xfsprogs support for > 1TB devices.
From: Ragnar Kjørstad <xfs@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 9 Aug 2001 03:02:49 +0200
Sender: owner-linux-xfs@xxxxxxxxxxx
Hi

Can you please apply the following patch to xfsprogs, if you have not
alreaddy fixed it:

--- xfsprogs-1.3.1/libxfs/init.c.orig   Wed Aug  8 17:42:56 2001
+++ xfsprogs-1.3.1/libxfs/init.c        Wed Aug  8 17:43:14 2001
@@ -132,7 +132,7 @@
 {
        int     fd;
        int     error;
-       long    size;
+       unsigned long   size;
        struct stat64   st;
 
        /* Test to see if we are dealing with a regular file rather than
         * a


or maybe make it a unsigned long long right away..

Could you also indicate if there are likely to be any other problems, or
if 1-2 TB filesystems (and above 2tb?) should work with xfs?



-- 
Ragnar Kjorstad
Big Storage


<Prev in Thread] Current Thread [Next in Thread>