错误信息:
mount: wrong fs type, bad option, bad superblock on 127.0.0.1:/data/ftp/tvcms_test,
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
解决办法:
yum install nfs-utils
博客记录了一个挂载错误信息,显示在127.0.0.1:/data/ftp/tvcms_test挂载时出现错误,提示错误的文件系统类型、选项、超级块等。给出的解决办法是使用yum install nfs-utils命令。
1万+

被折叠的 条评论
为什么被折叠?



