On Fri, 28 Sep 2007 at 8:49pm, Benjamin Carr wrote
Issue number one -- don't use fdisk, as it doesn't support devices that
big. Use parted instead:
parted /dev/sdc
mklabel gpt
mkpart primary ext2 0 11TB
quit
where you may have to sub some other value for the "11TB" in the mkpart
line -- I forget the exact syntax.
--
Joshua Baker-LePain
QB3 Shared Cluster Sysadmin
UCSF
-