Waza Lab
About

[ChromeOS] Crostini VMの再起動方法

Sep 18, 2018 | 1 minute read

crostiniのXがよく落ちるのでCrostini VMを再起動するケースがよくある。手順は簡単で、

  1. croshを起動
  2. vmc stop termina
  3. vms start termina
crosh> vmc list
termina
Total Size (bytes): 4176281600
crosh> vmc stop termina
crosh> vmc start termina
Share:

Related Posts

  • heroku pg:diagnoseをslackに投げる方法
  • apt updateができない(postgresのところで止まる)ときの対処法
  • [Rails] すべてのbooleanカラムの値を変更する方法
  • Node app(redashbot)をsystemdで起動する方法
  • AWS ELBのSecurity Groupの設定方法
  • Firebase storageのセキュリティ
  • sqlite3でカラムを削除する方法 [SQLite3::ConstraintException: FOREIGN KEY constraint failed: DROP TABLE “users”]
  • wコマンドのParserをrubyで書いた。
  • [Javascript] mark tagを使ってテーブル内の文字をハイライトする
  • Railsで一番シンプルな検索の実装
© 2022 Waza Lab