Date: Tue, 21 Feb 2006 23:07:27 +0100 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Balgansuren Batsukh <balgaa@mongol.net>, freebsd-current@freebsd.org Subject: Re: partition for GELI disk Message-ID: <20060221220727.GA8554@garage.freebsd.pl> In-Reply-To: <20060221181419.GC2996@galgenberg.net> References: <00c101c636d3$938823d0$0201000a@JACK> <20060221181419.GC2996@galgenberg.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 21, 2006 at 07:14:19PM +0100, Ulrich Spoerlein wrote: +> The problem is known (at least) to me. The last '*' will expand to the +> complete remaining size of the disk, not taking the offset '16' for +> partition 'a' into account. So either change the offset of 'a' to '0' +> (why is there such an offset anyway?) or calculate it by hand. It is very, _very_ important. Those 16 secotors is where bsdlabel(8) store its metadata. If you put 0 there, be ready to lose your partitions. Swap skips first 16 sectors, so it won't touch it. UFS skips first 16 sectors, so you are safe here as well, but those are evil hacks. If you configure something else on first partition which starts at offset 0 (eg. encrypted partition) you are in big troubles. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD+48fForvXbEpPzQRAiLAAJ9gFtJEdFpeIf1hYXLohRcl5T9O7wCcCxy/ ENtZ3hPnbaFckcs8q9dOYcQ= =kgL9 -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060221220727.GA8554>