About 433,000 results
Open links in new tab
  1. how to make a loop mount in /etc/fstab with UUID

    Apr 23, 2019 · 1 I have created a loop device and added it to /etc/fstab I got its UUID from the output of the blkid command (it does print a UUID for the particular device after running …

  2. Boot loop device as root file system - Unix & Linux Stack Exchange

    Jun 22, 2022 · 0 I created an ext4-filesystem on a loop device with all necessary files to boot with, e.g.: /bin /boot /dev /lib /mnt /etc ... Now I want to boot from the loop device as an image (let's …

  3. symlink - How to suppress the impact of 'File system loop …

    Dec 4, 2022 · How to suppress the impact of 'File system loop detected' warnings on the exit status of the 'find' command? Ask Question Asked 3 years ago Modified 3 years ago

  4. files - Filesystem infinite loop - Unix & Linux Stack Exchange

    Dec 4, 2021 · So I accidentially created an infinite loop by copying a parent folder into the current one and now it loops infinitely. Is it safe to delete the folder? Or how do I delete the looping …

  5. loop device - losetup: How to use the -f option? - Unix & Linux …

    Jan 6, 2022 · If you want to select which loop device will be used, you need to use this syntax losetup /dev/loopX mydata.img The man page is a little bit confusing, but technically correct, …

  6. linux - Every time I boot into Ubuntu, it shuts down immediately …

    Apr 18, 2021 · 2 I am trying to boot into Ubuntu system 20.04 LTS. However, every time I turn on, for about 5 seconds loading something, then it suddenly shuts down. It then automatically …

  7. How to increase the size of a loop virtual disk?

    Jun 29, 2020 · After mounting the bigger image on loop device, the size of the device is increased accordingly. Then, as Artem wrote, I only had to resize the second partition, et voilà.

  8. How to loop-mount RHEL 8 ISO of intallation disk on the ... - linux

    Dec 11, 2022 · How to configure system to automatically loop-mount the ISO of the installation disk on the directory /repo? (RHEL 8 install on Virtual Box) could you please list and explain …

  9. Why is it possible to "loop" a filesystem by mounting it to one of …

    Aug 12, 2021 · Why is it possible to "loop" a filesystem by mounting it to one of its folders? Probably because it would be a lot of work to prevent it and nothing bad can really come from it.

  10. What is the difference between mount and mount -o loop

    Sep 5, 2018 · Both versions use loop devices, and produce the same result; the short version relies on “cleverness” added to mount in recent years. mount -o loop tells mount explicitly to …