ゴミの管理
ナビゲーションに移動
検索に移動
ファイルの誤った削除を防ぐために、ごみ箱を使用できます。複数のアプリケーション間の互換性を確保するために、FreeDesktop.org の Trash 仕様 に従うソフトウェア (CLI、GUI、またはライブラリ) を使用できます。
目次
ゴミの作成
- glib2 ファイルをごみ箱に移動する
gio Trash file...
コマンドを提供し、gio Trash --empty
はごみ箱を空にします。gio(1) § COMMANDS の "ゴミ箱" も参照してください。gvfs パッケージは、gio Trash
コマンドによるゴミ管理を完全にサポートするために必要です。 - kde-cli-tools
kioclient5
コマンドを提供します。これは、kioclient5 move file Trash:/
として使用してfile
をごみ箱に移動できます。 - bashtrash — Bash で実装された Freedesktop 準拠のゴミ箱
- shellDel — シェルスクリプトで実装された Freedesktop 準拠のゴミ箱
- trash-cli — FreeDesktop.org の Trash 仕様 を実装するコマンドラインインターフェイスツール
- trashman — Python のゴミ箱マネージャー
- rmtrash — Trash-put が GNU rm および rmdir と互換性を持つようになりました。
- trash-d — D で書かれた、GNU rm の Drop-in 置換。互換性とはるかに優れたパフォーマンスに焦点を当てています。
Trash space usage management
To prevent the trash can from using too much space, you can empty it yourself, or have a pruning policy
Software list
- autotrash — Tool to automatically purge old trashed files
Criteria
- make sure to have at least x MB of free space
- delete files older than x days
- only empty if you have less than x MB of free space (useful in combination of previous criteria)
- maximum trash can size
- file size
- file type
- original path
Automation
To automate emptying the trash can, you can use cron, systemd/Timers, or inotify (using inotify, only new deletion would trigger the trash can automation)
Troubleshooting
Unable to find or create trash directory
External drives
/etc/fstab
might not be set correctly. Note that ID
must be replaced by your own user id by $ id
.
/etc/fstab
# <device> <dir> <type> <options> <dump> <fsck> UUID=75667752-8b06-11ea-bc55-0242ac130003 /externalDrive ntfs-3g defaults,uid=ID 0 1
Make sure that the root directory of the drive contains ~/.Trash-1000/{expunged,files,info
} and set relevant read permissions for the directory and sub-directory.