史狼 发表于 2004-7-19 17:13:52

救急啊!请问如何让linux能访问windows的资源!

救急啊!请问如何让linux能访问windows的资源!
麻烦各位高手啦

onnyloh 发表于 2004-7-19 18:10:14

1st make sure your smb is install.

and configure it with your favourite web browser.
link: http://localhost:901

after that u may visit other share using smbclient command
eg; smbclient "//pc name/share folder" -o uname=abc

or if u don't familiar with command, go to search for LinNeighbourhood

kingway 发表于 2004-7-19 18:12:37

到这里看看
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=6771

ImummyI 发表于 2004-8-7 13:35:17

:twisted:

ImummyI 发表于 2004-8-8 14:42:27

看精华贴

ronald_k 发表于 2004-8-9 08:34:56

靠!上面的是哪位高人,竟然教那么麻烦的方法,
直接mount就可以了,mout -t vfat /dev/hda1 /mnt/win_d

happinessro 发表于 2004-8-9 13:13:57

1.在终端中使用
mount /dev/hdxy /linux目录(注意一定要已经有的) -o iocharset=cp936 就可以了.其中hdxy中的x表示你哪个硬盘,如果只有一个硬盘一般就是a, 第二个是b,一次类推;y表示硬盘的分区id,如果不知道可疑可以用(redhat, fc1, fc2) 主菜单\系统工具\硬件浏览器\硬盘驱动器查看一下.iocharset=cp936是显示中文.
2.修改 /etc/fstab自动加载
在fstab中加入
/dev/hdxy /linux目录(注意一定要已经有的) auto iocharset=cp936 0 0    (redhat,fc1中)
/dev/hdxy /linux目录(注意一定要已经有的) auto 0 0(fc2中)
3./etc/fstab配合终端加载
在fstab中加入
/dev/hdxy //linux目录(注意一定要已经有的) iocharset=cp936
在终端中使用mount -a
fc2中去掉iocharset=cp936就可以了.
页: [1]
查看完整版本: 救急啊!请问如何让linux能访问windows的资源!