View previous topic :: View next topic |
Author |
Message |
c0vert Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1210839857446fb63440954.jpg)
Joined: 27 Aug 2004 Posts: 355
|
Posted: Tue Apr 01, 2008 7:13 pm Post subject: windows network share problem |
|
|
Hi,
I'm having problems accessing windows network share. I have samba emerged and I'm pretty sure I have my kernel built properly to allow it.. Heres relavant part of .config
Code: |
localhost linux # cat .config | grep SMB
CONFIG_SMB_FS=y
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="cp437"
|
Here is what I'm doing
Code: |
localhost linux # mount -t smbfs -o username=amcnamara/xxx //amcnamara-xp/B43 /mnt/win32
Password:
ERROR: smbfs filesystem not supported by the kernel
Please refer to the smbmnt(8) manual page
smbmnt failed: 255
localhost linux #
|
I guess it seems like I need some other configurations in my kernel but It looks like I have what I need don't I?
Hope someone can help _________________ AMD 64 3000+
1 Gig Corsair DRR400 RAM
ATI RAdeon 9800 Pro
KN8E-deluxe
SATA 120 Gig Seagate |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ok Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1790175990470fddd57d325.gif)
Joined: 11 Jul 2006 Posts: 390 Location: germany
|
Posted: Tue Apr 01, 2008 8:43 pm Post subject: |
|
|
You can try to emerge net-fs/mount-cifs. I had a similar problem, but I used cifs not smb. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
guruvan Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/152774742247866541dc17e.jpg)
Joined: 21 Aug 2007 Posts: 132
|
Posted: Tue Apr 01, 2008 9:57 pm Post subject: |
|
|
sorta stumped....BUT...if you reconfigure kernel for CIFS, and then emerge mount-cifs
you should be in bidness, and go a LOT faster. CIFS is the protocol upgrade to SMB, been the standard for 10yrs..
that's how I run my samba (stoopid nfs can't export an ntfs filesystem?) _________________ Everything is broken......(b.dylan).
guruvan |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|