Sjmarf to Programmer [email protected] • 6 months agoDefragged Zebrash.itjust.worksmessage-square45fedilinkarrow-up11.14K
arrow-up11.14KimageDefragged Zebrash.itjust.worksSjmarf to Programmer [email protected] • 6 months agomessage-square45fedilink
minus-square@[email protected]linkfedilink2•5 months agoyea you might actually be right. I Played with my fstab too much years ago, and never thought of that until now But does that flag affect manually running xfs_fsr?
minus-square@[email protected]linkfedilinkEnglish2•5 months agoAccording to the man(8) page, it will avoid touching any blocks that have the chattr -f flag set, which is XSR_XFLAGS_NODEFRAG… So I think if the docs are still accurate to the code, yes. A lot of ifs in that assumption.
yea you might actually be right. I Played with my fstab too much years ago, and never thought of that until now
But does that flag affect manually running xfs_fsr?
According to the man(8) page, it will avoid touching any blocks that have the
chattr -f
flag set, which is XSR_XFLAGS_NODEFRAG… So I think if the docs are still accurate to the code, yes.A lot of ifs in that assumption.