Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cannot mount shared folder with cifs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
emedlin
n00b
n00b


Joined: 10 Mar 2005
Posts: 16

PostPosted: Sun Mar 27, 2005 6:21 am    Post subject: cannot mount shared folder with cifs Reply with quote

My kernel is compiled with CIFS support built in. SMB file system support is not compiled in or as a module, I don't need it for cifs do I? When I type mount -t cifs //192.168.0.104/TV /mnt/movies, It asked the password which is not set, so I just hit enter. Then it says mount error: cifs filesytem not supported by the system. Which system? The gentoo box doing the mounting or the XP Home box being mounted. I pretty sure the windows machine is correct because it mounts using cifs from my powerbook. So, how do I fix this? This seems to be an uncommon error message, or one that most people figure out without asking a guess. But, it has me stumped.
Back to top
View user's profile Send private message
emedlin
n00b
n00b


Joined: 10 Mar 2005
Posts: 16

PostPosted: Mon Mar 28, 2005 5:44 pm    Post subject: Reply with quote

Does anyone have any suggestions to try? Samba doesn't need to be running to do this correct? I still get the same error with it running.
Back to top
View user's profile Send private message
emedlin
n00b
n00b


Joined: 10 Mar 2005
Posts: 16

PostPosted: Tue Mar 29, 2005 5:01 am    Post subject: Reply with quote

Well I recompiled my kernel with smbfs support built in and tried to mount it with -t smbfs. No luck I got smbfs filesytem not supported by the kernel. Cifs and smbfs are compiled in. I don't understand how it cannot be supported. I am using kernel 2.6.10-gentoo-r6.
Here is the network file systems part of my kernel config:
CONFIG_NFS_FS=y
# CONFIG_NFS_V3 is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
# CONFIG_NFSD_V3 is not set
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=y
CONFIG_EXPORTFS=y
CONFIG_SUNRPC=y
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM is not set
CONFIG_SMB_FS=y
# CONFIG_SMB_NLS_DEFAULT is not set
CONFIG_CIFS=y
# CONFIG_CIFS_STATS is not set
# CONFIG_CIFS_XATTR is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA _FS is not set
# CONFIG_AFS_FS is not set
Back to top
View user's profile Send private message
emedlin
n00b
n00b


Joined: 10 Mar 2005
Posts: 16

PostPosted: Tue Mar 29, 2005 6:04 am    Post subject: Reply with quote

I got it working by compiling cifs support as a module. Why does this work when compiled in didn't? I had the same problem with my pci ide controller card see here.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum