|
|

楼主 |
发表于 2007-3-17 12:03:14
|
显示全部楼层
Post by dgkgnrt
能贴一下引导 文件吗?.
fstab我的问题应该和这个没关系吧
Gentoo ~ # cat /etc/fstab
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
/dev/sda2 / reiserfs noatime,notail 0 0
#NOTE: The next line is critical for boot!
#proc /proc proc defaults 0 0
#sysfs /sys sysfs defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
#/dev/zzlvg/swap swap swap defaults 1 1
tmpfs /tmp tmpfs defaults 0 0
tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
none /proc/bus/usb usbfs defaults 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
/dev/sda3 /usr reiserfs noatime,notail 0 0
/dev/sda9 /usr/portage reiserfs noatime,notail 0 0
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
# Logical volumes on sda3,sda6, ... by zzl
/dev/zzlvg/distfiles /usr/portage/distfiles reiserfs noatime,notail 0 0
/dev/zzlvg/movies /root/Movies reiserfs noatime,notail 0 0
/dev/zzlvg/swap swap swap defaults 1 1
# mount others by zzl
/dev/sda5 /mnt/win2lin vfat codepage=936,iocharset=utf8 0 0
/dev/sda8 /root/Backup reiserfs noatime,notail 0 0
/dev/sdb1 /mnt/windows/study ntfs nls=utf8 0 0
/dev/sdb2 /mnt/windows/media ntfs nls=utf8 0 0
/dev/sdb3 /mnt/windows/superiso ntfs nls=utf8 0 0
/dev/sdb4 /mnt/windows/backup ntfs nls=utf8 0 0 |
|