From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 02:13:09 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D333116A4CE for ; Mon, 7 Feb 2005 02:13:09 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A1AA43D39 for ; Mon, 7 Feb 2005 02:13:09 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id j172D7G02943; Sun, 6 Feb 2005 21:13:07 -0500 (EST) From: Jerry McAllister Message-Id: <200502070213.j172D7G02943@clunix.cl.msu.edu> To: nuckingfutsto@hotmail.com (GRF .) Date: Sun, 6 Feb 2005 21:13:06 -0500 (EST) In-Reply-To: from "GRF ." at Feb 06, 2005 08:02:04 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Can I Resize A FreeBSD Partition Without losing Data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 02:13:09 -0000 > > I started to play with WINE and realized I need more space on my FAT32 > partition. I don't want to re-install FreeBSD. Is there a tool like > Partion Magic which will change the size of the FreeBSD filesystem without > losing data? I dont care if it runs In Windows or FreeBSD or if it will > only resize the FreeBSD slice and then I have to use a second tool like > Partition Magic to resize the FAT32 partition. I just don't want to > reinstall FreeBSD. Is there a solution to my problem? Not sure just what your current space is organized like. You seem to be using partition and slice interchangeably, but they are different. Your fat32 would be a slice in FreeBSD. A partition would be a subdivision of a slice. Basically, though, it all depends on where you spare space on the disk resides. Generally, you can use Partition Magic to increase the FAT32 slice without reinstalling FreeBSD only if there is empty - unallocated (eg not in any slice, just ignored) - space contiguously following the fat32 slice. If the empty space is anywhere else or requires any moving of the FreeBSD slice, it is not doable with current tools. Within the FreeBSD slice, you can also possibly expand a partition into unallocated space - but must already be in the slice - if it is contiguous using the growfs utility. It doesn't sound like this is what you are looking for, though, because it doesn't affect the fat32 slice. I don't know quite what the objection to reinstalling FreeBSD is, but it would seem like the easiest way to back up everything of your own that you want to preserve and then rebuild the whole machine from scratch - at least the FreeBSD part. ////jerry > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >