Can anyone reproduce this bug?

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
GJones
Donor
Posts: 300
Joined: 22. Jul 2011, 23:27

Can anyone reproduce this bug?

Post by GJones »

When copying large amounts of data (in my case, a 1 GB file) from a USB stick to the hard drive...

- Copying to an ext4 filesystem: lag galore. Cursor freezes, applications freeze, everything is unresponsive until the transfer is finished.

- Copying to an XFS filesystem: no lag whatsoever. System remains completely responsive while copying the file(s).

I'm starting to wonder if some of the performance issues I've seen on Linux stem from using ext4. Has anyone else seen this issue? Are there any mount flags for ext4 that could help, e.g. maybe turning off delayed allocation?
User avatar
gapan
Salix Wizard
Posts: 6368
Joined: 6. Jun 2009, 17:40

Re: Can anyone reproduce this bug?

Post by gapan »

I can only say that I have never really used ext4 on a daily basis, I've been using xfs for years now and I've never had such problems...
Image
Image
User avatar
witek
Posts: 233
Joined: 16. Nov 2009, 13:41
Location: Poland.Łódź

Re: Can anyone reproduce this bug?

Post by witek »

I also stay with XFS, at least for large partitions to hold my data. But I observed the same: cursor freezes, applications freeze, everything is unresponsive when I copied big files from USB stick to NTFS partition. Apparently ntfs-3d driver was to blame.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Can anyone reproduce this bug?

Post by thenktor »

No problems here with any Linux file systems.
witek wrote:Apparently ntfs-3d driver was to blame.
ntfs-3g is a mess when it comes to CPU usage. One of the reasons I'm using Linux file systems on all my USB sticks, too. Who cares about Windows users? :mrgreen:
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
GJones
Donor
Posts: 300
Joined: 22. Jul 2011, 23:27

Re: Can anyone reproduce this bug?

Post by GJones »

Yes, this does in fact seem to involve delayed allocation. With delalloc, my laptop lags like mad when copying a 1 GB file from the home partition to the root partition. With nodelalloc, it performs as I'd expect it to, i.e. things take longer but graphical applications do not lag.
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: Can anyone reproduce this bug?

Post by JRD »

No problem and no lag to copy from USB to a internal ext4 partition here.
Image
Post Reply