[Samba] How do I mount a share on my Debian server ?
Helmut Hullen
Hullen at t-online.de
Wed Feb 17 02:15:00 MST 2010
Hallo, Gungne,
Du meintest am 17.02.10:
> I need to access a share on one of the win2003 servers. How do I do
> this? I want to mount the win share so that I permanently can access
> it from the debain workstations.
Structure (not completely tested)
smbclient -N -L <win2003>
shows the names of the shares.
mount //<win2003>/<Share> /mnt/localshare
should ask for username and password; the mountpoint has to exist.
I've just tried the mount line: "mount.cifs" doesn't work, but "mount"
tells to try the "cifs" type and works well, "mount -t cifs" too. Samba
3.4.4
Viele Gruesse!
Helmut
More information about the samba
mailing list