1
0

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はサーバ側とクライアント側でUIDが同じことが前提

Last updated at Posted at 2018-06-17

Visual StudioをMacに入れてみるとnode.jsの開発がだいぶ楽になった。ただmac上で開発しているとたまにLambdaとパッケージの相性が合わずに実行できないことがあるようなのでUbuntu上でnpm installはしたい。ただVidual Studioも使いたい。

ということでNFSでubuntu上のコードあるフォルダマウントして開発しようと思ったらPermission Deniedがでてしまう。
調べてみるとubuntu上のフォルダのuid(1000)とmacのユーザのuid(501)が違うからだめみたい。

今回はnfs用のユーザ(uid=501)をubuntu上に作成し、触りたいファイルを全てそのユーザのものにした。macでルートで作業するのも嫌だし、一旦これで対処。もっと良い方法ありそう。。。

ちなみに以下の方法だと git が扱えないのでrmateは微妙。
Visual Studio Codeでリモートサーバのファイルを編集する - memo-pad’s blog

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?