On 10/27/2000 14:36, Shea Martin at [EMAIL PROTECTED] wrote:

> Background
> ***********************************************************
> I just added my old hard drive to my computer.  It is recognized as hdb.  It
> has 2
> partitions c:\ and d:\.  Plus it will have its own mbr as it was the master
> (and
> only hard drive) I had back when I used it.
> 
> LILO
> ******************************************************************************
> *******
> I would like to add the option of booting to windows to LILO.  I have put the
> following in lilo.conf:
> 
> other = /dev/hdb1
> table = /dev/hdb
> label = Windows
> 
> but when I choosed the windows option, my screen says "Loading Windows...."
> and we
> just hang there.

I suspect MS Windoze wants to be the primary drive. You may have to switch
drives around or just not use windows ;-)

> My question is what fs should I be mounting the drive as ? fat16? fat32? fat?
> Will it matter if

mount -t vfat /dev/hdb  /mnt

however, as you note, you may need to recompile your kernel to get vfat
support.

-- 
________________________________________________________________________
    __   _                                           Carl B. Constantine
   / /  (_)__  __ ____  __                            [EMAIL PROTECTED]
  / /__/ / _ \/ // /\ \/ /  (2.2.14)                       ICQ: 26351441
 /____/_/_//_/\_ _/ /_/\_\  Stormix 2000
                                            PGP key available on request
          "On the net, no one knows you're a Duck!"
________________________________________________________________________



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to