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 But I guess that covers only half of the word "modify." -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

