xfs
[Top] [All Lists]

Large file support in Linux

To: <linux-xfs@xxxxxxxxxxx>
Subject: Large file support in Linux
From: "Mike Xu" <mkexu@xxxxxxxxxxxxx>
Date: Tue, 7 Dec 2004 11:46:18 -0800
Cc: <sandeen@xxxxxxx>
Domainkey-signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=from:to:cc:subject:date:message-id:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole:importance; b=oR1IbF6UFQDvDkJrDKMSRz29FXxq3XXvVSWJO+x9709wAjWFo0V4yJvIDgOvV8wb
Importance: Normal
Sender: linux-xfs-bounce@xxxxxxxxxxx
Hello,

 

I am testing the patch for the large file support (> 2TB) on Linux. After I
executed the command mkfs.xfs to create a file system of more than 2 TB, I
did a mount, but I got the following error:

 

XFS: File system is too large to be mounted on this system.

 

I checked the source, the error is from the file xfs_mount.c 

 

#if !XFS_BIG_BLKNOS

        xxxxx("XFS: File system is too large to be mounted on this
system.");

#endif

 

Should I define XFS_BIG_BLKNOS in the header file xfs_types.h?

 

Thanks,

 

Mike

 

 



[[HTML alternate version deleted]]


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