Announcement

Collapse
No announcement yet.

Linux 5.0 File-System Benchmarks: Btrfs vs. EXT4 vs. F2FS vs. XFS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    i don't see benchmarks of real workloads like 'create snapshot' or 'cp --reflink'

    Comment


    • #22
      Originally posted by pal666 View Post
      i don't see benchmarks of real workloads like 'create snapshot' or 'cp --reflink'
      Patches of new test profiles/scripts always welcome for inclusion.
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #23
        Originally posted by edgmnt View Post
        And what happens when KeePassX fills in a password in Firefox and that gets swapped out to disk? Or if it crashes and ends up in a coredump?
        don't give physical access to adversaries
        or encrypt swap
        or don't use swap

        Comment


        • #24
          But... reflink with XFS is stable or not?

          Comment


          • #25
            Originally posted by man-walking View Post
            But... reflink with XFS is stable or not?
            It is on Btrfs. It works great.
            I use alias cp='cp --reflink=auto' in my bash profile.
            Last edited by S.Pam; 08 January 2019, 10:46 AM.

            Comment


            • #26
              Originally posted by Spam View Post

              It is on Btrfs. It works great.
              I use alias cp='cp --reflink=auto' in my bash profile.
              Of course, I use it with snapshots too, but I'm interested in XFS implementation, some month ago I red that reflink was in beta for XFS

              Comment


              • #27
                I wonder what would be the results for ext4 after my usual tuning: noatime,nobarriers,data=writeback.
                On the other hand, these optimizations mostly affect write performance, so read performance perhaps will remain the same?

                Comment


                • #28
                  Originally posted by schmidtbag View Post
                  I run plain unencrypted disks for all of my home PCs.
                  Me too. My laptop and other PC are unencrypted.
                  Last edited by Vistaus; 08 January 2019, 01:31 PM.

                  Comment


                  • #29
                    Originally posted by debianxfce View Post

                    It is crazy to live in a physically and virtually unsafe place. Developing countries have fixed adsl lines and ip adresses, while modern countries have cheap care free 4G mobile networks. When I was using adsl, I had 100 attackers per day to my router firewall, with 3G/4G mobile networks zero.
                    Even modern countries still offer ADSL. Here in my country, it's still the second most used internet access technology (or whatever you call it) besides Fiber. And I do live in a modern, Western European country.

                    Comment


                    • #30
                      Originally posted by Yalok View Post
                      I wonder what would be the results for ext4 after my usual tuning: noatime,nobarriers,data=writeback.
                      On the other hand, these optimizations mostly affect write performance, so read performance perhaps will remain the same?
                      Is that safe to apply on SSD's? My SSD is modern (this is a 2018 laptop).

                      Comment

                      Working...
                      X