Date: Wed, 27 Feb 2002 04:26:26 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: chat@freebsd.org Subject: linux and newfs -b 16384 -f 2048 Message-ID: <20020227022626.GA17146@hades.hell.gr>
next in thread | raw e-mail | index | archive | help
A recent post in one of the Greek Linux user lists, revealed that linux UFS support lacks a 16384 block size in the UFS filesystem support. The user who asked thought that it was a bug of the linux kernel, and I pointed to Sheldon's post of benchmarks/tests in -arch. It seems that the linux kernel lacks a 16384 block size: > in my kernel messages: > ufs_read_super: fs_bsize 16384 != {4096, 8192, 32768} > ufs_read_super: bad magic number Adding the block size, and checking that the fragment size of 4096 is also on the list of fragment sizes solved his problems :-))) Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020227022626.GA17146>