On Sun, May 18, 2014 at 11:15 AM, Curt <[email protected]> wrote: > On 2014-05-18, Richard Owlett <[email protected]> wrote: >> >> My current instance is attempting to modify the max number of >> loop devices. One pellet of Google buckshot reminded me that it >> can be reset for the next re-boot under /etc/modprobe.d . But I >> want to reset it on the fly. > > I'm reading you can *add* another loop device on the fly > with the mknod command: > > mknod -m 660 /dev/loop8 b 7 8
You'll have to run "chown root:disk /dev/loop8" too. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/CAOdo=syv4tdghtcgzc8cp7tj9n_ysjhx0as2jakgen9ghwi...@mail.gmail.com

