> If i make this : > [ab] > path = /t\ t > path = /tmp > public = yes > writable = yes > browseable = yes Enclose the path in double quotes. Example: [ab] path = "/home/foo/New Folder" Should work and if you want the share to be called "a b" then this should work [a b] path = "blah" Sridhar