Rainer Ellinger wrote:
>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
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 t
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/
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?
--
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Conta
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 o
5 matches
Mail list logo