doktor5000 wrote:Yes and no
rodgoslin wrote:Do I read this aright? If I have a new, unused, unformatted 4TB drive in the machine when I come to install Mga6, then the facility is there to partition it as GPT. But, once the machine is setup, then there is no way to setup a new drive, in the same condition as above, for a larger partition than 2TB.
rodgoslin wrote:The idea of an SDD interests me, but the increased performance is of little concern to me, but the price is!.
#>parted /dev/sda
GNU Parted 3.0
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
#>(parted) mklabel gpt
#>(parted) unit TB
#>(parted) mkpart primary 0 -0
#>(parted) print
Model: ATA WDC WD40EZRX-00S (scsi)
Disk /dev/sda: 4.00TB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 0.00TB 4.00TB 4.00TB primary
#>(parted) quit
mkfs.ext4 -L MYBIGDISK /dev/sda1
Users browsing this forum: No registered users and 1 guest