|
|
我已经emerge hal,dbus了
fstab如下
/dev/hda8 /boot ext2 defaults,noatime,user_xattr 1 2
/dev/hda9 / ext2 noatime,user_xattr 0 1
/dev/hda10 none swap sw 0 0
/dev/hdc /mnt/cdrom iso9660 noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0
/dev/hda1 /mnt/c vfat utf8,umask=000 0 0
/dev/hda5 /mnt/d vfat utf8,umask=000 0 0
/dev/hda6 /mnt/e ntfs nls=utf8,umask=0222 0 0
/dev/hda7 /mnt/f vfat utf8,umask=000 0 0
# NOTE: The next line is critical for boot!
proc /proc proc 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)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
但是插入后
提示 Cannot mount volume
能看见 移动硬盘的图标 |
|