[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

samba and w2k



I am a newbie to rh.

I have a linksys router providing DHCP functions.

I have 3 w2k boxes and I want to use the RH8 box for file and print sharing,
and later learn about DNS and HTTP servers.

I have installed rh8 four times (server install) and learned more each time.

Used webmin once, but it is flexible enough to allow you to really disable
your system.

I have a clean install of rh8 and samba.
I have read the chapter 16 in the customization guide several times (during
installs).
I have completed the configuration changes for passwords in section 16.2.1
I have reviewed the samba.conf to allow access to files and printers.

IP addresses

Router - 192.168.1.1
	W2K - 1	198.162.1.2
	W2K - 2	198.162.1.3
	W2K - 3	198.162.1.4
	RH8		198.162.1.5

In section 16.3 is says to use Network Neighborhood or Windows Explorer to
connect.

Network Neighborhood does not show the RH8 connection, but does show all the
W2K connections.

I can ping 198.162.1.5 (RH8) from the W2K side and I get a good response.

On the RH8 box the ifconfig shows eth0 at 192.168.1.5 and lo at 127.0.0.1
and I can ping all W2K boxes.

But I cannot connect or map files to the RH8 box and it does not see the
printer.

The printer is on the RH8 box.  Is it better to add it as a local printer or
an SMB printer?

The more I read the more I get confused.  Do I need to install NFS, openSSH,
or even HTTP?

Thank you,

Kent

-----Original Message-----
From: redhat-install-list-admin redhat com
[mailto:redhat-install-list-admin redhat com]On Behalf Of
redhat-install-list-request redhat com
Sent: Wednesday, January 01, 2003 3:07 PM
To: redhat-install-list redhat com
Subject: Redhat-install-list digest, Vol 1 #2901 - 12 msgs

Send Redhat-install-list mailing list submissions to
        redhat-install-list redhat com

To subscribe or unsubscribe via the World Wide Web, visit
        https://listman.redhat.com/mailman/listinfo/redhat-install-list
or, via email, send a message with subject or body 'help' to
        redhat-install-list-request redhat com

You can reach the person managing the list at
        redhat-install-list-admin redhat com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Redhat-install-list digest..."


Today's Topics:

   1. Problems Using Loadlin to Boot Redhat 8.0 (David DeFrain)
   2. Re: Installing a 3COM FE574BT PCMCIA card (Bob McClure Jr)
   3. RE: how to request for kernel switching when no bootloader installed -
only booting from floppy (Victor)
   4. Linux compat. w/ Dell Dim 4500? (Jeff Mills)
   5. Re: How to telnet two system (Mitch Pirtle)
   6. Re: Using DocBook in 8.0 (Walter Worth)
   7. Re: Problems Using Loadlin to Boot Redhat 8.0 (Walter Worth)
   8. unsubscribe (Patrick Møller Johansen)
   9. Re: unsubscribe (Jonathan M. Slivko)
  10. Fwd: FAQ UNSUBSCRIBING from the RedHat install list (Jonathan M.
Slivko)
  11. Re: How can I share my ADSL connection with another computer? (Cliff
Wells)
  12. Re: FIPS -> Dual boot (GRUB vs LILO) (Chris Hewitt)

--__--__--

Message: 1
From: "David DeFrain" <defrain DeFrain net>
To: <redhat-install-list redhat com>
Subject: Problems Using Loadlin to Boot Redhat 8.0
Date: Wed, 1 Jan 2003 11:47:20 -0500
Reply-To: redhat-install-list redhat com

I've used Loadlin to boot Redhat Linux since version 5.2.  I just
installed RH 8.0, and when I run Loadlin at boot time it won't decompress
the
"vmlinuz" file, and gives me an "error no. 1" message.  I'm using kernal
2.4.18-19.8.0.  Any ideas on what to try?  Thanks in advance.

Dave DeFrain





--__--__--

Message: 2
Date: Wed, 1 Jan 2003 11:01:07 -0600
From: Bob McClure Jr <robertmcclure earthlink net>
To: redhat-install-list redhat com
Subject: Re: Installing a 3COM FE574BT PCMCIA card
Reply-To: redhat-install-list redhat com

On Wed, Jan 01, 2003 at 07:27:28PM +0800, Yang Yiqi wrote:
> I am also a brand new newbie (about a couple of weeks old ;-) but I am
trying
> to share a bit of my experience and hope it might be of some help.
>
> I installed my 3CFE575 PC card(with some model sufix I do not remember and
I
> am connected to the Internet now on my ADSL PPPoE connection on this card
so
> I can't unplug it to check). The system did not say anything about find
the
> device when I booted up my notebook with the card in.  I then started
"System
> Settings" -> "Network" and manually add the device.  I did not see an
entry
> for my PC card but only 3C59x.  So I selected "Other Ethernet Cards" and
> selected 3CFE574 and set the device to Eth1.  It worked but I always got a
> prompt that the type of ethernet device has an alias different from the
> default.  I then modified the file "modules.conf" in \etc and removed the
> line associated with the alias for eth1.  The prompt eventually went away.
>
> I guess if you do not see an entry in "neat" (the network configuration
> utility seemed to be called this way) you can try to add it manually.  Not
> sure if it will work as I am running RH 8.0.
>
> YYQ
>
>
> ?? ?????? 27 ?????? 2002 06:05??Chris Myers ??????
> > I am brand new to Linux and I have set up a Toshiba Satellite 4300
laptop
> > with a 3Com FE574BT network card in a dual boot configuartion with
Win2000
> > and Redhat Linux 7.3. Redhat does not find the NIC card. Can anyone
guide
> > me through the steps to install the device on my laptop?
> >
> > Thanks in advance
> > CM

I have a Thinkpad running a 3Com 3cxem556b (10B-T/Modem) card, but it
was set up long before neat.  My modules.conf has "alias eth0
3c589_cs".

If you don't know what module is being loaded, run (as root) "lsmod".
If it's not obvious which one it is, unplug the card (which should
unload the driver), and run lsmod again, and compare the two lists.
Then put that module name as an alias for eth0 in /etc/modules.conf.

When you plug the card in, if you don't get two beeps indicating
successful module loading, run "service pcmcia restart".  Then you may
also have to restart "network".

Cheers,
--
Bob McClure, Jr.             Bobcat Open Systems, Inc.
robertmcclure earthlink net  http://www.cumbytel.com/~bobcatos/
Linux: because I want to get there today.  Without rebooting.




--__--__--

Message: 3
From: "Victor" <victor argilent com>
To: <redhat-install-list redhat com>
Subject: RE: how to request for kernel switching when no bootloader
installed - only booting from floppy
Date: Wed, 1 Jan 2003 12:34:35 -0500
Reply-To: redhat-install-list redhat com

Thanks, I will look into mkbootdisk, it seems to be what I need.

-----Original Message-----
From: redhat-install-list-admin redhat com
[mailto:redhat-install-list-admin redhat com] On Behalf Of Bob McClure
Jr
Sent: Wednesday, January 01, 2003 11:41 AM
To: redhat-install-list redhat com
Subject: Re: how to request for kernel switching when no bootloader
installed - only booting from floppy

On Wed, Jan 01, 2003 at 12:06:25AM -0500, Victor Stan wrote:
> thanks, BUT, i did do my homework before posting here, and i saw those
> chapters, they refer those those people that have either grub or lilo
> installed, i don't i use a floppy disk. if there is something there
that
> i missed, point it to me please, but i did not find any relevant info.

Oh.  Sorry.  I thought you were moving to boot from hard disk.

While booted to the old kernel, you can make a boot floppy for the new
one with mkbootdisk.  See "man mkbootdisk" for more info.  On the
command line you specify the kernel version.

Also, lilo can be installed on a floppy disk.  Have a look at "man
lilo.conf" for an example, but modify the boot line to read

 boot = /dev/fd0

You can (and perhaps should) have a stanza for your old kernel and one
for the new, though I guess you already have a boot floppy for the old
one.

 - Vic
>
> P.S.
>
> HAPPY NEW YEAR EVERYBODY!
>
> what better way to spend the new year than with a glass of champagne
in
> front of the computer, trying to tweak Linux to perfection!?

Well, I can think of _one_ thing, but your idea's a not-too-distant
second.  Happy New Year.

Cheers,
--
Bob McClure, Jr.             Bobcat Open Systems, Inc.
robertmcclure earthlink net  http://www.cumbytel.com/~bobcatos/
Linux: because I want to get there today.  Without rebooting.



_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request redhat com
Subject: unsubscribe




--__--__--

Message: 4
From: "Jeff Mills" <lykwidpantz hotmail com>
To: Redhat-install-list redhat com
Subject: Linux compat. w/ Dell Dim 4500?
Date: Wed, 01 Jan 2003 12:11:19 -0600
Reply-To: redhat-install-list redhat com





Is Linux compatible with a Dell Dimensions 4500? Can you install it on this
computer's master boot record?

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus




--__--__--

Message: 5
Subject: Re: How to telnet two system
From: Mitch Pirtle <mitchy spacemonkeylabs com>
To: redhat-install-list redhat com
Organization: Spacemonkey Laboratories
Date: 01 Jan 2003 19:56:26 +0100
Reply-To: redhat-install-list redhat com


--=-er8kWimn5/qOWvYHft3Q
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Wed, 2003-01-01 at 12:41, Yang Yiqi wrote:
> ssh works like charm!  I am a newbie too and I did not find much difficul=
ty in=20
> setting up ssh. I'm actually ssh-ing to my RH 8.0 machine in the office a=
nd=20
> using its KMail to write this message.  ssh makes any remote control soft=
ware=20
> for Windows look like rubbish ;-)  With my terminal running and ssh-ed to=
 my=20
> office desktop, I can run GUI applications very fast through my home ADSL=
=20
> connection!  The performance is really great!

But wait, there's more!  Don't forget that you can use compression as
well, feel free to experiment with the myriad of options available in
the command line!

No champagne here, sticking with a big fat tempranillo.

--=-er8kWimn5/qOWvYHft3Q
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQA+EznZA1BR7BF6vjMRAqx1AJ4mxQbfxIswjmpeEVvgp3Afg2Pa3wCZASKR
DepQqQYScgaeXZTPzG+ZC+w=
=paVj
-----END PGP SIGNATURE-----

--=-er8kWimn5/qOWvYHft3Q--




--__--__--

Message: 6
Date: Wed, 1 Jan 2003 11:40:33 -0800 (PST)
From: Walter Worth <wworth prodigy net>
Subject: Re: Using DocBook in 8.0
To: redhat-install-list redhat com
Reply-To: redhat-install-list redhat com

On Wednesday, 1 Jan 03, Tom Wason
<wason mindspring com> wrote:
> The RedHat 8.0 information indicates that it
> supports DocBook.  How do I
> find, use and or launch such a tool?
>

Goto http://ww.redhat.com and search using DocBook. :)

Walter
wworth prodigy net




--__--__--

Message: 7
Date: Wed, 1 Jan 2003 12:15:35 -0800 (PST)
From: Walter Worth <wworth prodigy net>
Subject: Re: Problems Using Loadlin to Boot Redhat 8.0
To: redhat-install-list redhat com
Reply-To: redhat-install-list redhat com

On Wednesday, 1 Jan 03, David DeFrain
<defrain DeFrain net> wrote:
> I've used Loadlin to boot Redhat Linux since version
> 5.2.  I just
> installed RH 8.0, and when I run Loadlin at boot
> time it won't decompress
> the
> "vmlinuz" file, and gives me an "error no. 1"
> message.  I'm using kernal
> 2.4.18-19.8.0.  Any ideas on what to try?  Thanks in
> advance.
>

In earlier versions and I'm not certain that this has
been extended to RH 8.0, you needed an alternative to
LILO if you can not install the Linux kernel to
where the BIOS can reach it or you do not wish to use
it. The BIOS may not be able to reach it for one of
the following reasons:

  The kernel is above the 1023 cylinder of the hard
drive.
  The kernel is on a drive the BIOS cannot boot to
(not on Primary IDE or SCSI
  chain).
  Other esoteric kernel/BIOS problems.

You have hardware that can only be initialized in DOS
(Plug and Play, etc). You will probably need to use
the Loadlin boot loader that is provided on the
CD-ROM in \dosutils and will need to copy this
directory over to your DOS (Windows) hard
drive partition and edit the autoboot.bat file to
point to its new position and
removing the initrd= line. If your system is a SCSI
system, you will need to go into rescue mode and copy
the /mnt/boot/initrd.img from the hard drive over to
the DOS partition, and use it for booting. :)

Walter
wworth prodigy net





--__--__--

Message: 8
From: "Patrick Møller Johansen" <patrick_mj85 hotmail com>
To: redhat-install-list redhat com
Subject: unsubscribe
Date: Wed, 01 Jan 2003 21:21:29 +0100
Reply-To: redhat-install-list redhat com

<html><div style='background-color:'><DIV></DIV>
<DIV></DIV><BR><BR><BR>
<DIV><FONT face="Verdana, Geneva, Arial, Sans-serif" size=2>Med vennlig
hilsen </FONT></DIV>
<DIV></DIV>
<DIV><FONT face="Verdana, Geneva, Arial, Sans-serif"
size=2></FONT></DIV><FONT face="Verdana, Geneva, Arial, Sans-serif"
size=2>Patrick M Johansen </FONT>
<DIV></DIV>
<DIV></DIV><FONT face="Verdana, Geneva, Arial, Sans-serif"
size=2>patrick_mj85 hotmail com</FONT>
<DIV></DIV></div><br clear=all><hr>MSN 8 with e-mail virus protection
service:  <a href="http://g.msn.com/8HMPEN/2020";>2 months FREE*</a> </html>




--__--__--

Message: 9
From: "Jonathan M. Slivko" <jonathan_slivko hotmail com>
To: redhat-install-list redhat com
Subject: Re: unsubscribe
Date: Wed, 01 Jan 2003 15:25:40 -0500
Reply-To: redhat-install-list redhat com

This is a multi-part message in MIME format.

------=_NextPart_000_11c4_5324_60f4
Content-Type: text/plain; format=flowed

Patrick,

Please unsubscribe by following the directions at the bottom of this e-mail.
Thanks.

-- Jonathan

--
Jonathan M Slivko <Jonathan_Slivko hotmail com>
Website: http://www.speakeasy.net/~jslivko/
  "In God We Trust, All Others Pay Cash!"





>From: "Patrick Møller Johansen" <patrick_mj85 hotmail com>
>Reply-To: redhat-install-list redhat com
>To: redhat-install-list redhat com
>Subject: unsubscribe
>Date: Wed, 01 Jan 2003 21:21:29 +0100
>


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail

------=_NextPart_000_11c4_5324_60f4
Content-Type: message/rfc822

Received: from mc1-f35.law16.hotmail.com ([65.54.236.42]) by
mc1-s9.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600);
         Wed, 1 Jan 2003 12:23:14 -0800
Received: from listman.redhat.com ([66.187.233.211]) by
mc1-f35.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600);
         Wed, 1 Jan 2003 12:23:14 -0800
Received: from listman.redhat.com (localhost.localdomain [127.0.0.1])
        by listman.redhat.com (Postfix) with ESMTP
        id C5F183F303; Wed,  1 Jan 2003 15:23:05 -0500 (EST)
Delivered-To: redhat-install-list listman redhat com
Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com
[172.16.52.254])
        by listman.redhat.com (Postfix) with ESMTP id 64A1E3F048
        for <redhat-install-list listman redhat com>; Wed,  1 Jan 2003
15:22:10 -0500 (EST)
Received: (from mail localhost)
        by int-mx1.corp.redhat.com (8.11.6/8.11.6) id h01KMAk01191
        for redhat-install-list listman redhat com; Wed, 1 Jan 2003
15:22:10 -0500
Received: from mx1.redhat.com (mx1.redhat.com [172.16.48.31])
        by int-mx1.corp.redhat.com (8.11.6/8.11.6) with SMTP id h01KMAa01187
        for <redhat-install-list redhat com>; Wed, 1 Jan 2003 15:22:10 -0500
Received: from hotmail.com (f69.pav2.hotmail.com [64.4.37.69])
        by mx1.redhat.com (8.11.6/8.11.6) with SMTP id h01JswB32168
        for <redhat-install-list redhat com>; Wed, 1 Jan 2003 14:54:58 -0500
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
         Wed, 1 Jan 2003 12:21:30 -0800
Received: from 62.249.172.180 by pv2fd.pav2.hotmail.msn.com with HTTP;
        Wed, 01 Jan 2003 20:21:29 GMT
X-Originating-IP: [62.249.172.180]
From: "Patrick Møller Johansen" <patrick_mj85 hotmail com>
To: redhat-install-list redhat com
Subject: unsubscribe
Mime-Version: 1.0
Content-Type: text/html
Message-ID: <F69QU5y50xgy9NYb17T0001b2f6 hotmail com>
X-OriginalArrivalTime: 01 Jan 2003 20:21:30.0108 (UTC)
FILETIME=[5E7A3BC0:01C2B1D3]
X-Loop: redhat-install-list redhat com
Sender: redhat-install-list-admin redhat com
Errors-To: redhat-install-list-admin redhat com
X-BeenThere: redhat-install-list redhat com
X-Mailman-Version: 2.0.1
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe:
<https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
        <mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe:
<https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
        <mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/pipermail/redhat-install-list/>
Date: Wed, 01 Jan 2003 21:21:29 +0100
Return-Path: redhat-install-list-admin redhat com

<html><div style='background-color:'><DIV></DIV>
<DIV></DIV><BR><BR><BR>
<DIV><FONT face="Verdana, Geneva, Arial, Sans-serif" size=2>Med vennlig
hilsen </FONT></DIV>
<DIV></DIV>
<DIV><FONT face="Verdana, Geneva, Arial, Sans-serif"
size=2></FONT></DIV><FONT face="Verdana, Geneva, Arial, Sans-serif"
size=2>Patrick M Johansen </FONT>
<DIV></DIV>
<DIV></DIV><FONT face="Verdana, Geneva, Arial, Sans-serif"
size=2>patrick_mj85 hotmail com</FONT>
<DIV></DIV></div><br clear=all><hr>MSN 8 with e-mail virus protection
service:  <a href="http://g.msn.com/8HMPEN/2020";>2 months FREE*</a> </html>



_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request redhat com
Subject: unsubscribe


------=_NextPart_000_11c4_5324_60f4--




--__--__--

Message: 10
From: "Jonathan M. Slivko" <jonathan_slivko hotmail com>
To: redhat-install-list redhat com
Subject: Fwd: FAQ UNSUBSCRIBING from the RedHat install list
Date: Wed, 01 Jan 2003 15:40:28 -0500
Reply-To: redhat-install-list redhat com

Hmm.... When did this start?
-- Jonathan

--
Jonathan M Slivko <Jonathan_Slivko hotmail com>
Website: http://www.speakeasy.net/~jslivko/
  "In God We Trust, All Others Pay Cash!"

>From: <Automated_reply NO_RETURNS com>
>Subject: FAQ UNSUBSCRIBING from the RedHat install list
>Date: Wed, 1 Jan 2003 15:35:53 -0500
>
>TO jonathan_slivko hotmail com:
>This is an automated response to your email containing the word
>"unsubscribe" on the subject line.  It is intended to help you unsubscribe
>from the RedHat install list.  If that is not what you wanted to do then
>please ignore this message.
>
>
>1.  HOW TO UNSUBSCRIBE
>    Go to the https link shown here:
>       https://listman.redhat.com/mailman/listinfo/redhat-install-list
>
>    On the BOTTOM of that page, Find the box labeled "Edit Options".
>    Put your email address in the box to its left
>    and then Click the box that says "Edit options".
>
>    On the TOP of the next page put your password in the first box,
>    (The one to the left of the box that says "Unsubscribe").
>    Then click the box that says "Unsubscribe".  Thats all.
>
>
>2.  WHAT IF I DON'T KNOW MY PASSWORD ?
>
>    Go to the https link shown here:
>       https://listman.redhat.com/mailman/listinfo/redhat-install-list
>
>    On the BOTTOM of that page, Find the box labeled "Edit Options".
>    Put your email address in the box to its left
>    and then Click the box that says "Edit options".
>
>    On the next page find the box that says "Email My Password To Me".
>    Click that box.  Thats all.
>
>    Your password will be emailed to you. When you get it follow the
>    instructions for #1 above.


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail




--__--__--

Message: 11
Subject: Re: How can I share my ADSL connection with another computer?
From: Cliff Wells <LogiplexSoftware earthlink net>
To: redhat-install-list redhat com
Organization: Logiplex Corporation
Date: 01 Jan 2003 12:41:49 -0800
Reply-To: redhat-install-list redhat com


--=-DqfxggXv1xM/BuJyBWoV
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Wed, 2003-01-01 at 06:00, Yang Yiqi wrote:
> (Sorry, my message went under another thread unrelated to this subject so=
 I am=20
> resending it.)
>=20
> Happy New Year!
>=20
> I came across a problem trying to share my ADSL connection with another=20
> computer:
>=20
> My notebook computer is running RH 8.0.  I put in two PC card ethernet=20
> adapters and both working fine as eth0 and eth1.  I use one of the NICs=20
> (eth1) for ADSL PPPoE connection.
>=20
> If I do not activate neither eth0 nor eth1, the internet connection works=
=20
> fine.  But I can no longer browse to any webpage if I activate either eth=
0 or=20
> eth1, although I can still ping to any active putlic address from PPP0, w=
hich=20
> means the connection is still alive.
>=20
> How can I set the machine to work with both eth0/eth1 and PPP0 activated?=
  How=20
> can I use this desktop as a gateway to make the internet connection avail=
abe=20
> to another machine?  I can ping my notebook from the other machine
after=20
> activating eth0.

First, don't activate eth1.  It is used by pppoe and pppoe will activate
it.  Second, download and install shorewall (http://www.shorewall.net).=20
The docs on the site include directions for setting up your PC to be a
gateway.  Follow these directions using ppp0 as your internet interface
and eth0 as your internal interface.  If you run into problems, I can
send you my shorewall configuration files to get you started.

Regards,


--=20
Cliff Wells, Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308  (800) 735-0555 x308

--=-DqfxggXv1xM/BuJyBWoV
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQA+E1KM2VpoE/xHwngRAhX1AKDA8/hyvSv8OdJZksGcP8uebPpTIQCgiuOu
nHpkZI+dN9oGMXP6MHMyV3E=
=IN77
-----END PGP SIGNATURE-----

--=-DqfxggXv1xM/BuJyBWoV--




--__--__--

Message: 12
Date: Wed, 01 Jan 2003 21:16:37 +0000
From: Chris Hewitt <g0pae manordat demon co uk>
To: redhat-install-list redhat com
Subject: Re: FIPS -> Dual boot (GRUB vs LILO)
Reply-To: redhat-install-list redhat com

Eddie Sneeh wrote:

>1. RH master, Windows slave:
>RH installation would not see the other drive:
>/dev/hdb.  I suppose this works too but without the
>benefit of GRUB or LILO?  Chris, were you able to use
>GRUB or LILO this way?
>
Yes. If you installed windows first with the drive as slave then
installed linux then lilo/grub should be able to boot into either
without modification. If you installed windows with that drive as the
master, then put another drive in as master (to load linux onto) and
moved the windows drive from master to slave then linux needs to be
informed that it has been swapped over.  This is my /etc/lilo.conf file
from such a computer (Win NT on hdb1 and vfat32 drive C: not ntfs, and
RH 7.3 on  hda1):

prompt
timeout=50
default=winnt
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear

image=/boot/vmlinuz-2.4.18-3
    label=linux
    initrd=/boot/initrd-2.4.18-3.img
    read-only
    root=/dev/hda1

other=/dev/hdb1
    optional
    label=winnt
    map-drive=0x80
    to = 0x81
    map-drive=0x81
    to = 0x80

Its the map-drive parts you would need. Lilo can be put anywhere, my
favourite when I don't want to modify the mbr of a master drive with
windows is to put it onto a floppy. To do this, change the
"boot=/dev/hda" line to "boot=/dev/fd0". When you run lilo, put a bland
floppy in the drive.

>a. Choosing GRUB as the boot loader:
>
I've not used grub, but possibly it needs to be told of the drive swap.

>As a side question, is there a way to make a hard
>drive "read-only" while installing on another drive
>(other than physically taking the drive out)?
>
Yes. If mounting it automatically at boot time, put "ro" into the 4th
field of the line in /etc/fstab mouting that drive. If you look at your
file, there is almost certainly already a "ro" option in the line for
your cdrom as an example. If mounting with the "mount" command add "-o
ro", as in:
"mount -t ext2 -o ro /dev/hdb2 /mnt/win"

>
>b. LILO:
>LILO has to write over the Widnows MBR to work, so I
>can't use the Windows drive standalone, so it's not an
>option for me.
>
No, see above

Hope this helps

Chris
PS Sorry for the delay, I've been away a few days.

>
>






--__--__--

_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list


End of Redhat-install-list Digest





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]