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

Re: Problem on modprobe loop



On 09/20/08 18:42, Stephen Liu wrote:
--- nate <debian-user@aphroland.org> 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


[aphro@portal:~]$ 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


Reply to: