|
|
我改了auto。misc文件但是在/misc下系统提示找不到e和g
我的硬盘是sata的
我用mount命令可以挂载windows分区
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
e -fstype=vfat,umask=022,iocharset=utf8 :/dev/sda2
g -fsytpe=vfat,umask=022,iocharset=uft8 :/dev/sda7
# 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
~ |
|