On 11/26/06, Kern Sibbald <[EMAIL PROTECTED]> wrote:

On Monday 27 November 2006 05:16, Hydro Meteor wrote:


SNIP

On the Mac, configure reported a value of "no" assigned as in:
>
> Large file support:       no

If MacOS X is derived from FreeBSD, as I believe it is, this is "normal"
in
the sense that FreeBSD does not follow typical Unix/Linux conventions for
large file support because it is always turned on.


Kern,

From my understanding as illustrated by Amit Singh's Mac OS X Internals [2],
Mac OS X does inherit some of Free BSD 5 but I don't have my copy of Singh's
book handy and in front of me to confirm this (but if memory serves me
right, its not a simple cut-and-dry derivation because Mac OS X also has
part of its ancestry based on NeXTSTEP and OpenSTEP which itself was based
on good ol' BSD.

Best regards,

-H

[2] http://osxbook.com/book/bonus/chapter1/


You can check if a particular client has large file support despite what the
configure output says by doing a:

  status client=xxx

in the console.  If you get a line such as:

Sizeof: off_t=8 size_t=4 debug=0 trace=0

in the output, you have large file support.  If it says:

Sizeof: off_t=4 size_t=4 debug=0 trace=0

you do not have large file support.


SNIP
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to