# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s 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/sda9 during installation
UUID=a0debdf1-3368-4691-ae32-2f3b9e375f47 / reiserfs notail 0 1
/dev/sda10 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
然后:
major minor #blocks name
8 0 312571224 sda
8 1 12586896 sda1
8 2 36708524 sda2
8 3 1 sda3
8 5 52436125 sda5
8 6 31487365 sda6
8 7 83891398 sda7
8 8 10490410 sda8
8 9 41945681 sda9
8 10 1052226 sda10
8 11 41969781 sda11
有哪位能告诉我我的windows分区挂载了没?位置栏里显示分区名称的问号要如何改变...
