Date: Sun, 13 Mar 2005 01:28:00 -0800 From: "Loren M. Lang" <lorenl@alzatex.com> To: Chris <racerx@makeworld.com> Cc: FreeBSD - Questions <freebsd-questions@freebsd.org> Subject: Re: How to merge an unused partition. Message-ID: <20050313092800.GC18080@alzatex.com> In-Reply-To: <4233AEFB.4010801@makeworld.com> References: <4233AEFB.4010801@makeworld.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--HG+GLK89HZ1zG0kk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 12, 2005 at 09:09:47PM -0600, Chris wrote: > Heya folks - here's my issue; I removed a OS from my drive and that freed > up 10 gig. I wish to "merge" the free 10 gig into my FreeBSD file system. >=20 > Here's what she looks like via fdisk: >=20 > Disk name: ad1 FDISK Partition=20 > Editor > DISK Geometry: 9729 cyls/255 heads/63 sectors =3D 156296385 sectors (763= 16MB) >=20 > Offset Size(MB) End Name PType Desc Subtype >=20 > 0 10236 20964824 - 12 unused 0 > 20964825 66079 156296384 ad1s1 8 freebsd 165 > 156296385 2 156301487 - 12 unused 0 >=20 >=20 > So - what do I need to do to take the 1st line and merge it into the=20 > existing system? The big problem with merging it in is that everything is designed to grow at the end, not at the beginning. growfs can be used to extend a filesystem afterwards, but not before. One idea that might work is to use some kind of volume management system like vinum. If your current system already used that, this would be a simple matter. What you could do though it to setup vinum on the unused partition and start moving data over. Eventually you could extend vinum with the second partition once all the data is moved over. If you aren't using more than about 9 gigs total on freebsd right now, then you just have to move data over once. >=20 > Sorry for the formatting >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 =20 --HG+GLK89HZ1zG0kk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFCNAegbTXoRwEYo9IRArcXAJ4vF6pfkzk3QQIWJeGVizDjgru5gACfZeHh ExpaXv9GV+Mx+aHYJB+aDEE= =NisJ -----END PGP SIGNATURE----- --HG+GLK89HZ1zG0kk--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050313092800.GC18080>