Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

mount_smbfs

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Thu Aug 04, 2005 11:22 am    Post subject: mount_smbfs Reply with quote

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.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group