Creating sparse files over SMB

2002-12-16 Thread Conrad Minshall
?url=/library/en-us/fileio/base/spa rse_files.asp for some native documentation. -- Conrad Minshall ... [EMAIL PROTECTED] ... 408 974-2749 Alternative email addresses: [EMAIL PROTECTED] and [EMAIL PROTECTED]

Re: Bug in reply_write_and_X?

2002-12-10 Thread Conrad Minshall
At 8:14 PM -0800 12/9/02, [EMAIL PROTECTED] wrote: On Mon, Dec 09, 2002 at 08:10:00PM -0800, Conrad Minshall wrote: A local filesystem has to return EFBIG to Samba (per POSIX write system call def'n) and in the Samba source I'm looking at EFBIG isn't used anywhere relevant to a WRITE_ANDX

Re: Bug in reply_write_and_X?

2002-12-09 Thread Conrad Minshall
At 10:36 AM -0800 12/7/02, [EMAIL PROTECTED] wrote: On Sat, Dec 07, 2002 at 01:42:18AM -0800, Conrad Minshall wrote: The server's local filesystem has a maximum filesize of 16 Terabytes. If my client attempts a writex with an offset of exactly 16TB then I see ERRnoaccess The code return

Bug in reply_write_and_X?

2002-12-07 Thread Conrad Minshall
I'm testing my smb client against Samba on FreeBSD. The server's local filesystem has a maximum filesize of 16 Terabytes. If my client attempts a writex with an offset of exactly 16TB then I see ERRnoaccess rather than ERRdiskfull. Looking at some 3.0 sources, it appears reply_write_and_X()

Re: What is the case for preserving case under Samba ...

2002-07-08 Thread Conrad Minshall
exist. An interesting comment on case-insensitivity is in the Rationale for the standard-previously-known-as-posix. Xopen requires registration so the following link probably won't work as is: http://www.opengroup.org/onlinepubs/007904975/xrat/xbd_chap04.html#tag_01_04_06 -- Conrad Minshall

Re: What is the case for preserving case under Samba ...

2002-07-07 Thread Conrad Minshall
At 3:24 PM -0700 7/7/02, Richard Sharpe wrote: On Sun, 7 Jul 2002, Conrad Minshall wrote: At 7:19 PM -0700 7/4/02, Richard Sharpe wrote: The current situation with respect to preserve case = yes and case sensitive = no causes many problems. I recently ran a build of a lot of software