I'm trying to mount a share on a Windows Server 2003, but all I get is "Permission denied". I can't even list the parent folder I've mounted it in.
<snip> [EMAIL PROTECTED] /mnt# ls -la total 3 drwxr-xr-x 5 root root 120 Dec 16 09:26 ./ drwxr-xr-x 18 root root 440 Nov 23 09:18 ../ drwxr-xr-x 2 root root 48 Nov 9 2004 cdrom/ drwxr-xr-x 2 root root 48 Nov 9 2004 floppy/ drwxr-xr-x 2 root root 48 Dec 16 09:26 soc/ [EMAIL PROTECTED] /mnt# mount -t smbfs -o username=<username> //x.x.x.x/soc //mnt/soc/ creating lame upcase table creating lame lowcase table Password:<password> [EMAIL PROTECTED] /mnt# ls -la /bin/ls: soc: Permission denied total 2 drwxr-xr-x 5 root root 120 Dec 16 09:26 ./ drwxr-xr-x 18 root root 440 Nov 23 09:18 ../ drwxr-xr-x 2 root root 48 Nov 9 2004 cdrom/ drwxr-xr-x 2 root root 48 Nov 9 2004 floppy/ </snip> I tried from a RHEL4ES server and got the same error using smbfs. Using '-t cifs' though, worked just fine on RHEL4ES. Could not find it on TSL 2.2. Doesn't TSL 2.2 work with shares in Windows Server 2003? /Christopher _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
