浏览文章

文章信息

linux磁盘挂载:wrong fs type, bad option, bad superblock on 14295

解决方案一:

ubuntu:

sudo apt-get install nfs-common

其他linux:

yum install nfs-utils



原创