3x3TB ドライブで構成された 9TB RAID 0 があります。ゴミ箱に移動された一部のディレクトリを削除できません。
Volumes/LTO
≈:≈ sudo rm -vrf ./.Trashes/
rm: ./.Trashes//503/c/c: Directory not empty
rm: ./.Trashes//503/c: Directory not empty
rm: ./.Trashes//503: Directory not empty
rm: ./.Trashes/: Directory not empty
/Volumes/LTO
≈:≈
権限を変更し、RAID を消去せずにこれらを削除する方法をすべて試しましたが、それは面倒です。
また、実際にディレクトリを調査すると、ディレクトリは空であることがわかります。
/Volumes/LTO/.Trashes
≈:≈ du -h
0B ./503/c/c
0B ./503/c
0B ./503
0B .
/Volumes/LTO
≈:≈ sudo rm -vfRPd /Volumes/LTO/.Trashes/
rm: /Volumes/LTO/.Trashes//503/c/c: Directory not empty
rm: /Volumes/LTO/.Trashes//503/c: Directory not empty
rm: /Volumes/LTO/.Trashes//503: Directory not empty
rm: /Volumes/LTO/.Trashes/: Directory not empty
/Volumes/LTO
≈:≈
Finder でゴミ箱を空にしようとすると、「項目「c」が使用中のため、操作を完了できません」と表示されます。しかし、項目を使用しているものはありません。コンピューターを数回再起動しました。
/Volumes/LTO
≈:≈ lsof | grep /Volumes/LTO/.Trashes/503/c/
/Volumes/LTO
≈:≈
:(