a220
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm having trouble mounting CIFS (SMB over TCP/IP) shares on FreeBSD system. CIFS shares are provided by Windows XP systems. I guess the problem somehow could be related to the fact that on windows boxes "NetBIOS over TCP/IP" is disabled. I don't know exactly how it's called, some call it "true cifs", "naked cifs" or "smb over tcp/ip", but the only port open on windows boxes is port tcp 445 (135, 137, 139 and others related to netbios are closed). From linux system mounting works perfectly with 'mount -t cifs', but on my FreeBSD 7.1 system commands 'mount -t cifs' and 'mount.cifs' are not supported/available, and 'mount_smbfs' doesn't want to work:
Code:
# uname -r 7.1-RELEASE # mount_smbfs -I 10.0.1.3 //administrator@10.0.1.3/c$ /mnt/cifs Password: mount_smbfs: unable to open connection: syserr = Connection refused # mount_smbfs -I 10.0.1.3 //administrator@10.0.1.3:445/c$ /mnt/cifs Password: mount_smbfs: unable to open connection: syserr = Operation timed out |
|
#2
|
||||
|
||||
|
Try
Code:
mount_smbfs -I 10.0.1.3 -W WORKGROUPHERE "//user@10.0.1.3/c$" /mnt/cifs
__________________
Neither in this world nor elsewhere is there any happiness in store for him who always doubts. If you enjoyed my answer please consider donating some money to FreeBSD foundation @ http://www.freebsdfoundation.org/ |
|
#3
|
|||
|
|||
|
Specifying WORKGROUP also doesn't help. I guess, because NetBIOS broadcasts are disabled, WORKGROUP names are now irrelevant.
Direct hosting of SMB over TCP/IP |
![]() |
| Tags |
| cifs, mount |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] mounting cifs share in fstab, FreeBSD 7.0 | jmpetre | Web & Network Services | 2 | September 4th, 2009 13:39 |
| Install windows on the windows partiton from Freebsd | everypot | Installing & Upgrading | 9 | August 31st, 2009 17:38 |
| UTF-8 and samba shares | jdawg70 | Networking | 1 | February 9th, 2009 08:07 |
| SMB username and password | zerhacke | General | 2 | January 3rd, 2009 00:07 |
| FreeBSD-EN-08:02.tcp | admin | News & Announcements | 0 | June 20th, 2008 21:38 |