thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 11:22 am Post subject: mount_smbfs |
|
|
If the 'mount_smbfs' command doesn't exists in your '/sbin/' dir than you should make it
yourself. First make sure you have the latest source on your system, then go to th
'/usr/src/sbin/mount_smbfs' dir and do a 'make' followed by a 'make install'. That should
be it.
You can test your smb connection with the 'smbutil' tool:
smbutil login //user@host
smbutil logou //user@host
smbutil view //user@host
all command should ask for a password.
You can mount your samba share like so:
mount_smbfs -I [ipnumber] //user@host/share node
The '-I' options uses the followed ipnumber as address to connect to insted of the hostname
specified behind the username. |
|