On 09/20/08 18:42, Stephen Liu wrote:
--- nate <[EMAIL PROTECTED]> wrote:
Stephen Liu wrote:
The module seem non-existing.
$ ls -l /lib/modules/$(uname -r)/kernel/drivers/block/loop.ko
ls: /lib/modules/2.6.18-xen/kernel/drivers/block/loop.ko: No such
file
or directory
How about
[EMAIL PROTECTED]:~]$ grep -i loop /boot/config-`uname -r`
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
Hi nate,
# grep -i loop /boot/config-`uname -r`
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_XEN_NETDEV_LOOPBACK=y
Then there's no need to load the loop driver, since it's already
built into the kernel.
--
Ron Johnson, Jr.
Jefferson LA USA
"Do not bite at the bait of pleasure till you know there is no
hook beneath it." -- Thomas Jefferson
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]