虚拟机mount local filesystem failed

来源:互联网 发布:c语言与unix 编辑:程序博客网 时间:2024/05/09 23:06
 
[root@localhost ~]# mount -a
Error: cannot mount filesystem: Protocol error
[root@localhost ~]# cat /etc/fstab   
LABEL=/                                 /                                             ext3        defaults                1 1
LABEL=/home                         /home                                     ext3        defaults                1 2
LABEL=/boot                         /boot                                     ext3        defaults                1 2
tmpfs                                     /dev/shm                                tmpfs     defaults                0 0
devpts                                    /dev/pts                                devpts    gid=5,mode=620    0 0
sysfs                                     /sys                                        sysfs     defaults                0 0
proc                                        /proc                                     proc        defaults                0 0
LABEL=SWAP-sda3                 swap                                        swap        defaults                0 0
# Beginning of the block added by the VMware software
.host:/                                 /mnt/hgfs                             vmhgfs    defaults,ttl=5         0 0
# End of the block added by the VMware software
[root@localhost ~]#   

是安装了vmware tools的缘故
 
注释
#.host:/                                 /mnt/hgfs                             vmhgfs    defaults,ttl=5         0 0
解决问题
原创粉丝点击