Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-03-2004, 09:03 PM
|
#1
|
Member
Registered: Mar 2004
Location: New York
Distribution: Fedora
Posts: 92
Rep:
|
What is Loop Device Support?
Hi guys,
I got an error that my kernel does not have loop device support, what is it and how would I load or get it?
Thanx
Dswissmiss
|
|
|
08-03-2004, 09:22 PM
|
#2
|
Senior Member
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290
|
Loop device support allows you to mount files formatted with filesystems on your machine (done through a loopback device). To enable it, you'll have to build the appropriate kernel module and modprobe it into your system. The easiest way I know to do this is go to your Linux source tree, make xconfig (or menuconfig), select to configure loop device support as a module, make modules, and make modules_install. You may want to compile it into your kernel (not as a module) in which case see the threads here about recompiling your kernel.
|
|
|
08-03-2004, 09:25 PM
|
#3
|
Member
Registered: Sep 2001
Distribution: Ubuntu, Debian, Gentoo
Posts: 162
Rep:
|
Enable it under your kernel config.
# cd /usr/src/linux && make menuconfig
Then you will see the option under Device Drivers -> Misc -> Loopback support. Finally, recompile your kernel and move it to /boot. This is useful if you would like to mount an ISO cd image without having to burn it like this "mount -o loop /home/foo/foo.iso /mnt/loop" :-)
Kristian Hermansen
|
|
|
08-03-2004, 09:36 PM
|
#4
|
LQ Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Rep:
|
before you go doing anything as drastic as recompiling your kernel, make sure its not just that the module isnt loaded...
the module is called..... "loop" so load it with 'modprobe loop'
or, open your kernels config file, and search for the string 'LOOP'
|
|
|
All times are GMT -5. The time now is 11:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|