最近CentOS 7に切り替えました。バックアップドライブを安全に削除しようとしていました。ドライブはマウント解除されますが、LEDが点灯したままになります。
ここで回答したように、コマンドラインを使用してディスクを安全に削除する方法を知っています。だから私は次のコマンドを発行しました
udisksctl unmount -b /dev/sdb1
udisksctl power-off -b /dev/sdb
(はい、私のディスクは/ dev / sdbでした)これは以下を出力します:
Unmounted /dev/sdb1.
Unknown command `power-off'
Usage:
udisksctl COMMAND
Commands:
help Shows this information
info Shows information about an object
dump Shows information about all objects
status Shows high-level status
monitor Monitor changes to objects
mount Mount a filesystem
unmount Unmount a filesystem
unlock Unlock an encrypted device
lock Lock an encrypted device
loop-setup Set-up a loop device
loop-delete Delete a loop device
smart-simulate Set SMART data for a drive
Use "udisksctl COMMAND --help" to get help on each command.
udisks2の最新バージョンを使用しているかどうかを確認しました。
sudo yum install udisks2
[sudo] password for user:
Loaded plugins: langpacks
Loading mirror speeds from cached hostfile
* base: centos.excellmedia.net
* extras: centos.excellmedia.net
* rpmfusion-free-updates: fr2.rpmfind.net
* rpmfusion-nonfree-updates: fr2.rpmfind.net
* updates: centos.excellmedia.net
Package udisks2-2.1.2-6.el7.x86_64 already installed and latest version
Nothing to do
Webを徹底的に検索しましたが、関連するものは何も表示されませんでした。パッケージが不足している可能性があると思います。最小インストールを行ったためです。誰かが私を助けてくれますか?