|
楼主 |
发表于 2003-10-15 12:17:49
|
显示全部楼层
以下是我auto.master的内容
# $Id: auto.master,v 1.2 1997/10/06 21:52:03 hpa Exp $
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(.
/mnt /etc/auto.misc --timeout=60
以下是我auto.misc的内容
# $Id: auto.misc,v 1.2 1997/10/06 21:52:04 hpa 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
# 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
usbdisk -fstype=vfat :/dev/sda1
cdrom -fstype=auto,iocharset=cp936 :/dev/cdrom
Win_C -fstype=auto,iocharset=cp936 :/dev/hda1
Win_D -fstype=auto,iocharset=cp936,nosuid :/dev/hda5
Win_E -fstype=vfat,iocharset=cp936,rw,nosuid :/dev/hda6
我不知到nosuid的含义,但是不论我用不用这个参数,结果都一样。 |
|