[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: SAMBA client and NT server:PROBLEMS!!



demartino vittorio grtn it wrote:
> 
> It works! I'm now able to mount the shared directories on my linux
> filesystem. Unfortunately, the problem of spaces in Windows filenames is
> still there. In the Linux shell where I mounted DATI(smbmount
> //SRVSCMR1/DATI /mnt/NT -o username=myuserid) I must issue the command cd
> "De Martino" to see that directory.

That will always be there. It's part of unix.

Same happens if you have directory/filenames with embeded
spaces on a local filesystem.

bash and tcsh will automatically add the quotes for you
if you use filename complation.

Also these bothe will work:

cd "/mnt/NT/De Martino/foo"
cd /mnt/NT/De\ Martino/foo
 
(using the '\' to escape the space character.
Also works for other characters like

more h\&\*l\ no\!\!

but many programs cannot handle them. Windos
won't allow them at all.

	-Thomas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]