1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
|
<!--startcut ======================================================= -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html><head>
<META NAME="generator" CONTENT="lgazmail v1.1preC">
<TITLE>The Answer Guy 33:
Chicken and Egg (Catch-22) for Linux Download/Install
</TITLE>
<!-- ORIGINAL SUBJECT:
Download a Catch 22?
JTD SUBTITLE:
-->
</head>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#A000A0"
ALINK="#FF0000">
<H4>"Linux Gazette...<I>making Linux just a little more fun!</I>"
</H4>
<P> <hr> <P>
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<H1 align="center"><A NAME="answer">
<img src="../../gx/dennis/qbubble.gif" alt="" border="0" align="middle">
<a href="../lg_toc33.html">The Answer Guy</a>
<img src="../../gx/dennis/bbubble.gif" alt="" border="0" align="middle">
</A></H1>
<BR>
<H4 align="center">By James T. Dennis,
<a href="mailto:answerguy@ssc.com">answerguy@ssc.com</a>
<BR>Starshine Technical Services, <A HREF="http://www.starshine.org/">http://www.starshine.org/</A>
</H4>
<p><hr><p>
<!--endcut ========================================================= -->
<H3><img src="../../gx/dennis/qbub.gif" alt="(?)"
width="50" height="28" align="left" border="0"
>Chicken and Egg (Catch-22) for Linux Download/Install</H3>
<p><strong>From Richard Santora on 14 Sep 1998 </strong></p>
<!-- begin body -->
<p><strong>
Question. Can you download Linux applications onto a floppy disk
formatted under dos and then install to Linux?
</strong></p>
<blockquote><img src="../../gx/dennis/bbub.gif" height="28" width="50"
alt="(!)" border="0"
>You can put tar, rpm or other types of packages on a
DOS floppy (MS-DOS filesystem) and use that to
transport any (sufficiently small) application.
</blockquote>
<blockquote>
You'd just mount the floppy (with a command like:
</blockquote>
<blockquote> <blockquote> <code>
mount -t msdos /dev/fd0 /mnt/a
</code> </blockquote> </blockquote>
<blockquote>
... and access the files under the <tt>/mnt/a</tt> (or whatever
mount point you chose). You could then extract the
members of a .tar.gz file with a command like:
</blockquote>
<blockquote> <blockquote> <code>
cd /usr/local/from/floppy &&
<br>tar xzf /mnt/a/mynew.tgz
</code> </blockquote> </blockquote>
<blockquote>
... or you could use your favorite packaging commands
to work with rpm and deb files.
</blockquote>
<p><strong><img src="../../gx/dennis/qbub.gif" height="28" width="50"
alt="(?)" border="0"
>Background. I am an inexperienced Linux
<A HREF="http://www.redhat.com/">Red Hat</A> 5.0 home user. I
selected the "everything" software installation choice from the
installation CD onto my Dell XPS 60 with 40 Mb of Ram. I am using
System Commander to use this pc to run dos based operating systems
as well as Linux. I have internet access through Windows 3.1 and
Windows 95. I am having difficulty getting a connection under Linux
to my ISP, the Microsoft Network. (I have been able to get the
modem to dial out using the Modem Tool and the Network Configurator
in the X window Control Panel.) I would like to download one of the
freeware PPP programs and also Netscape Navigator. When I download
the PPP program using Windows 95, the file format extension will
remain ".tar" or ".rpm" however; the Linux OS will not mount the
floppy. I can get to the directory using "mdir" but I can not seem
to get the program to install. Is there a work around?
</strong></p>
<blockquote><img src="../../gx/dennis/bbub.gif" height="28" width="50"
alt="(!)" border="0"
>If you can't get the floppy (or your hard drive) to
mount under Linux than you're probably missing some
module or kernel driver (your kernel might not have the
MS-DOS/FAT -- or VFAT, etc support enabled).
</blockquote>
<blockquote>
If you can see it under Linux with '<tt>mdir</tt>' (from the 'm-tools'
package) than you can also copy it to one of your
Linux native directories (such as /tmp) using the '<tt>mcopy</tt>'
command.
</blockquote>
<blockquote>
Read the '<tt>mtools</tt>' man pages for details.
</blockquote>
<!-- end body -->
<!--startcut ======================================================= -->
<P> <hr> <P>
<H5 align="center"><a href="http://www.linuxgazette.com/ssc.copying.html"
>Copyright ©</a> 1998, James T. Dennis <BR>
Published in <I>Linux Gazette</I> Issue 33 October 1998</H5>
<P> <hr> <P>
<!--::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::-->
<table width="98%"><tr valign="center" align="center">
<td rowspan="3"><A HREF="../lg_answer33.html"><IMG
SRC="../../gx/dennis/answernew.gif"
ALT="[ Answer Guy Index ]"></A></td>
<td><A HREF="floppy.html">floppy</a>
<td><A HREF="autocad.html">autocad</a>
<td><A HREF="scsi.html">scsi</a>
<td><A HREF="samba_pdc.html">samba_pdc</a>
<td><A HREF="virthost.html">virthost</a>
</tr><tr valign="center" align="center">
<td><A HREF="emacs_cc.html">emacs_cc</a>
<td><A HREF="ipmasq.html">ipmasq</a>
<td><A HREF="tty.html">tty</a>
<td><A HREF="shuffle.html">shuffle</a>
<td><A HREF="connect.html">connect</a>
</tr><tr valign="center" align="center">
<td><A HREF="hostavail.html">hostavail</a>
<td><A HREF="desqview.html">desqview</a>
<td><A HREF="catch22.html">catch22</a>
<td><A HREF="thanks2.html">thanks2</a>
<td><A HREF="typo.html">typo</a>
</tr></table>
<P> <hr> <P>
<!--::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::-->
<A HREF="../lg_toc33.html"><IMG SRC="../../gx/indexnew.gif"
ALT="[ Table Of Contents ]"></A>
<A HREF="../../index.html"><IMG SRC="../../gx/homenew.gif"
ALT="[ Front Page ]"></A>
<A HREF="../lg_bytes33.html"><IMG SRC="../../gx/back2.gif"
ALT="[ Previous Section ]"></A>
<A HREF="../vrenios.html"><IMG SRC="../../gx/fwd.gif"
ALT="[ Next Section ]"></A>
<!--::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::-->
</body>
</html>
<!--endcut ========================================================= -->
|