To allocate the disk for recording, execute the command in the root mode.
sudo su |
fdisk -l |
where
To delete the disk section, do the following:
Go to the disk where it is necessary to delete a section.
fdisk /dev/sdb |
Delete the section.
d |
Specify the section number.
2 |
Save the changes.
w |
To create a section, do the following:
Go to the disk where it is necessary to create a section.
fdisk /dev/sdb |
Create the section.
n |
Specify the section: primary (p) or extended (e).
p |
1 |
Specify the section 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. |