[linux-cifs-client] Mounting over forwarded ports

James Roper u3205097 at anu.edu.au
Mon Sep 13 05:19:50 GMT 2004


I should have tested it without ssh forwarding first, the ssh forwarding is 
not the problem:
jazztower:~$ sudo mount.smb //localhost/public /home/jazzy/public
Password:
Anonymous login successful
jazztower:~$ sudo umount public
jazztower:~$ sudo mount.cifs //localhost/public /home/jazzy/public
Password:
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
jazztower:~$ mount.cifs -V
mount.cifs version: 1.1
jazztower:~$ uname -a
Linux jazztower 2.6.6-skas #1 Sun Aug 15 15:18:14 EST 2004 i686 GNU/Linux
jazztower:~$ smbd -V
Version 3.0.5-Debian

jazztower is running Debian testing, and the kernel is a standard debian 
kernel patched with skas.  Shouldn't mount.cifs be able to mount anything 
that mount.smb is able to mount with the same parameters?

Thanks,

James


More information about the linux-cifs-client mailing list