max_loop option not working for autofs

2002-09-08 Thread Charles Lewis
I'm trying to using autofs/samba to make many iso images availabe to windows users. I have all the entries in auto.isosrv. In addition, I created static links to them all in a shared samba directory (in order to make the iso images browseable from a windows box) I can successfully mount them

Re: max_loop option not working for autofs

2002-09-08 Thread Charles Lewis
Rainer Ellinger wrote: Charles Lewis wrote: lilo.conf append = mem=nopentium max_loop=64, however this does not seem to affect anything. And you've created the correlative loop devices in /dev? Hrm...I guess you mean that I need to create /dev/loop8 thru /dev/loop63? I didn't

Re: max_loop option not working for autofs

2002-09-08 Thread Rainer Ellinger
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