0
2

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.

goofys を fstab でマウントすると ReadOnly になってしまう問題の対処

Posted at

はじめに

設定準備をしていると、掲題の通り goofys を fstab でマウントするときに ReadOnly になってしまう問題に遭遇したので、その解決策のメモ。

問題

記事の執筆時点で Open Issue として挙がっている。

おそらく一時的な問題であり、近い将来に解決される可能性は高い。
なお、README にある通りの go getgo install でインストールした場合に問題が発生した。

ビルド環境は Amazon Linux 2 + amazon-linux-extras でインストールした golang 1.11 の latest となる。

対処方法

Open Issue内に書かれているが、ビルドせずに、提供されている Linux 用バイナリをダウンロードして使えば解決できる。

Linux用バイナリをダウンロード
curl -o goofys -L https://github.com/kahing/goofys/releases/download/v0.23.1/goofys

これのパーミッションを設定して、適切な場所に配置すればOK。

0
2
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
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?