Hi.
I'm trying to create regular files and set them up to be used as disks.
I'm using fdisk utility, and AFAIK, we must first create partitions and then format them.
Here are my steps:
Creation of the file
dd if=/dev/random of=file2GB bs=1MB count 2000
Create new partition and its partition...