Matt Linzbach wrote: > I'm hoping someone might provide some insight to a problem > I'm having mounting a Win2k3 share at bootup. The general > methodology I'm trying to follow is laid out here: > http://ubuntuguide.org/#automountnetworkfoldersall > and works fine for my kubuntu desktop but I'm failing to > replicate on a Trustix server.
What makes you think a ubuntu/debian specific setup will work on a non-debian based system? Anyway. one should be able to use the: mount -t cifs -o credentials=path-to-file (... ...) host:foo/ /bar/' (path-to-file being /root/cifscredentials in your case) but we seem to be missing the mount.cifs helper tool in our samba package. I'll look closer into it today. If you are able to, a bug report on this would help us track the problem. Kind regards c -- Christian Haugan Toldnes Trustix Developer _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
