public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Loop Filesystem
@  Steve Holmes
   ` Doug Sutherland
  0 siblings, 1 reply; 6+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

I used to be able to mount ISO images through the loop device as
follows:
mount -t iso9660 -o loop /home/ste/file.iso /mnt/iso1
But after installing Slackware 12.0 and getting udev fully in force, I
can't mount these any more.  I get an error saying that loop is not a
device.  When I look in /dev, I do not see a loop defined there
either.  What do I need to do in order to get loop working again?
When I looked in the kernel config for both 2.6.16.12, 2.6.20, and my
current 2.6.21.5, the configuration option is set to 'm' for module.

Any ideas on how to restore this functionality? I'm quite green to
udev so there may be lots to learn in there.

Thanks for any help.
-- 
HolmesGrown Solutions
The best solutions for the best price!
http://holmesgrown.ld.net/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Loop Filesystem
   Loop Filesystem Steve Holmes
@  ` Doug Sutherland
     ` Gregory Nowak
  0 siblings, 1 reply; 6+ messages in thread
From: Doug Sutherland @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Try modrobe loop
Then see if you can do a loop mount

  -- Doug


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Loop Filesystem
   ` Doug Sutherland
@    ` Gregory Nowak
       ` Steve Holmes
  0 siblings, 1 reply; 6+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Also note that udev doesn't seem to have a /dev/loop anymore
either. The way it works for me at least, is /dev/loop/0, /dev/loop1,
/dev/loop2, and so on.

Greg


On Sat, Aug 18, 2007 at 06:51:07PM -0400, Doug Sutherland wrote:
> Try modrobe loop
> Then see if you can do a loop mount
> 
>   -- Doug
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGx3jF7s9z/XlyUyARAv8yAJ9xr4TWlLl1LskCdxUiY6nkPcEsKgCdG3Wv
5+oI7ZhxPuhluuX5rk/Sc4w=
=fJBH
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Loop Filesystem
     ` Gregory Nowak
@      ` Steve Holmes
         ` Kenny Hitt
  0 siblings, 1 reply; 6+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

Thanks to both of you.  That did the trick.  Now to get loop loaded
automatically whenever I want it.  I thought modules were supposed to
load themselves when called upon - another point of ignorance on my
part I guess.

Yes Greg, the loop file structure does the same thing on my Slack box
also.  But -o loop works fine in the mount call so won't wory much
about that.

As a side note, I just switched over from cdrtools to cdrkit as
cdrecord kept getting me errors with my newer burner.  Cdrkit works
great with wodim so my CD manipulation needs are all met again.

On Sat, Aug 18, 2007 at 03:55:01PM -0700, Gregory Nowak wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Also note that udev doesn't seem to have a /dev/loop anymore
> either. The way it works for me at least, is /dev/loop/0, /dev/loop1,
> /dev/loop2, and so on.
> 
> Greg
> 
> 
> On Sat, Aug 18, 2007 at 06:51:07PM -0400, Doug Sutherland wrote:
> > Try modrobe loop
> > Then see if you can do a loop mount
> > 
> >   -- Doug
> > 
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> - -- 
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
> 
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> 
> iD8DBQFGx3jF7s9z/XlyUyARAv8yAJ9xr4TWlLl1LskCdxUiY6nkPcEsKgCdG3Wv
> 5+oI7ZhxPuhluuX5rk/Sc4w=
> =fJBH
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
HolmesGrown Solutions
The best solutions for the best price!
http://holmesgrown.ld.net/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Loop Filesystem
       ` Steve Holmes
@        ` Kenny Hitt
           ` Igor Gueths
  0 siblings, 1 reply; 6+ messages in thread
From: Kenny Hitt @  UTC (permalink / raw)
  To: speakup

Hi.

On my Debian box, modules do get loaded automatically.  Sounds like your problem is specific to Slackware.

          Kenny
On Sun, Aug 19, 2007 at 06:06:00AM -0700, Steve Holmes wrote:
> Thanks to both of you.  That did the trick.  Now to get loop loaded
> automatically whenever I want it.  I thought modules were supposed to
> load themselves when called upon - another point of ignorance on my
> part I guess.
> 
> Yes Greg, the loop file structure does the same thing on my Slack box
> also.  But -o loop works fine in the mount call so won't wory much
> about that.
> 
> As a side note, I just switched over from cdrtools to cdrkit as
> cdrecord kept getting me errors with my newer burner.  Cdrkit works
> great with wodim so my CD manipulation needs are all met again.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Loop Filesystem
         ` Kenny Hitt
@          ` Igor Gueths
  0 siblings, 0 replies; 6+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Steve and all. On my LFS system, the line that mainly controls automatic module loading is this one, located in my /etc/udev/rules.d/41-modprobe.rules:
ENV{MODALIAS}=="?*",    RUN+="/sbin/modprobe $env{MODALIAS}"
Hth.
On Sun, Aug 19, 2007 at 09:47:28AM -0500, Kenny Hitt wrote:
> Hi.
> 
> On my Debian box, modules do get loaded automatically.  Sounds like your problem is specific to Slackware.
> 
>           Kenny
> On Sun, Aug 19, 2007 at 06:06:00AM -0700, Steve Holmes wrote:
> > Thanks to both of you.  That did the trick.  Now to get loop loaded
> > automatically whenever I want it.  I thought modules were supposed to
> > load themselves when called upon - another point of ignorance on my
> > part I guess.
> > 
> > Yes Greg, the loop file structure does the same thing on my Slack box
> > also.  But -o loop works fine in the mount call so won't wory much
> > about that.
> > 
> > As a side note, I just switched over from cdrtools to cdrkit as
> > cdrecord kept getting me errors with my newer burner.  Cdrkit works
> > great with wodim so my CD manipulation needs are all met again.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

- -- 
Igor
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iQIVAwUBRshg3qe2pgKIdGq4AQp9Tw//cX5uCDueY7O+dlal9lZypKyfaP1W0e/K
xuHeMbPKJHAUgT6M0HBoEGQsbSAcMJ6K/2lhRr+zHZ/1LWSACQj85XkCcZyJVcFr
8VUoogb8Ef9tBff2Ni512/iV1MDKXbbL0dfHBzlv0tw5nFWbLdPMjUickL+v9Pfb
9RIBmWCsbHScMzqh4r8LTxuMq29qgoIHwF8rzxQIoZd1YeTNPDinMcW91mLC3Szw
RLFjUErGYJXeYJn9vREluzIxw4Amw9ovJZgLlako2H/o7J3LmnqiUCQChjoLlfK+
Srpu5FvJJ7b1sD7Yqx81aYrboGqVp6Zmj2TGORBPqdWe1ZhrIh2pMOZ5Y1MNU05V
eeLscWMUolaWeVYDgw528Cfd+B9RbipG70SmkpHhTV96AFGk/PZeEMb/b4KYYRuK
Rx3cQTP9fMF3BZ44MUDeVD3otR9VFs7TFNXHk2PLjsoTVSERjASYcLFZbHegte2H
UvlnW/Kn4/L3LTE+vv5YtkrGwmWsZ4zFe8LmQWIXZVyAjvfdlkuY4g3LlbTFKzcY
UjAlweWwKNOgQQoQ7x+Zi/zIS8nvpwryUchkgVADRw4/oaWEPH9GEsMYZHMchuut
Pwy41VtbzIDQXs8qNljJ4tGWxfO0GtrLb4JtoH1MIcbszMxph5VeewNN/k5j5M8K
iPclrjLtvYM=
=ijf3
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Loop Filesystem Steve Holmes
 ` Doug Sutherland
   ` Gregory Nowak
     ` Steve Holmes
       ` Kenny Hitt
         ` Igor Gueths

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).