Direkt zum Inhalt | Direkt zur Navigation

Benutzerspezifische Werkzeuge

This is SunRain Plone Theme

Sektionen

Sie sind hier: Startseite / Unix / Linux / mount: could not find any free loop device

mount: could not find any free loop device

loop über Modul Laden

1. Erzeugen loop.conf in /etc/modprobe.d/

2. Einfügen in loop.conf

options loop max_loop=64

3. Reloaded loop module

/sbin/rmmod loop && /sbin/modprobe loop

grub2 ubuntu

Wenn das loop Device über den Kernel geladen wird:

edit /etc/default/grub und ändern:

GRUB_CMDLINE_LINUX_DEFAULT="quiet max_loop=255"

grub.cfg neu schreiben lassen:

update-grub

Artikelaktionen