|
发表于 2010-4-13 22:48:16
|
显示全部楼层
Post by 风化狼;2082603
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda6 during installation
UUID=19a0b41d-3292-438f-9235-86f7562e9f30 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda7 during installation
UUID=3c50fc4e-6f4a-43b8-b2f3-763a6805da8e /home ext4 defaults 0 2
# swap was on /dev/sda8 during installation
UUID=16ca8560-1e06-45a6-8362-5de08b7e7348 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
这是我的fstab文件,以前的很简单,现在的都看不懂了。。。。 你的fstab并没又挂载win分区,
试试运行gconf-editor设置/apps/nautilus/desktop/volumes_visible键为false。 |
|