1849206 Members
6835 Online
104041 Solutions
New Discussion

create_fastlinks

 
SOLVED
Go to solution
IT_2007
Honored Contributor

create_fastlinks

Does create_fastlinks kernel parameter setting to "1" support for VxFS filesystems or only for HFS?

Did anybody tested this setting to 1 for VxFS?

thanks.
6 REPLIES 6
James R. Ferguson
Acclaimed Contributor
Solution

Re: create_fastlinks

Hi:

VxFS filesystems do this behind the scenes automatically. The parameter has no meaning for them.

Regards!

...JRF...
Pete Randall
Outstanding Contributor

Re: create_fastlinks

Only HFS. From "SAM's Help on Configurable Kernel Parameters":

When create_fastlinks is non-zero, it causes the system to create HFS symbolic links in a manner that reduces the number of disk block accesses by one for each symbolic link in a pathname lookup.


Pete

Pete
A. Clay Stephenson
Acclaimed Contributor

Re: create_fastlinks

It only applies to HFS filesystems. Vxfs filesystems and hfs filesystems are fundamentally very different and the fastlink concept of the hfs (or UFS) filesystem really has no counterpart.
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: create_fastlinks

It would be helpful to know what kind of problem with symbolic links that you are trying to solve.
If it ain't broke, I can fix that.
IT_2007
Honored Contributor

Re: create_fastlinks

somewhere I read it does support VxFS but not sure. Anyway thanks for quick replies.
IT_2007
Honored Contributor

Re: create_fastlinks

got clarification