|

楼主 |
发表于 2002-12-17 15:06:44
|
显示全部楼层
还是不行,gnome 进去不能用 我的fstab 是
/dev/BOOT /boot ext3 noauto,noatime 1 1
/dev/ROOT / xfs noatime 0 0
/dev/SWAP none swap sw 0 0
proc /proc proc defaults 0 0
/dev/hde12 /home ext3 defaults 1 1
/dev/hda /mnt/cdrom iso9660 iocharset=cp936,noauto,owner,kudzu,ro 0 0
/dev/hde8 /mnt/nt2 ntfs user,rw,exec,umask=0,iocharset=cp936,defaults 0 0
/dev/hde9 /mnt/nt3 ntfs user,rw,exec,umask=0,iocharset=cp936,defaults 0 0
/dev/hde10 /mnt/nt4 ntfs user,rw,exec,umask=0,iocharset=cp936,defaults 0 0
/dev/hde11 /mnt/nt5 ntfs user,rw,exec,umask=0,iocharset=cp936,defaults 0 0
/dev/hdc /mnt/cdrom1 iso9660 noauto,owner,kudzu,ro 0 0
/dev/hdg1 /mnt/c vfat user,rw,exec,umask=0,iocharset=cp936,defaults 0 0
/dev/hdg2 /mnt/d vfat user,rw,exec,umask=0,iocharset=cp936,defaults 0 0
/dev/hdg5 /mnt/e vfat user,rw,exec,umask=0,iocharset=cp936,defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink). Adding the following
# line to /etc/fstab should take care of this:
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will use almost no
# memory if not populated with files)
tmpfs /dev/shm tmpfs defaults 0 0 |
|