|
|
我从文件浏览器里依次打开,计算机-网络-WINDOWS网络-然后什么都没有了,什么都看不到,记得以前用FC4的时候,只要把SELINUX关掉,然后在网络选项里把网卡ETH0标记为信赖的就可以看到WINDOWS共享了,但是FC6里没有了标记为信赖的这个选项了,导致我现在在FC6下连AUTOMOUNT都用不了。请问一下有没有成功用AUTOMOUNT挂载WINDOWS共享的朋友,帮忙解答一下,谢谢!
下面是我的auto.master和auto.misc里的配置
# more /etc/auto.master
/misc /etc/auto.misc --timeout=60
/net -hosts
#
#
+auto.master
下面是 auto.misc的
# more /etc/auto.misc
#
# $Id: auto.misc,v 1.2 2003/09/29 08:22:35 raven Exp $
#
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
01 -username=public%win2k3 ://192.168.0.1/01
# the following entries are samples to pique your imagination
#linux -ro,soft,intr ftp.example.org:/pub/linux
#boot -fstype=ext2 :/dev/hda1
#floppy -fstype=auto :/dev/fd0
#floppy -fstype=ext2 :/dev/fd0
#e2floppy -fstype=ext2 :/dev/fd0
#jaz -fstype=ext2 :/dev/sdc1
#removable -fstype=ext2 :/dev/hdd
可是当我用ls /misc/01的时候,无法把WINDOWS上共享的01文件夹挂过来
错误提示没有那个文件或目录。 |
|