xfs
[Top] [All Lists]

Re: XFS v1.1 and Linux

To: darren.miller@xxxxxxxxxxx
Subject: Re: XFS v1.1 and Linux
From: Eric Sandeen <sandeen@xxxxxxx>
Date: 15 May 2002 09:54:20 -0500
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: <OF41E2D436.A3E59BF8-ON80256BBA.004A8AA0@diamond.philips.com>
References: <OF41E2D436.A3E59BF8-ON80256BBA.004A8AA0@diamond.philips.com>
Sender: owner-linux-xfs@xxxxxxxxxxx
On Wed, 2002-05-15 at 08:37, darren.miller@xxxxxxxxxxx wrote:

> Now, the requirement comes in, due to a rank amateur creating a computer 
> generated system
> which creates files in excess of 400 characters in filename length.
> 
> What we need to know is how if any is it possible to support these 
> ridiculous files on our Linux machine,
> it presently works fine on HPUX (vxfs) and so we are trying to get these 
> onto Linux.

In XFS, we have:

/*
 * MAXNAMELEN is the length (including the terminating null) of
 * the longest permissible file (component) name.
 */
#define MAXNAMELEN      256

Ext2 has
#define EXT2_NAME_LEN 255

and reiserfs:
#define REISERFS_MAX_NAME_LEN(block_size) 255

so I'm afraid that's your answer.

-Eric

> [[HTML alternate version deleted]]
-- 
Eric Sandeen      XFS for Linux     http://oss.sgi.com/projects/xfs
sandeen@xxxxxxx   SGI, Inc.


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