I am running Ubuntu 18.04 on a server which at present only uses the system SSD for file storage. I have now connected a SATA HDD of 16TB which fdisk
recognises at dev/sda
as 14.6TiB. System disk appears to be named /dev/mapper/sda3_crypt
(it is encrypted).
I am new to this and am wondering how to best install this new drive. Should I partition it into several different partitions? Should I use fdisk
at its maximum 2G, or go for parted
or something else?
Where and how in the file structure is it common practice to mount storage drives such as this one?