linux 输入密码之后,一直返回登录

故障截图:

https://img-my.csdn.net/uploads/201212/17/1355715151_2402.png

linux 输入密码之后,一直返回登录_第1张图片


记得在这之前我修改过:/etc/fstab

UUID=f0379fc6-53e7-4182-b147-1cf2f083368a  /home          ext4    defaults          0       0

重新修改一下挂载点就好了

解决:

"/etc/fstab" 20L, 1085C                                                  7,1           All
# /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).
#
#                
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=686436ec-1f43-4c44-829f-baba833737d4   /              ext4    errors=remount-ro 0       1

#以下这个造成:linux 输入密码之后,一直返回登录
#UUID=f0379fc6-53e7-4182-b147-1cf2f083368a  /home          ext4    defaults          0       0



UUID=f0379fc6-53e7-4182-b147-1cf2f083368a   /              ext4    defaults          0       0

# swap was on /dev/sda5 during installation
#UUID=77054ccd-2730-45e2-ab6e-b36dc3713585 none            swap    sw              0       0
#/usr/swap  none            swap    sw              0       0

#/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
~



你可能感兴趣的:(Linux)