Friday, 13 May 2016

Proper partitioning WD Red 4T disk

I partitioned my disk in NAS by the following way:

parted /dev/sdc


at the parted prompt 

mklabel gpt mkpart primary ext4 4096s 100%

align-check opt 1

quit


Formating the drive:

mkfs.ext4 -L lia_store /dev/sdb1

reboot

No comments:

Post a Comment