Re: mkfs problem

2001-06-11 Thread Matthew Dharm
I've seen this error on several USB devices I'm working on, also. It appears that mkfs.msdos needs an actual drive geometery, not just a sector size and number of sectors. If anyone knows an easy way around this, I'd like to know it too. Matt On Mon, Jun 11, 2001 at 10:19:17PM -0600, Martin Li

mkfs problem

2001-06-11 Thread Martin Lichtin
Anyone know what the problem could be here? root# mkfs.msdos -F 32 -I /dev/scd1 mkfs.msdos: unable to get drive geometry for '/dev/scd1' mkfs.msdos 2.2 (06 Jul 1999) scd1 is a DVD-RAM drive. What's weird is it doesn't happen in all cases. Also, creating a ext2 fs on that device works just

Re: [Re: SCSI bootup problem]

2001-06-11 Thread Kenneth Crudup
On Mon, 11 Jun 2001, Hactar wrote: > I know somebody who had an all-SCSI Linux system ... ya mean there's systems that *ain't*?! -Kenny -- Kenneth R. Crudup Sr. SW Engineer, Scott County Consulting, Washington, D.C. Home1: PO Box 914 Silver Spring, MD 20910-0914 [EMA

Re: [Re: SCSI bootup problem]

2001-06-11 Thread Hactar
Alan Cox wrote: > > > > > The kernel has to be on a non-SCSI device (for now). > > > > True. The root fs has to be on a non-SCSI device, yes? > > False. You can have everything on scsi I mean for now, until the problem gets fixed. I know somebody who had an all-SCSI Linux system, so I know it

Re: [Re: SCSI bootup problem]

2001-06-11 Thread Alan Cox
> > > The kernel has to be on a non-SCSI device (for now). > > True. The root fs has to be on a non-SCSI device, yes? False. You can have everything on scsi - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED]

Re: [Re: SCSI bootup problem]

2001-06-11 Thread Hactar
Alan Cox wrote: > > > "Mark A.Tagliaferro" wrote: > > > If I install LILO to floppy disk instead of Master Boot Sector will the > > > standard kernel be able to boot? > > > > The kernel has to be on a non-SCSI device (for now). True. The root fs has to be on a non-SCSI device, yes? - To unsubsc

Re: Who is maintaining the Qlogic FC scsi driver?

2001-06-11 Thread Andrew Patterson
In your message on you write: > Andrew, > > I cannot help on the maintainer, but someone last week pointed me to the > sistina site that had a work around you can try for this problem. > http://www.sistina.com/gfs/howtos/fibrechannel_howto/node7.html > Mike, We did some code reading and compar

Re: [Re: SCSI bootup problem]

2001-06-11 Thread Alan Cox
> "Mark A.Tagliaferro" wrote: > > If I install LILO to floppy disk instead of Master Boot Sector will the > > standard kernel be able to boot? > > The kernel has to be on a non-SCSI device (for now). Thats not true. The kernel needs to be on whatever the BIOS decides to boot Alan - To unsubscr

Re: Who is maintaining the Qlogic FC scsi driver?

2001-06-11 Thread Mike Anderson
Andrew, I cannot help on the maintainer, but someone last week pointed me to the sistina site that had a work around you can try for this problem. http://www.sistina.com/gfs/howtos/fibrechannel_howto/node7.html I personally run the driver from the qlogic site which seems to have worked better fo

Re: [Re: SCSI bootup problem]

2001-06-11 Thread Hactar
"Mark A.Tagliaferro" wrote: > If I install LILO to floppy disk instead of Master Boot Sector will the > standard kernel be able to boot? The kernel has to be on a non-SCSI device (for now). > Could I add an IDE device to the system, boot the standard kernel from there, > build a new kernel that

Re: [Re: SCSI bootup problem]

2001-06-11 Thread Rogier Wolff
Mark A . Tagliaferro wrote: > >Alan Cox <[EMAIL PROTECTED]> wrote: > >> request_module[block-major-8]: Root fs not mounted > >> VFS: Cannot open root device "803" or 08:03 > >> Please append a correct "root=" boot option > >> Kernel panic: VFS: Unable to mount root fs on 08:03 > >> > >> ...could

Re: [Re: SCSI bootup problem]

2001-06-11 Thread Mark A . Tagliaferro
>Alan Cox <[EMAIL PROTECTED]> wrote: >> request_module[block-major-8]: Root fs not mounted >> VFS: Cannot open root device "803" or 08:03 >> Please append a correct "root=" boot option >> Kernel panic: VFS: Unable to mount root fs on 08:03 >> >> ...could this be because the kernel has to be told

Re: SCSI bootup problem

2001-06-11 Thread Alan Cox
> request_module[block-major-8]: Root fs not mounted > VFS: Cannot open root device "803" or 08:03 > Please append a correct "root=" boot option > Kernel panic: VFS: Unable to mount root fs on 08:03 > > ...could this be because the kernel has to be told to load the SCSI module, or > that I have t

SCSI bootup problem

2001-06-11 Thread Mark A . Tagliaferro
I am installing SuSE linux 7.1 on a system with the Adaptek 19160 SCSI adapter. I found the modules for the card on the modules floppy (used autoload modules option). The installation works fine, (I'm using the good old YaST v 1) and I install LILO on the Master Boot Record of the disk. When I e