On Sat, 22 May 1999, Brad wrote: > > i run kernel 2.2.6, so i have to use smbfsx, to mount service: > > > > //buskiller/wal's world/ i run: > > > > smbmount-2.1.x "\\\\buskiller\\wal's world" jason -c 'mount bus' > > Have you tried escaping the apostrophy? Also, you can use forward slashes > to avoid double-backslash-syndrome. > > smbmount-2.1.x "//buskiller/wal\'s world" jason -c 'mount bus' > > This line tells you that something got confused with the apostrophies >
i tried smbmount-2.1.x "//buskiller/wal\'s world" jason -c 'mount bus' but then it says "wrong sharename", i tried all combinations and i either get one message or the other... looks like the program should output an adjusted service name to the script that it seems to run: main program will get a clean string from the command line without all the escapes (as the shell does), but should then pass on an escaped version to the mount shell script. i'll have a quick look... is the maintainer listening to this or should i CC the problem on to him? Paul