12
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

NFSでマウントするときに出るエラーの対処( mount: wrong fs type, bad option, bad superblock on....)

Last updated at Posted at 2015-08-13

現象

NFSでいざユーザーがいざマウントしようとすると以下のエラーがでることがあります(IPアドレス等は伏せ字)

mount: wrong fs type, bad option, bad superblock on XXX.XX.XXX.XXX:/YYYY,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount. helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so

##対処
nfs-commonがないので、インストールします。
sudo apt-get install nfs-common

12
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?