首页 > 其他 > 详细

smbfs

时间:2015-02-13 19:52:24      阅读:270      评论:0      收藏:0      [点我收藏+]

Hi

I tried to mount a network share (smbfs) but it complains about the lack of kernel support. To solve this, do i need to recompile the kernel, and if so, is there a guide that i can follow?

here is a sample output:

# mount -t smbfs //box5711/disk3 smb/
Password: 
ERROR: smbfs filesystem not supported by the kernel
Please refer to the smbmnt(8) manual page
smbmnt failed: 255

Kernel = Linux 2.6.22-ARCH

 

relay1

smbfs is compiled as module, so in order to use it type as root:

modprobe smbfs

and try again

 

replay2

Have you tried "cifs" instead of "smbfs"?cifs is a replacement for smbfs, it‘ll work fine with windows computers. Use that instead. It‘s also quite a bit quicker.

smbfs

原文:http://www.cnblogs.com/linuxbo/p/4290748.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!