Avi Nehori wrote:
> 
> "adam.e.willcox.1" wrote:
> >
> > I just installed mandrake linux on a second hard drive on my machine.  My
> > first hardrive currently has windows 2000.  I have 2 questions relating to
> > these.  First, how do I access my windows2000 drive(NTFS) in linux, and
> > how do I configure lilo to use it as a boot option.
> >
> > My current lilo.conf file looks like this:
> >
> > boot=/dev/hda
> > read-only
> > prompt
> > timeout=200
> > vga=normal
> >
> > images=/boot/vmlinuz-secure
> > root=/dev/hdb1
> > label=linux
> >
> > images/boot/vmlinuz
> > root=/dev/hdb1
> > label=linux-up
> >
> > images=/boot/vmlinuz
> > root=/dev/hdb1
> > label=failsafe
> > append=" failsafe"
> >
> > Any help on these issues would be greatly appreciated.
> >
> > Adam
> 
> Hi adam try my lilo.conf
> remember that the linux hard drive should be the primary master.
> --
> 
> Avi Nehori
> 
> He was a fiddler, and consequently a rogue.
>                 -- Jonathon Swift

-- 

Avi Nehori

Power is the finest token of affection.
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=lin
keytable=/boot/us.klt
prompt
timeout=50
message=/boot/message
image=/boot/vmlinuz
        label=lin
        root=/dev/hda5
        append=""
        read-only
other=/dev/hdb1
      label=win
      table=/dev/hdb
      map-drive=0x80
      to=0x81
      map-drive=0x81
      to=0x80

Reply via email to