| View previous topic :: View next topic |
| Author |
Message |
peet1 Been around the blocks

Joined: 16 Oct 2006 Posts: 23
|
Posted: Thu Feb 04, 2010 1:04 am Post subject: Xsan 2.1.1, SMB reshare and dropboxes. |
|
|
Hi all,
I've found a intensely frustrating problem. I use drop boxes for my students to turn in assignments. When the dropbox is placed on an Xsan volume, they work perfectly from MacOS via SMB or AFP. However, they fail completely from WinXP SP3 box. It fails with "Cannot copy File: Access is denied."
Anyone out there able to replicate this? Anyone out there know a work around? I've set up dropboxes on DAS and have no issues with the Windows clients.
Thanks.Peet |
|
| Back to top |
|
 |
cedge318 Could work for Apple

Joined: 12 Jan 2009 Posts: 47
|
Posted: Fri Feb 05, 2010 1:26 am Post subject: May be stream support |
|
|
Try the following setting in /etc/smb.conf
stream support = no |
|
| Back to top |
|
 |
coalliera JBOD

Joined: 02 Mar 2010 Posts: 2
|
Posted: Tue Mar 02, 2010 10:51 am Post subject: same thing |
|
|
Same thing here:
xsan 2.2, drop boxe on xsan dont work from smb ...
have tried
vfs objects =
stream support = no
and
ea support = no
with no luck
the smb error is: NT_STATUS_OBJECT_NAME_COLLISION |
|
| Back to top |
|
 |
coalliera JBOD

Joined: 02 Mar 2010 Posts: 2
|
Posted: Thu Jun 03, 2010 8:01 am Post subject: solution |
|
|
Hi ...
Xsan volume are case sensitive ... you must use this settings in smb.conf:
case sensitive = yes
Alex |
|
| Back to top |
|
 |
singlemalt Xsan Master

Joined: 27 Feb 2009 Posts: 109
|
Posted: Thu Jun 03, 2010 9:32 am Post subject: |
|
|
Be careful where you add that parameter. I haven't tested it but I think if
you put it in the upper global section of /etc/smb.conf it might get overwritten when you make changes to smb in the serveradmin GUI.
Probably better to put it after the
"; Site Specific parameters can be added below this comment.
; END required configuration." at the end of the /etc/smb.conf file as a separate
[global] directive or as a per [sharepoint_name] directive. |
|
| Back to top |
|
 |
wrstuden Xsan Master

Joined: 04 Jan 2008 Posts: 99
|
Posted: Thu Jun 03, 2010 11:22 am Post subject: Re: same thing |
|
|
| coalliera wrote: | Same thing here:
xsan 2.2, drop boxe on xsan dont work from smb ... |
The problem is that Xsan volumes are case-sensitive. Since SMB isn't, the SMB daemon has to look up other permutations of the name to ensure that there aren't case-collisions(*). The point of a drop box is that you can't look up the list of entries, so this of course fails.
(*) i.e. just because you know "Project 1" doesn't exist, you don't know if there's a "project 1" or a "pRoJeCt 1" or "PROJECT 1", all of which are the same file name when you're case-insensitive. |
|
| Back to top |
|
 |
|