Re: Unix : CentOS 5 : File name length
Nope. Almost all FS (EXT, JFS, etc) have their limits set to 255 chars/bytes. And the ones which allow beyond that limit are limited by Linux's VFS to 255. For example, ReiserFS supports over 4k bytes but the VFS does not allow that to be.
You could change your approach perhaps?
__________________
Harsh J
www.harshj.com
Last edited by QwertyManiac; 05-12-2008 at 01:46 PM.
|