我是新手,问个老问题,如何在启动的时候自动加载fat硬盘?
我在本版精华看到http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=2183编辑/etc/auto.misc
照下面的样子加入要自动mount的分区的配置.
(不要全跟我一样,我只是举个例子)
名字 分区类型 设备名
cdrom -fstype=auto : /dev/cdrom
floppy -fstype=auto :/dev/fd0
c -fstype=auto,iocharset=cp936 :/dev/hda1
d -fstype=auto,iocharset=cp936 :/dev/hda5
hda7 -fstype=auto :/dev/hda7
我编辑的/etc/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
cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
# 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 上面是系统自己的
g -fstype=auto,iocharset=cp936 :/dev/hda8 这个是我自己加上去的
我平时加载的命令是
mount -o iocharset=cp936 /dev/hda8 /mnt/g
请问我这样加对吗?我已经试过很多次了,启动后还是不能自动加载,到底那方面出错了,谢谢大家了!! 用fstab多好的。什么动态mount不觉得有什么特别的用处,除了可以浪费下资源
页:
[1]