LoginSignup
0
0

VSCodeで、remote-sshを用いてログインできなくなった原因→サーバ側の容量超過。

Posted at

Vscodeでリモートサーバにログインするため、パスコードを入れました。
しかし、接続できないとのエラーがありました。
突然の事でびっくり。

結論原因は、サーバ側の容量超過でした。

以下、容量確認画面
quota -s
quota: invalid option: -s
Disk quotas for usr xxxxxxx (uid yyyy):
Filesystem kbytes quota limit grace files quota limit grace
/home 100964664 100000000 110000000 none 314039 1000000

/homeディレクトリで、quotaを超える容量を使用していました。
リモートサーバーにVS Codeサーバーをインストールでするための容量が足りず、接続できないみたいでした。

/homeディレクトリの容量を減らした結果、ログイン成功!

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