level 12
阿啦尚
楼主
如题:经过查看fstab,显示以下信息:
# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sda6 during installation
UUID=dcd52237-f46c-4d87-9d4e-82eee19e1e48 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda9 during installation
UUID=047b329e-3cc6-4ace-81d3-e5e4fb5a93a1 /home ext2 defaults 0 2
# /windows was on /dev/sda11 during installation
UUID=6A26-1D2E /windows vfat utf8,umask=007,gid=46 0 1
# swap was on /dev/sda10 during installation
UUID=f91a740a-79a6-4666-8cb4-43147f75ee3a none swap sw 0 0
希望能够开机直接进入系统,求解决办法!感谢大神!
2014年11月21日 02点11分
1
# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sda6 during installation
UUID=dcd52237-f46c-4d87-9d4e-82eee19e1e48 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda9 during installation
UUID=047b329e-3cc6-4ace-81d3-e5e4fb5a93a1 /home ext2 defaults 0 2
# /windows was on /dev/sda11 during installation
UUID=6A26-1D2E /windows vfat utf8,umask=007,gid=46 0 1
# swap was on /dev/sda10 during installation
UUID=f91a740a-79a6-4666-8cb4-43147f75ee3a none swap sw 0 0
希望能够开机直接进入系统,求解决办法!感谢大神!