XFS ファイルシステムでの shred のサポート
Issue
-
shred が XFS で機能しない場合があります
-
shred が journald ファイルシステムとして xfs で機能しない場合があります
man ページからの抜粋 (man shred)
注意: shred は、重要な前提 (ファイルシステムによりその場でデータが
上書きされてしまう) に基づいています。 従来はそのように実行されていましたが、最近の
ファイルシステムの設計の多くはこの前提を満たしていません。 以下は、
shred が効果的でない、またはすべてのシステムモードで効果的であると保証されない
ファイルシステムの例です。- log-structured or journaled file systems, such as those supplied with AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.) - file systems that write redundant data and carry on even if some writes fail, such as RAID-based file systems - file systems that make snapshots, such as Network Appliance's NFS server - file systems that cache in temporary locations, such as NFS version 3 clients - compressed file systems
Environment
- Red Hat Enterprise Linux 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.