|
From: Ben B. <bat...@gm...> - 2008-06-27 10:32:11
|
Ah ok, I did not know that. I've removed the trailing ? from .AppleDouble and .AppleDesktop... now it works perfectly! I assume I should also remove the trailing ? from: TheVolumeSettingsFolder?TheFindByContentFolder? VolumeIcon?.icns Finally, what's the :2e for in front of some of the entries? Is that anything special? Or is that just part of those directory names? Thanks for all your help, B 2008/6/27 Thomas Kaiser <Tho...@ph...>: > Ben Bradley wrote: > > > I also changed the noadouble to: > > options:noadouble > > You should read the comments in the AppleVolumes.default manual page > regarding this switch. > > > Here's what I've got in my Samba veto option so far: > > veto files = > > > /:2eFBCLockFolder/.FBCLockFolder/:2eFBCIndex/.FBCIndex/:2eDS_Store/.DS_Store/T > > heVolumeSettingsFolder?/TheFindByContentFolder?/Temporary Items/Network > Trash > > > Folder/.AppleDB/:2eVolumeIcon.icns/.VolumeIcon?.icns/Icon?/.AppleDouble?/.Appl > > eDesktop?/RECYCLER/ > > > > Copied from > http://netatalk.sourceforge.net/wiki/index.php/NetatalkAndSamba > > You realized that this is a wiki with its own special formatting rules? > "Wiki words" for example (with several capital letters like in AppleDouble) > will be appended with a link to create a new wiki entry explaining the > word. > > > How come I'm still getting the .AppleDesktop and .AppleDouble directories > > appearing when I view these shares over Samba on a PC? > > Because you simply did a copy&paste from browser to config file. > > > It looks like they're mentioned in the above Samba veto files statement. > > You vetoed both ".AppleDouble?" and ".AppleDesktop?" with a trailing "?" > > Regards, > > Thomas, always wondering how people can call the integration between Samba > and Netatalk "seamless" > > > |