public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* iso files
@  Juan Hernandez
   ` Thomas Stivers
  0 siblings, 1 reply; 10+ messages in thread
From: Juan Hernandez @  UTC (permalink / raw)
  To: speakup

how do I mount .iso files in linux?  I'm using fc2

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

* Re: iso files
   iso files Juan Hernandez
@  ` Thomas Stivers
     ` Sean McMahon
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Stivers @  UTC (permalink / raw)
  To: speakup

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

On Fri, Feb 11, 2005 at 07:37:06 AM -0800, Juan Hernandez wrote:
> how do I mount .iso files in linux?  I'm using fc2

The short answer, as root do:

mount -o loop /path/to/file.iso /path/to/mountpoint

If that doesn't work then you need to insure that the loopback device is
built into your kernel or as a module, and then check out the losetup
man page. More than likely though it will be as simple as shown.

- -- 
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan

Thomas Stivers	e-mail: stivers_t@tomass.dyndns.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCDNTm5JK61UXLur0RAhNWAJ9+ZaG7nf503C4WBs/NqX9VoCLy8wCfa9UX
/vHPK2aaxsja9snVPc6vqQU=
=JeDO
-----END PGP SIGNATURE-----


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

* Re: iso files
   ` Thomas Stivers
@    ` Sean McMahon
       ` Steve Holmes
  0 siblings, 1 reply; 10+ messages in thread
From: Sean McMahon @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

In your example what is mountpoint?  Is this something you make up?
----- Original Message ----- 
From: "Thomas Stivers" <stivers_t@tomass.dyndns.org>
To: <speakup@braille.uwo.ca>
Sent: Friday, February 11, 2005 8:53 AM
Subject: Re: iso files


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Fri, Feb 11, 2005 at 07:37:06 AM -0800, Juan Hernandez wrote:
> > how do I mount .iso files in linux?  I'm using fc2
> 
> The short answer, as root do:
> 
> mount -o loop /path/to/file.iso /path/to/mountpoint
> 
> If that doesn't work then you need to insure that the loopback device is
> built into your kernel or as a module, and then check out the losetup
> man page. More than likely though it will be as simple as shown.
> 
> - -- 
> "Debugging is twice as hard as writing the code in the first place.
> Therefore, if you write the code as cleverly as possible, you are,
> by definition, not smart enough to debug it." - Brian W. Kernighan
> 
> Thomas Stivers e-mail: stivers_t@tomass.dyndns.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (GNU/Linux)
> 
> iD8DBQFCDNTm5JK61UXLur0RAhNWAJ9+ZaG7nf503C4WBs/NqX9VoCLy8wCfa9UX
> /vHPK2aaxsja9snVPc6vqQU=
> =JeDO
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


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

* Re: iso files
     ` Sean McMahon
@      ` Steve Holmes
         ` Sean McMahon
  0 siblings, 1 reply; 10+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

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

You create a directory that you will use for mount points.  For
example, most distros come with a directory called /mnt and under that
will be several empty directories with appropriate names like cdrom,
floppy, hd, iso, etc.  then your mount point becomes /mnt/cdrom,
/mnt/iso, etc.

On Fri, Feb 11, 2005 at 10:07:27AM -0700, Sean McMahon wrote:
> In your example what is mountpoint?  Is this something you make up?
> ----- Original Message ----- 
> From: "Thomas Stivers" <stivers_t@tomass.dyndns.org>
> To: <speakup@braille.uwo.ca>
> Sent: Friday, February 11, 2005 8:53 AM
> Subject: Re: iso files
> 
> 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > On Fri, Feb 11, 2005 at 07:37:06 AM -0800, Juan Hernandez wrote:
> > > how do I mount .iso files in linux?  I'm using fc2
> > 
> > The short answer, as root do:
> > 
> > mount -o loop /path/to/file.iso /path/to/mountpoint
> > 
> > If that doesn't work then you need to insure that the loopback device is
> > built into your kernel or as a module, and then check out the losetup
> > man page. More than likely though it will be as simple as shown.
> > 
> > - -- 
> > "Debugging is twice as hard as writing the code in the first place.
> > Therefore, if you write the code as cleverly as possible, you are,
> > by definition, not smart enough to debug it." - Brian W. Kernighan
> > 
> > Thomas Stivers e-mail: stivers_t@tomass.dyndns.org
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.0 (GNU/Linux)
> > 
> > iD8DBQFCDNTm5JK61UXLur0RAhNWAJ9+ZaG7nf503C4WBs/NqX9VoCLy8wCfa9UX
> > /vHPK2aaxsja9snVPc6vqQU=
> > =JeDO
> > -----END PGP SIGNATURE-----
> > 
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> _______________________________________________
> 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://ld.net/?holmesgrown
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCDO0dWSjv55S0LfERAhn6AJ9MTWSp1jLORoXyrMTjJPQEeZrehgCfabk0
eOtyO3hqVfeYsmFpKeq88Qc=
=CV9M
-----END PGP SIGNATURE-----


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

* Re: iso files
       ` Steve Holmes
@        ` Sean McMahon
           ` Steve Holmes
  0 siblings, 1 reply; 10+ messages in thread
From: Sean McMahon @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Thanks.  If you have a /mnt/cdrom, do you want the iso to be mounted to that
point or should the iso have its own mount point?
----- Original Message ----- 
From: "Steve Holmes" <steve@holmesgrown.com>
To: <speakup@braille.uwo.ca>
Sent: Friday, February 11, 2005 10:36 AM
Subject: Re: iso files


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> You create a directory that you will use for mount points.  For
> example, most distros come with a directory called /mnt and under that
> will be several empty directories with appropriate names like cdrom,
> floppy, hd, iso, etc.  then your mount point becomes /mnt/cdrom,
> /mnt/iso, etc.
>
> On Fri, Feb 11, 2005 at 10:07:27AM -0700, Sean McMahon wrote:
> > In your example what is mountpoint?  Is this something you make up?
> > ----- Original Message ----- 
> > From: "Thomas Stivers" <stivers_t@tomass.dyndns.org>
> > To: <speakup@braille.uwo.ca>
> > Sent: Friday, February 11, 2005 8:53 AM
> > Subject: Re: iso files
> >
> >
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > On Fri, Feb 11, 2005 at 07:37:06 AM -0800, Juan Hernandez wrote:
> > > > how do I mount .iso files in linux?  I'm using fc2
> > >
> > > The short answer, as root do:
> > >
> > > mount -o loop /path/to/file.iso /path/to/mountpoint
> > >
> > > If that doesn't work then you need to insure that the loopback device is
> > > built into your kernel or as a module, and then check out the losetup
> > > man page. More than likely though it will be as simple as shown.
> > >
> > > - -- 
> > > "Debugging is twice as hard as writing the code in the first place.
> > > Therefore, if you write the code as cleverly as possible, you are,
> > > by definition, not smart enough to debug it." - Brian W. Kernighan
> > >
> > > Thomas Stivers e-mail: stivers_t@tomass.dyndns.org
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1.4.0 (GNU/Linux)
> > >
> > > iD8DBQFCDNTm5JK61UXLur0RAhNWAJ9+ZaG7nf503C4WBs/NqX9VoCLy8wCfa9UX
> > > /vHPK2aaxsja9snVPc6vqQU=
> > > =JeDO
> > > -----END PGP SIGNATURE-----
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> > _______________________________________________
> > 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://ld.net/?holmesgrown
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
>
> iD8DBQFCDO0dWSjv55S0LfERAhn6AJ9MTWSp1jLORoXyrMTjJPQEeZrehgCfabk0
> eOtyO3hqVfeYsmFpKeq88Qc=
> =CV9M
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



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

* Re: iso files
         ` Sean McMahon
@          ` Steve Holmes
  0 siblings, 0 replies; 10+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

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

On Fri, Feb 11, 2005 at 12:07:29PM -0700, Sean McMahon wrote:
> Thanks.  If you have a /mnt/cdrom, do you want the iso to be mounted to that
> point or should the iso have its own mount point?

Again, that really doesn't matter.  But to avoid possible confusion or
forget what the mounted file system is really linked to, you should
probably use /mnt/iso.  Actually, I created the iso mount point for
this very purpose.  You could create several iso mount points with
different names if it became necessary to mount several iso's at
once.  You can call them whatever you want.  They're just empty
directories to start with.

- -- 
HolmesGrown Solutions
The best solutions for the best price!
http://ld.net/?holmesgrown
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCDRhaWSjv55S0LfERAvjpAJ0XkHXnILEcaiqOAZyc4eBU3qdftwCghFak
544AlEvRH5Pt1Uq+1Qf5v3w=
=yGfD
-----END PGP SIGNATURE-----


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

* RE: ISO files
   ` Janina Sajka
@    ` Tim Burgess
  0 siblings, 0 replies; 10+ messages in thread
From: Tim Burgess @  UTC (permalink / raw)
  To: speakup

Hi,

I'll back this up - I got a fair bit wiser without getting much older using
this doc.  Great job, folks!

Cheers.

Tim


-----Original Message-----
From: speakup-admin@braille.uwo.ca
[mailto:speakup-admin@braille.uwo.ca]On Behalf Of Janina Sajka
Sent: 14 August 2002 16:35
To: Speakup List
Subject: Re: ISO files


Dear Angus:

Please read our supplied installation HOWTO, which you will find at:

	http://www.linux-speakup.org/ftp/disks/redhat/HOWTO_INSTALL.html

You will find answers to the questions you've asked in this document. In
fact, we wrote this document because these questions come up all the time.



On Wed, 14 Aug 2002, ADFM wrote:

> This Sunday I am sitting down with an experienced Linux user and getting
help to install RedHat Linux. I have downloaded the RedHat ISO files to my
HD from the Speakup FTP site. Now should I burn the ISO files to CDRW using
Nero 5.50.90? Should I uncompress the ISO files some how before I burn them?
Currently I am using Windows 98 SE with 320MB of RAM. Is there a CDRW disk
type I should use?
>
> When I put the CD into the drive, will Speakup automatically recognize and
use my DECTalk Express on COM1?
>
> Angus MacKinnon
> Adaptive Computer Educator, ACE
> Web page: http://members.shaw.ca/dabneyadfm
> MAILTO:flodabay@hotmail.com
> Choroideremia Research Foundation Inc.
> http://www.choroideremia.org
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>

--

				Janina Sajka, Director
				Technology Research and Development
				Governmental Relations Group
				American Foundation for the Blind (AFB)

Email: janina@afb.net		Phone: (202) 408-8175

Chair, Accessibility SIG
Open Electronic Book Forum (OEBF)
http://www.openebook.org


_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup



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

* Re: ISO files
   ISO files ADFM
   ` Janina Sajka
@  ` Edward L. Barnes
  1 sibling, 0 replies; 10+ messages in thread
From: Edward L. Barnes @  UTC (permalink / raw)
  To: Speakup List

Hi Angus, you don't need to uncompress isoes to burn them to cd though 
this is most likely how you'll want to do the install, I.E., you'll want 
to do a cd based install so burn the cds before beginning with your tool 
of choice, it doesn't matter if your tool of choice for burning the 
disks is Nero, EZ CD Creator, or another tool. And, for what it's worth 
I've had good experience with Bill's speakupup modified rh media 
detecting my synth once I specify it on the command line to begin an 
install using in my case text speakup_synth=acntsa for my accent sa.
Of course the synth key word you'll need for your synth will be 
different but everything up to text speakup_synth= will be the same as 
what I'd use.
Hth and good luck.

On Wed, 14 Aug 2002, ADFM wrote:

> This Sunday I am sitting down with an experienced Linux user and getting help to install RedHat Linux. I have downloaded the RedHat ISO files to my HD from the Speakup FTP site. Now should I burn the ISO files to CDRW using Nero 5.50.90? Should I uncompress the ISO files some how before I burn them? Currently I am using Windows 98 SE with 320MB of RAM. Is there a CDRW disk type I should use?
> 
> When I put the CD into the drive, will Speakup automatically recognize and use my DECTalk Express on COM1?
> 
> Angus MacKinnon
> Adaptive Computer Educator, ACE
> Web page: http://members.shaw.ca/dabneyadfm
> MAILTO:flodabay@hotmail.com
> Choroideremia Research Foundation Inc.
> http://www.choroideremia.org
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 



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

* Re: ISO files
   ISO files ADFM
@  ` Janina Sajka
     ` Tim Burgess
   ` Edward L. Barnes
  1 sibling, 1 reply; 10+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: Speakup List

Dear Angus:

Please read our supplied installation HOWTO, which you will find at:

	http://www.linux-speakup.org/ftp/disks/redhat/HOWTO_INSTALL.html

You will find answers to the questions you've asked in this document. In 
fact, we wrote this document because these questions come up all the time.



On Wed, 14 Aug 2002, ADFM wrote:

> This Sunday I am sitting down with an experienced Linux user and getting help to install RedHat Linux. I have downloaded the RedHat ISO files to my HD from the Speakup FTP site. Now should I burn the ISO files to CDRW using Nero 5.50.90? Should I uncompress the ISO files some how before I burn them? Currently I am using Windows 98 SE with 320MB of RAM. Is there a CDRW disk type I should use?
> 
> When I put the CD into the drive, will Speakup automatically recognize and use my DECTalk Express on COM1?
> 
> Angus MacKinnon
> Adaptive Computer Educator, ACE
> Web page: http://members.shaw.ca/dabneyadfm
> MAILTO:flodabay@hotmail.com
> Choroideremia Research Foundation Inc.
> http://www.choroideremia.org
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
	
				Janina Sajka, Director
				Technology Research and Development
				Governmental Relations Group
				American Foundation for the Blind (AFB)

Email: janina@afb.net		Phone: (202) 408-8175

Chair, Accessibility SIG
Open Electronic Book Forum (OEBF)
http://www.openebook.org



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

* ISO files
@  ADFM
   ` Janina Sajka
   ` Edward L. Barnes
  0 siblings, 2 replies; 10+ messages in thread
From: ADFM @  UTC (permalink / raw)
  To: Speakup List

This Sunday I am sitting down with an experienced Linux user and getting help to install RedHat Linux. I have downloaded the RedHat ISO files to my HD from the Speakup FTP site. Now should I burn the ISO files to CDRW using Nero 5.50.90? Should I uncompress the ISO files some how before I burn them? Currently I am using Windows 98 SE with 320MB of RAM. Is there a CDRW disk type I should use?

When I put the CD into the drive, will Speakup automatically recognize and use my DECTalk Express on COM1?

Angus MacKinnon
Adaptive Computer Educator, ACE
Web page: http://members.shaw.ca/dabneyadfm
MAILTO:flodabay@hotmail.com
Choroideremia Research Foundation Inc.
http://www.choroideremia.org



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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 iso files Juan Hernandez
 ` Thomas Stivers
   ` Sean McMahon
     ` Steve Holmes
       ` Sean McMahon
         ` Steve Holmes
  -- strict thread matches above, loose matches on Subject: below --
 ISO files ADFM
 ` Janina Sajka
   ` Tim Burgess
 ` Edward L. Barnes

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).