[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mount: could not find any free loop device



OTOH creating /dev/loop/1 to /dev/loop/100 solves the mount failure,
and you have 100 loop devices without cluttering /dev.
as root:

for i in `seq 1 100`; do mknod /dev/loop/$i b 7 $i; done

cvevans


Reply to: