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

Re: max_loop option not working for autofs



Charles Lewis wrote:
> Hrm...I guess you mean that I need to create /dev/loop8 thru
> /dev/loop63? I didn't realize I needed to do this. How do I do this?

for i in $(seq 8 63) ; do mknod /dev/loop$i b 7 $i ; done
chmod 660 /dev/loop* ; chown 0.disk /dev/loop*

> Also, what impact on memory will this have?

The usage of a couple of inodes - nearly no impact.

-- 
rainer@ellinger.de



Reply to: