FAT USBのボリュームラベルを変更したいのですが、fatlabel
端末でコマンドを実行しようとすると認識されません。
root@debian:/home/a# fatlabel --help
bash: fatlabel: command not found
dosfstools
だからincludeをインストールしてみましたが、すでにインストールされfatlabel
ていました。
root@debian:/home/a# apt-get install dosfstools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
dosfstools is already the newest version (4.2-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
両方man fatlabel
とオンラインマンページhttps://manpages.debian.org/bullseye/dosfstools/fatlabel.8.en.htmlfatlabel
これが呼び出しコマンドの正しい名前であることを明確にしてください。このコマンドをどのように復元しますか?
ベストアンサー1
コマンドがあるため、そのディレクトリを含めない場合が/sbin
ありますPATH
(root
useに変更するとこれが発生しますsu
)。
迅速な修正は完全なパスを提供することです。
/sbin/fatlabel --help
以下を使用して、特定のパッケージのコマンドがインストールされている場所を見つけることができますdpkg -L
。
dpkg -L dosfstools | grep bin/