Reply
 
Thread Tools Display Modes
  #1  
Old 01-06-2009, 05:16 PM
basketcase basketcase is offline
Junior Member
 
Join Date: Apr 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default smbfs/cifs unable to mount shares
So a little history. Dell Dimension 8400 P4 2GHz, 1GB RAM. Was running Ubuntu 8.10, I was able to mount shares editing /etc/fstab and it worked sort of...but it would completely lock up the system when browsing them, and I'd just have to turn the box off.

So off went Ubuntu and on went PC-BSD 7.0.2. Now I can't even mount the shares!

/etc/fstab looks like this:

Code:
cat /etc/fstab
# Device                Mountpoint      FStype  Options         Dump    Pass#
/dev/ad0s1b             none            swap    sw              0       0    
/dev/ad0s1a             /               ufs     rw              1       1    
linprocfs       /compat/linux/proc      linprocfs rw    0  0                 
proc    /proc   procfs rw       0  0                                         
#HomeDirectory                                                               
//server.domain.tld/~share /usr/home/basketcase/HomeDirectory cifs credentials=/etc/cifspw 0 0
#SystemsShare                                                                                            
//server.domain.tld/share$/directory /usr/home/basketcase/SystemsShare cifs credentials=/etc/cifspw 0 0
I try and run mount -a and I get this:

Code:
mount -a
fstab: /etc/fstab:7: Inappropriate file type or format
fstab: /etc/fstab:9: Inappropriate file type or format
I've tried replacing cifs with smbfs. Same behavior.

When I try and manually mount the share:

Code:
mount_smbfs -I 10.10.9.42 //basketcase@10.10.9.42/~basketcase /usr/home/basketcase/HomeDirectory/
It asks for credentials and I get this:

Code:
mount_smbfs: unable to open connection: syserr = Connection reset by peer
What am I missing? Why was I able to mount these shares in Ubuntu, but not PC-BSD?

Any and all help would be greatly appreciated!

Thanks!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to mount audio CD bradleyjpb Sound and Multimedia 1 12-06-2009 11:35 AM
Unable to mount USB stick Doc Drives 11 03-31-2008 03:29 AM
Unable to Mount CDs following update! rodonn Usage Bug Reports 0 10-02-2007 08:36 AM
Unable to mount ext3 & ntfs ... void_man() General Questions 5 09-15-2007 09:54 PM
Unable to access samba shares ronjoor General Questions 5 03-22-2007 10:51 AM


All times are GMT. The time now is 02:07 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.