Hi,
Is it possible with TCL to mount a windows fileshare by name (e.g. "mount -t cifs //xyz-fileserver/foldername..." as opposed to "mount -t cifs //192.168.1.1/foldername...")? I have installed the filesystems extension, but mounting by name does not seem to work. I'm working in an environment where IP addresses change, while names are fixed, so working by name would be preferable.
I had a similar problem once with an Ubuntu installation and installing smbfs package solved the problem, but I couldn't find an equivalent in TCL. If there isn't one, no worries, I just thought I'd ask in case I was missing something that would make my life easier.
Thanks,
Pete