What is the meaning of dev/loop in fdisk -l

A loop device is a pseudo device (actually just a file) that acts as a block-based device. If you want to mount a file, you must first create a loop block device that is backed by the file.

Here is a more detailed explanation:

1 Like