From owner-freebsd-current@FreeBSD.ORG Sat Aug 2 08:09:00 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7656C37B401; Sat, 2 Aug 2003 08:09:00 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E40843FB1; Sat, 2 Aug 2003 08:08:56 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h72F8q0U022904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 2 Aug 2003 18:08:52 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h72F8oYT022899; Sat, 2 Aug 2003 18:08:50 +0300 (EEST) (envelope-from ru) Date: Sat, 2 Aug 2003 18:08:50 +0300 From: Ruslan Ermilov To: current@FreeBSD.org Message-ID: <20030802150850.GB20186@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UHN/qo2QbUvPLonB" Content-Disposition: inline User-Agent: Mutt/1.5.4i cc: Marcel Moolenaar cc: Poul-Henning Kamp Subject: MSDOSFS woes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 15:09:00 -0000 --UHN/qo2QbUvPLonB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Gang, :-) While working with Marcel on a bootable CD-ROM for IA64 issue, I've stumbled upon the following problem. I needed to increase the size of the EFI partition (which is an MS-DOS file system) to 64M, and that made two of my machines stuck solidly -- a lot of process are waiting on the "wdrain" event. The issue is not IA64 specific, both machines in question are i386. The following script makes my machines unhappy: EFISZ=3D131072 dd if=3D/dev/zero of=3D$BASE/$EFIPART count=3D$EFISZ md=3D`mdconfig -a -t vnode -f $BASE/$EFIPART` newfs_msdos -F 12 -S 512 -h 4 -o 0 -s $EFISZ -u 16 $md mount -t msdosfs /dev/$md /mnt dd if=3D/dev/zero of=3D/mnt/foo Changing to the -F 16 does not take any (good) effect. Anyone is interested in narrowing it down? Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --UHN/qo2QbUvPLonB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/K9QCUkv4P6juNwoRAlmZAJ46svPYSP4t4dDwcFoxz+0vpYmgFQCfXoUq 3jtqGE8EFAxDMzCEg2oC0ew= =q/7I -----END PGP SIGNATURE----- --UHN/qo2QbUvPLonB--