|
|

楼主 |
发表于 2004-11-1 19:13:58
|
显示全部楼层
/dev/hda2 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=gb2312,codepage=936,noauto,ro,exec 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=gb2312,sync,codepage=936 0 0
/dev/hda1 /mnt/win_c ntfs umask=0,nls=gb2312,ro 0 0
/dev/hda5 /mnt/win_d vfat umask=0,iocharset=gb2312,codepage=936 0 0
/dev/hda6 /mnt/win_e vfat umask=0,iocharset=gb2312,codepage=936 0 0
/dev/hda7 /mnt/win_f vfat umask=0,iocharset=gb2312,codepage=936 0 0
none /proc proc defaults 0 0
/dev/hda3 swap swap defaults 0 0
上面是原来的,是不是改成下面这个样子的
/dev/hda2 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=gb2312,codepage=936,noauto,ro,exec 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=gb2312,sync,codepage=936 0 0
/dev/hda1 /mnt/win_c ntfs umask=0,nls=gb2312,ro 0 0
/dev/hda5 /mnt/win_d vfat umask=0,iocharset=gb2312,codepage=936 0 0
none /proc proc defaults 0 0
/dev/hda3 swap swap defaults 0 0
这样就可以去掉c和d两个分区了对吗?
要去掉a盘怎么办? |
|