Menu

#3 journaled filesystems

open
None
1
2015-02-27
2008-08-29
bewisw
No

Maybe I'm just incapable of finding the answer to my question but i still did not find out wether srm can erase data on journaled files systems like reiserfs.

An information on this website or the manpage would be pretty useful in the future...

anyway thanks for secure rm!

Discussion

  • bewisw

    bewisw - 2008-08-29
    • priority: 5 --> 1
     
  • Dirk Jagdmann

    Dirk Jagdmann - 2008-11-21

    Of course srm can delete files on any file system supported by your kernel. It uses normal routines to overwrite the data.
    Of course your real question is, if the data really reaches the hard disk with those multiple passes when using a journaled file system. An intelligent journalling file system might notice that the pending data writes could be omitted because the file was just deleted and thus skip those write operations.

    Currently srm disables journalling of the file's data for ext3 file systems. I can't tell if it really works as advertised. All of this is still work in progress and some improvements are schedules for future releases.

     
  • Dirk Jagdmann

    Dirk Jagdmann - 2009-08-17
    • assigned_to: nobody --> doj
     
  • Aaron

    Aaron - 2015-02-27

    The default filesystem in CentOS 7 is XFS (also a journal file system)

    In my experience, the only way to keep sensitive data off the drive is to encrypt it and/or use tmpfs with encrypted swap. (tmpfs is swap backed, thus defeating the purpose of a ram disk for sensitive data)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.