lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 16 Feb 2023 21:35:06 +0100
From:   Reindl Harald <h.reindl@...lounge.net>
To:     linux-ext4@...r.kernel.org
Subject: Re: e4defrag don't work really well



Am 16.02.23 um 20:56 schrieb Eric Sandeen:
> On 2/16/23 12:21 PM, Reindl Harald wrote:
>>
>> Am 16.02.23 um 17:50 schrieb Eric Sandeen:
>>> On 2/12/23 12:14 PM, Reindl Harald wrote:
>>>>
>>>> what's wrong with e4defrag that it pretends it reduced th efragments of a file to 1 while in the next "e4defrag -c" (why does that only list 5 files at all) the same file is listed again with the same old frag count?
>>>
>>> You might want to examine the actual allocation before and after with "filefrag -v"
>>> which could offer some clues to whether anything was modified by e4defrag.
>>>
>>> (I would also suggest that there is no need to defragment a 3-extent 2 megabyte
>>> file, in general.)
>>
>> it's not a question if it's needed
>>
>> the point is it pretends "Success: [1/1]" but a following "e4defrag -c" still says "now/best 3/1"
> 
> I understand. It seems that your irritation at my parenthetical caused you
> to skip over the request for more information from filefrag, though

wehn you call e4defrag *multiple* times it seems to have the expected 
result - erratic operations like this are terrible

also why it's operating over files with already only 1 xtend is also a 
mircale for me - it takes ages to run it over a folder with some hundret 
MB and seems to rewrite each and every file

-----------------

BTW: it's a bad idea that your personal address forwards to gmail - 
google is rejecting any forwarded mail from a proper configured domain 
using SPF

[root@...-rhsoft:~]$ filefrag "/mnt/data/audio/Smokie/Solid 
Ground/Smokie - Little Town Flirt.mp3"
/mnt/data/audio/Smokie/Solid Ground/Smokie - Little Town Flirt.mp3: 3 
extents found

[root@...-rhsoft:~]$ e4defrag "/mnt/data/audio/Smokie/Solid 
Ground/Smokie - Little Town Flirt.mp3"
e4defrag 1.46.5 (30-Dec-2021)
ext4 defragmentation for /mnt/data/audio/Smokie/Solid Ground/Smokie - 
Little Town Flirt.mp3
[1/1]/mnt/data/audio/Smokie/Solid Ground/Smokie - Little Town Flirt.mp3: 
        100%    [ OK ]
  Success:                       [1/1]

[root@...-rhsoft:~]$ filefrag "/mnt/data/audio/Smokie/Solid 
Ground/Smokie - Little Town Flirt.mp3"
/mnt/data/audio/Smokie/Solid Ground/Smokie - Little Town Flirt.mp3: 2 
extents found

[root@...-rhsoft:~]$ e4defrag "/mnt/data/audio/Smokie/Solid 
Ground/Smokie - Little Town Flirt.mp3"
e4defrag 1.46.5 (30-Dec-2021)
ext4 defragmentation for /mnt/data/audio/Smokie/Solid Ground/Smokie - 
Little Town Flirt.mp3
[1/1]/mnt/data/audio/Smokie/Solid Ground/Smokie - Little Town Flirt.mp3: 
        100%    [ OK ]
  Success:                       [1/1]

[root@...-rhsoft:~]$ filefrag "/mnt/data/audio/Smokie/Solid 
Ground/Smokie - Little Town Flirt.mp3"
/mnt/data/audio/Smokie/Solid Ground/Smokie - Little Town Flirt.mp3: 1 
extent found

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ