2007-08-02
linux挂载windows共享
1,需要linux内核支持smbfs,需要root权限测试:modprobe smbfs,lsmod|grep smbfs如下显示:
表示支持smbfs
2,使用mount连接挂栽windows共享文件,
[root@portal /]# lsmod|grep smbfs smbfs 44368 5
表示支持smbfs
2,使用mount连接挂栽windows共享文件,
mount -t smbfs -o username=username,password=password //windows_Ip/share /mnt/share
smbmount //windows_Ip/share /mnt/share -o username=windows_name
发表评论
我的相册
denglu
共 25 张
共 25 张
最新评论
-
gentoo autounmask
http://www.91linux.com/html/linux_pub/ge ...
-- by BIGN -
一些grub引导
default 0 timeout 10 title=Gentoo r ...
-- by BIGN -
一些grub引导
http://linux.chinaunix.net/bbs/archiver/ ...
-- by BIGN -
在ubuntu下安装java
/etc/profile.d创建java.sh文件 内容: JAVA_H ...
-- by BIGN -
在ubuntu下安装java
/etc/profile.d创建java.sh文件 内容: JAVA_H ...
-- by BIGN







评论排行榜