How increase file name size under \dev\, currently it is defaulted to 32

How increase file name size under \dev\, currently it is defaulted to 32,

Is there any reason in kernel (or is this the max size of name, in inode)


Basically I want to create symbolic link in /dev/, and some filenames may cross 32 bytes,

If there is any way please let me know,


Thanks

Venkat

Accepted Reply

This limit is imposed by

devfs
and is not configurable. See
DEVMAXNAMESIZE
in
xnu/bsd/miscfs/devfs/devfsdefs.h
.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

This limit is imposed by

devfs
and is not configurable. See
DEVMAXNAMESIZE
in
xnu/bsd/miscfs/devfs/devfsdefs.h
.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"