storage

All posts tagged storage

Software >

(on Wikipedia)
https://github.com/libfuse/libfuse

An interface for userspace programs to export a filesystem to the Linux kernel.

Running things under FUSE is sub-optimal. It’s better to run under the kernel directly. However, userland stuff is the only way to achieve certain effects, like everyday user control or to work around licensing issues.

Fuse is not secure! – Noted on https://github.com/libfuse/libfuse. See issue #15

  • acronym: Filesystem in Userspace

Continue Reading

TODO – split this into three documents: file, partition, drive

StrangePolice.com -- destroy_computer

Projects >
Computers > Digital forensics / Computer security >

The secure erasure of data.

I’ve also heard this called “data sanitization”.

NOTE – This information IS BAD. Other methods must be used to actually securely erase hard drives, but this project was killed before I could investigate them.

NOTE – Sterilizing SSDs are a totally different topic than sterilizing hard drives. I wouldn’t trust an SSD to be securely erasable at all. For an SSD, use fire. Yes, this means that you cannot give, sell or return an SSD if it had sensitive data on it.

See also:



Continue Reading