On Tuesday 28 October 2008 11:57, Bernard Wu wrote:
>But there is no /etc/modules.conf .
>There is a modprobe.conf and a modprobe.conf.local.  A grep of loop on
>modprobe.conf shows :
>
>alias block-major-7       loop
>
>Maybe this explains why it fails when I try to mount loop8.

Nope.  That 7 is the *major* device number associated with the loopback device
driver.  Each loopback device uses a *minor" device number to differentiate
it.  Do a "ls -l /dev/loop*" and you will see that all have major device 7
and the minor devices differ.  You can just make more device nodes if your
system doesn't have the max_loop thing.
        - MacK.
-----
Edmund R. MacKenty
Software Architect
Rocket Software, Inc.
Newton, MA USA

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to