atom feed9 messages in org.freebsd.freebsd-amd64ext2 filesystem lockups
FromSent OnAttachments
Markus TrippelsdorfFeb 23, 2005 7:31 am 
David O'BrienFeb 23, 2005 9:57 am 
João Carlos Mendes LuísFeb 23, 2005 2:35 pm 
Markus TrippelsdorfFeb 23, 2005 4:07 pm 
AstrodogFeb 23, 2005 5:20 pm 
João Carlos Mendes LuísFeb 24, 2005 4:05 am 
Bruce EvansFeb 24, 2005 9:30 am 
AstrodogFeb 24, 2005 7:56 pm 
AstrodogFeb 24, 2005 7:59 pm 
Subject:ext2 filesystem lockups
From:João Carlos Mendes Luís (jon@jonny.eng.br)
Date:Feb 23, 2005 2:35:19 pm
List:org.freebsd.freebsd-amd64

David O'Brien wrote:

On Wed, Feb 23, 2005 at 04:29:19PM +0100, Markus Trippelsdorf wrote:

When copying large files to a locally mounted ext2 filesystem my system always locks up. Is this a known problem in 64bit mode?

Just curious: what is the drive interface with the ext2fs? IDE?

I had lots of freezing problems on an ASUS K8V SE deluxe, 2 Seagate SATA 200G drives under Promise Raid. It appeared to me that the problems were caused by something in the IDE interface after lots of data have flowed through it.

The very same hardware is now on 32-bit mode FreeBSD 5.3-stable, without any problems at all.

Which filesystem is recommended for multi-OS file exchange?

I've heard enought reports of ext2 problems on 32-bit i386, that I don't trust it in situations that "have to work". By far the most widely supported FS is vfat32 [mount_msdosfs(8)].

The last time I had to use msdosfs, on 4.* it was extremely slow compared to UFS on the same disk. Did this get better on 5.*?