/volumes/dir1
などの2つのマウントポイントがあります/Volumes/dir2
。あるボリュームをマウントすると、umount
別のボリュームが自動的にマウント解除されます。
これらのボリュームはリモートシステムからマウントされます。彼らはさまざまなサイズのファイルを出力するためにコマンドを使用しますdf
。
問題の原因は何ですか?とにかく、ある人が他の人と関係があることを知る方法はありますか?どうやって確認しますか?
関係を確認するコマンドはありますか?
ベストアンサー1
デバイス名ではなくディレクトリ名で削除する必要があります。
man umount:
The umount command detaches the mentioned file system(s) from the file
hierarchy. A file system is specified by giving the directory where it
has been mounted. Giving the special device on which the file system
lives may also work, but is obsolete, mainly because it will fail in
case this device was mounted on more than one directory.