mount: wrong fs type, bad option, bad superblock on
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在linux系统挂载FreeNAS的NFS服务,出现以下错误:
cloud@ubuntu01:/$ sudo mount -t nfs 192.168.1.169:/mnt/poos/vms /mnt/vms/
mount: wrong fs type, bad option, bad superblock on 192.168.1.169:/mnt/poos/vms,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
解决方案:
在终端下输入安装nfs-common即可解决,安装命令为sudo apt-get install nfs-common解决。
cloud@ubuntu01:/$ sudo mount -t nfs 192.168.1.169:/mnt/poos/vms /mnt/vms/
mount: wrong fs type, bad option, bad superblock on 192.168.1.169:/mnt/poos/vms,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
解决方案:
在终端下输入安装nfs-common即可解决,安装命令为sudo apt-get install nfs-common解决。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)