people sometimes recommend to fully fill the disk with random data
That's exactly what
shred does.
I forget shred also work on
/dev/* directly. From what i've seen, using command such as dd
if=/dev/urandom of=/dev/sda ... is more common.
Shredding individual files doesn't work on SSD due to wear leveling, but shredding the entire disk works fine: it fills the entire disk with random data (multiple times by default).
Even shredding or filling entire disk doesn't give 100% guarantee, due to feature called over-positioning (some people call it spare NAND flash/chip).
--snip--
I was just going off of the less techy perspective of airgap that can be attributed to the majority of Bitcoiners (I would think). I doubt they will go that far. And LoyceV is right, making backups is without a doubt important. But I am also talking about the physical parts. Every backup will eventually age. Meaning degradation of the disk, physically, through age and temperature and etc...
Perhaps it would be wise to make backups of your Bitcoin device every n amount of years with new devices?
Fair point. What i say is more related to prevent our data being recovered, rather than possible issue you mentioned earlier.