I want to format a USB-Drive (/dev/sdc) and make multiple partitions each of a different type using fdisk. My fdisk uses sectors(not cylinders) to create a new partition.
/dev/sdc1 <- NTFS (10GiB)
/dev/sdc2 <- Fat32 (04GiB)
Can someone please provide the step by step method to be used in a terminal ?
http://oi67.tinypic.com/34h9v1z.jpg
http://oi68.tinypic.com/2954t5i.jpg
man fidsk
– waltinator Apr 14 '17 at 15:55