Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2008 11:15:51 +0100 (CET)
From:      Pieter Donche <Pieter.Donche@ua.ac.be>
To:        "mail.list freebsd-questions" <freebsd-questions@freebsd.org>
Subject:   newinstall and GPT
Message-ID:  <Pine.GSO.4.63.0812041055560.9314@hmacs.cmi.ua.ac.be>

next in thread | raw e-mail | index | archive | help
If one would use GPT (GUID (Globally Unique Identifier) Partition
Table right from the start of an installation of a new system,
how must one proceed ?

During install from a DVD, first you are asked to do a DOS-style ("fdisk")
partitioning (slice making in FreeBSD parlance), which would be responded 
with "A=Use Entire Disk".

What if you have, say 8 TB disk space (in RAID6, presenting itself
as a single "unused" space), will fdisk be able to deal with that ?
Has fdisk a limit as to the number of sectors (2^31- 1 = 2TB) ?
If fdisk can't deal with that, what then ???

Bsdlabel, the next tool coming up after fdisk, uses 32-bit integers
can't be used for 8 TB available space. Then GPT would have to be used
(uses 64-bit integers). How to proceed ?
Should your first during initial go for bsdlabel, and only use maximum 
2TB, continue with the rest of the install and then, after install, 
use GPT to change the FreeBSD existing partitions?

Any documents describing a FreeBSD install for large diskspaces with GPT ??







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.63.0812041055560.9314>