<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: loopfs in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206652#M10331</link>
    <description>Yep, you need to make sure you have the loopback device compiled in your kernel.&lt;BR /&gt; &lt;BR /&gt;You'll find it under "block devices", not filesyste,</description>
    <pubDate>Tue, 02 Mar 2004 07:43:58 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2004-03-02T07:43:58Z</dc:date>
    <item>
      <title>loopfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206649#M10328</link>
      <description>I get the following message when running mondoarchive:&lt;BR /&gt;&lt;BR /&gt;Fatal error. Can't loopmount /ASU/tmp.mondo.10647/mindilinux/5582/mountpoint.5582; does your kernel support loopfs? If not, please recompile&lt;BR /&gt;your kernel. Your Linux distro is broken.&lt;BR /&gt;&lt;BR /&gt;I ran xconfig, and loooked under filesystem, but I dont see a loopfs kernel parm to pull in. Any ideas how I can fold in loopfs?&lt;BR /&gt;&lt;BR /&gt;10x&lt;BR /&gt;RPM&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 07:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206649#M10328</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-03-02T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: loopfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206650#M10329</link>
      <description>I think it would mean loop devices. loop devices are used to see a file like a physical device. Your kernel supports loop devices if you have /dev/loop* block devices.&lt;BR /&gt;&lt;BR /&gt;$ man losetup&lt;BR /&gt;&lt;BR /&gt;this could help.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Tue, 02 Mar 2004 07:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206650#M10329</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-03-02T07:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: loopfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206651#M10330</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look under "Block Devices" and select "Loopback device support".&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Tue, 02 Mar 2004 07:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206651#M10330</guid>
      <dc:creator>Robert Binkhorst</dc:creator>
      <dc:date>2004-03-02T07:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: loopfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206652#M10331</link>
      <description>Yep, you need to make sure you have the loopback device compiled in your kernel.&lt;BR /&gt; &lt;BR /&gt;You'll find it under "block devices", not filesyste,</description>
      <pubDate>Tue, 02 Mar 2004 07:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206652#M10331</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-02T07:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: loopfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206653#M10332</link>
      <description>If you only run make config|menuconfig|xconfig you may be fooled by the settings read from the .config file in your kernel sources dir.&lt;BR /&gt;To make sure just try to load the loop module.&lt;BR /&gt;If it works your kernel is already built for loopfs support, otherwise you will have to compile a new kernel where you configure the settings for loopfs support as told by the others.&lt;BR /&gt; &lt;BR /&gt;Try something like this&lt;BR /&gt;  &lt;BR /&gt;[root@chaos store]# modprobe -d loop&lt;BR /&gt;=============================================&lt;BR /&gt;Module loop&lt;BR /&gt;kname loop&lt;BR /&gt;objkey loop&lt;BR /&gt;names: loop&lt;BR /&gt;mode: NORMAL&lt;BR /&gt;Module matching loop: /lib/modules/2.4.18-3/kernel/drivers/block/loop.o&lt;BR /&gt;=============================================&lt;BR /&gt;[root@chaos store]# lsmod|grep loop&lt;BR /&gt;loop                   11024   0  (unused)&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Or if you have an ISO image laying around try to mount it with the "-loop" switch of mount.&lt;BR /&gt; &lt;BR /&gt;[root@chaos root]# mount -o loop /opt/store/hostap.iso /mnt/tmp1&lt;BR /&gt;[root@chaos root]# df -k /mnt/tmp1&lt;BR /&gt;Filesystem           1k-blocks      Used Available Use% Mounted on&lt;BR /&gt;/opt/store/hostap.iso&lt;BR /&gt;                         79488     79488         0 100% /mnt/tmp1&lt;BR /&gt;[root@chaos root]# lsmod|grep loop &lt;BR /&gt;loop                   11024   3 &lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 11:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206653#M10332</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-03-02T11:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: loopfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206654#M10333</link>
      <description>You also might want to check the .config of your kernel. Mine looks like this&lt;BR /&gt;&lt;BR /&gt;grep -i loop .config&lt;BR /&gt;CONFIG_BLK_DEV_LOOP=y&lt;BR /&gt;&lt;BR /&gt;Which means the loop support is actually build into the Kernel directly in this case.&lt;BR /&gt;&lt;BR /&gt;CONFIG_BLK_DEV_LOOP=m would indicate module support and =n no support.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 22:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/loopfs/m-p/3206654#M10333</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-02T22:26:26Z</dc:date>
    </item>
  </channel>
</rss>

