|
我是双系统,我想自动挂载windos分区,我的方法如下。大虾门看看什么问题。
#vi /etc/auto.master
#法一:加入:/mnt/windows /etc/auto.misc --time=60
#vi /etc/auto.misc
#windows -fstype=vfat :/dev/sda5(windows分区)
法二::/mnt/windows /etc/auto.windows --time=60
#vi /etc/auto.windows
# windows -fstype=vfat :/dev/sda5(windows分区)
#service autofs reload
#service autofs restart
可是怎么都不能加载过来。过程中也没有提示错误。我两种方法都试了(其中一种方法有错。我不清楚,望大家指出来)。还是不行,是不是我那里做的不对??望指点! |
|