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?

ChromebookのLinuxでGPartedを使う

Posted at

ターミナルを開き、次のコマンドでインストールする。

sudo apt update && sudo apt upgrade -y
sudo apt install gparted -y

ランチャーにGPartedのアイコンが作られたので、インストールできたようだがそのアイコンをクリックしても起動できない。
そこで、次のコマンドで起動を試みた。

sudo gparted

次のメッセージが出て起動できなかった。

No protocol specified


(gpartedbin:2926): Gtk-WARNING **: 13:19:14.612: cannot open display: :0

解決策は、次のコマンドを実行する。

xhost +si:localuser:root

その後、次のコマンドで起動できた。

sudo gparted

しかし、次のメッセージが順に出るので、その都度Cancelする。
Could not stat device /dev/vda - No such file or directory.
Could not stat device /dev/vdb - No such file or directory.

USBメモリを挿しているのに、GPartedにUSBメモリが表示されないときは、

  1. 次のいずれかの手順で、「Linux アプリに USB デバイスへのアクセスを許可します」を有効にする
    • 設定アプリ→ChromeOSについて→Linux開発環境→USBデバイスを管理する
    • ランチャー→ターミナル→Linux 管理→USBデバイスを管理する
    • ランチャー→ターミナル→デベロッパーの設定→USBデバイスを管理する
  2. GPartedのメニューで、「GParted→Refresh Devices」
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?