25 Jul
2005
25 Jul
'05
11:22 p.m.
On Monday 25 July 2005 07:05 pm, Jill Benware wrote:
I was wondering if anyone knew how to connect to a windows share. I know the server, ip, share, workgroup, and I have a username/password. Can anyone help me with this? Thanks.
`man smbmount` is pretty helpful here's some typical mounts i use: mount -t smbfs //matt/c$ /mnt/smb -o username=Administrator mount -t smbfs //slug/space /mnt/space in your case you want: mount -t smbfs //IP/SHARE /mnt/localmount -o username=USERNAME then when you hit enter it'll prompt you for PASSWORD -mike