I have the following partitions when I run lsblk
in a terminal:
How can I use the 500G size vdb
area?
How can I check if vdb
already has a partition or if I need to create a new one?
I have the following partitions when I run lsblk
in a terminal:
How can I use the 500G size vdb
area?
How can I check if vdb
already has a partition or if I need to create a new one?
I also did what Nick Weinberg was mentioning. It just worked fine for me and able to partition 4TB disk using Gparted application from installer DVD.
OS: Live Mint 17.3 ROSA
parted -l
lists your partitions and formatting. To create a new file system see https://askubuntu.com/questions/517354/terminal-method-of-formatting-storage-drive – Takkat May 08 '16 at 15:35