Re: lilo on /dev/hdb to work as /dev/hda

2002-08-17 Thread Jeremy C. Reed
> I was able to copy hda to hdb (fdisk, newfs, rsync, lilo) and then use the if [ $(uname) = "Linux" ] ; then sed 's/newfs/mkfs/' ; fi

Re: lilo on /dev/hdb to work as /dev/hda

2002-08-17 Thread Jeremy C. Reed
On Tue, 6 Aug 2002, Kevin J Menard wrote: > This is a shot in the dark, but could you use the bios option to install > lilo onto that drive. Then use a boot disk to boot off of it. Once > it's up, you could then change the bios option back to 0x80, and rerun > lilo, and should be all set. This

Re: lilo on /dev/hdb to work as /dev/hda

2002-08-08 Thread Michelle Konzack
Am 15:59 03/08/02 -0700 hat Jeremy C. Reed geschrieben: > >I have /dev/hdb that is a mirror of /dev/hda. It is not a image copy >though, so files may be in different sector/cylinder locations. > >I want to be able to pull the /dev/hdb and /dev/hda out; then replace >/dev/hda with this /dev/hdb. > >

Re: lilo on /dev/hdb to work as /dev/hda

2002-08-06 Thread Donovan Baarda
On Tue, Aug 06, 2002 at 04:08:05PM -0700, Jeremy C. Reed wrote: > > > I have /dev/hdb that is a mirror of /dev/hda. It is not a image copy > > > though, so files may be in different sector/cylinder locations. > > > > > > I want to be able to pull the /dev/hdb and /dev/hda out; then replace > > > /d

Re: lilo on /dev/hdb to work as /dev/hda

2002-08-06 Thread Kevin J Menard
On Tue, 6 Aug 2002, Jeremy C. Reed wrote: > Again, it seems like the bios= option is not relevant, because it really > will be /dev/hda. This is a shot in the dark, but could you use the bios option to install lilo onto that drive. Then use a boot disk to boot off of it. Once it's up, you cou

Re: lilo on /dev/hdb to work as /dev/hda

2002-08-06 Thread Jeremy C. Reed
> > I have /dev/hdb that is a mirror of /dev/hda. It is not a image copy > > though, so files may be in different sector/cylinder locations. > > > > I want to be able to pull the /dev/hdb and /dev/hda out; then replace > > /dev/hda with this /dev/hdb. > > > > So when I do this I get Lilo's "L" erro

Re: lilo on /dev/hdb to work as /dev/hda

2002-08-04 Thread Russell Coker
On Sun, 4 Aug 2002 00:59, Jeremy C. Reed wrote: > I have /dev/hdb that is a mirror of /dev/hda. It is not a image copy > though, so files may be in different sector/cylinder locations. > > I want to be able to pull the /dev/hdb and /dev/hda out; then replace > /dev/hda with this /dev/hdb. > > So wh