From owner-freebsd-arm@FreeBSD.ORG Tue May 6 17:35:29 2014 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79978A2C for ; Tue, 6 May 2014 17:35:29 +0000 (UTC) Received: from mail-n.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail-n.franken.de", Issuer "Thawte DV SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DE7FD9D for ; Tue, 6 May 2014 17:35:29 +0000 (UTC) Received: from [10.225.7.42] (unknown [194.95.73.101]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTP id CBE9B1C0B3F66 for ; Tue, 6 May 2014 19:35:25 +0200 (CEST) From: Michael Tuexen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Problem with resizing partitions on RPi Message-Id: <6041302A-A4B2-4ACC-8B01-0DA29CEC5DE2@freebsd.org> Date: Tue, 6 May 2014 19:35:24 +0200 To: "freebsd-arm@freebsd.org" Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 17:35:29 -0000 Dear all, I just installed a freshly build rr265449 on a SD card for a RPi and = wanted to resize the filesystem, as I did a couple of times in the past. However, it doesn't work anymore: root@raspberry-pi:/home/tuexen # uname -a FreeBSD raspberry-pi 11.0-CURRENT FreeBSD 11.0-CURRENT #49 r265449M: Tue = May 6 17:25:18 CEST 2014 = root@bsd5.fh-muenster.de:/usr/home/tuexen/obj/arm.armv6/usr/home/tuexen/he= ad/sys/RPI-B arm root@raspberry-pi:/home/tuexen # gpart show =3D> 63 31116225 mmcsd0 MBR (15G) 63 65520 1 !12 [active] (32M) 65583 2031561 2 freebsd (992M) 2097144 29019144 - free - (14G) =3D> 0 2031561 mmcsd0s2 BSD (992M) 0 2031561 1 freebsd-ufs (992M) root@raspberry-pi:/home/tuexen # gpart resize -i 2 mmcsd0 gpart: resizing will lead to unexpected shrinking due to alignment: = Device busy Any idea what is going wrong? Best regards Michael=