1 00:00:06,960 --> 00:00:09,240 - So lsblk is showing 2 00:00:09,240 --> 00:00:12,570 that I have an sdd, which is unused. 3 00:00:12,570 --> 00:00:17,370 So I am going to use gdisk on dev/sdd 4 00:00:17,370 --> 00:00:20,520 and then I need to create a new partition. 5 00:00:20,520 --> 00:00:22,650 So n for new partition number one. 6 00:00:22,650 --> 00:00:25,200 First sector, just accepting the default. 7 00:00:25,200 --> 00:00:26,883 Last sector, +2G, 8 00:00:28,230 --> 00:00:30,990 and enter for the default partition type. 9 00:00:30,990 --> 00:00:34,560 Now, we use p to print so that we can verify 10 00:00:34,560 --> 00:00:38,190 that indeed we have a two gigabyte partition. 11 00:00:38,190 --> 00:00:41,280 W to right and yes to confirm. 12 00:00:41,280 --> 00:00:42,113 And that's it.