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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 24 Dec 2008 11:43:28 +0900
From:	Akira Fujita <a-fujita@...jp.nec.com>
To:	Zhang Xiliang <zhangxiliang@...fujitsu.com>
CC:	linux-ext4@...r.kernel.org
Subject: Re: Problems with Online Defragmentation (was: Re: bugs of Online
 Defragmentation)

Hi,
Zhang Xiliang wrote:
> Hi,
> 
> I tested Online Defrag by using the new code.
> When I have space left which is less than 40M, I can't use e4defrag 
> function.
> 
> Does the Online Defragmentation need some space left which is greater 
> than a value? 40M?
> 

Yes.  Ext4 online defrag needs more than the target file size.
In this case, your file size might be greater than left space.

If you failed in defrag, -v option might be helpful
to find the reason as follows:

[root@...086 KERN]# ./e4defrag -v /mnt/mp1/file1
ext4 defragmentation for /mnt/mp1/file1
[1/1] "/mnt/mp2/WORK/file1"
     Defrag size is larger than FileSystem's free space        [ NG ]
  Success:            [0/1]

Regards,
Akira Fujita

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ