Date: Sun, 14 Aug 2005 22:46:50 +0000 (UTC) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/bsdlabel bsdlabel.c Message-ID: <200508142246.j7EMkogU091288@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2005-08-14 22:46:50 UTC FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.c Log: Attempt to improve the logic for automatically sizing partitions to take into account the new default of starting the first partition after the boot blocks instead of at sector 0. If you used automatic sizing when the first partition did not start at 0, you would get an error that the automatically sized partition extended beyond the end of the disk. Note that there are probably still many more complex cases where automatic sizing and placement will not work (e.g. non-contiguous or out of order partitions). Revision Changes Path 1.111 +62 -5 src/sbin/bsdlabel/bsdlabel.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508142246.j7EMkogU091288>