To allocate the disk for recording, run the command as a root.
sudo su |
fdisk -l |
where
To delete the disk partition, do the following:
Go to the disk on which you want to delete a partition.
fdisk /dev/sdb |
Delete the partition.
d |
Specify the partition number.
2 |
Save the changes.
w |
To create apartition, do the following:
Go to the disk on which you want to create a partition.
fdisk /dev/sdb |
Create the partition.
n |
Specify the partition type: primary (p) or extended (e).
p |
1 |
Specify the partition size. G—gigabytes, M—megabytes, K—kilobytes.
+5G |
Save the changes.
w |
To create the archive as a disk, do the following:
Set the Format checkbox and click the Apply button.
At this point you cannot change the archive size. |