* meaning of error
@ 2002-04-11 21:23 Steven Blakeslee
2002-04-12 3:31 ` Matt Porter
0 siblings, 1 reply; 3+ messages in thread
From: Steven Blakeslee @ 2002-04-11 21:23 UTC (permalink / raw)
To: 'linuxppc-dev@lists.linuxppc.org'
Any help would be appreciated. In the error "Kernel panic: VFS: Unable to
mount root fs on 01:01" what does the 01:01 stand for? I've also seen 00:00
and 01:00.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* re: meaning of error
@ 2002-04-12 3:31 David Boutcher
0 siblings, 0 replies; 3+ messages in thread
From: David Boutcher @ 2002-04-12 3:31 UTC (permalink / raw)
To: 'linuxppc-dev@lists.linuxppc.org'
> Any help would be appreciated. In the error "Kernel panic: VFS: Unable
to
> mount root fs on 01:01" what does the 01:01 stand for? I've also seen
00:00
> and 01:00.
Devices are identified by a major number and minor number. This says the
kernel is looking on major 01 minor 01 for a file system....and not finding
one. Usually you fix this by adding a "root=/dev/sda1" (or whatever) kernel
parameter when you boot. The kernel doesn't "search" for a root file
system....it basically expects it to be where you tell it.
Dave Boutcher
Senior Technical Staff Member
iSeries Linux Development and Architecture
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: meaning of error
2002-04-11 21:23 meaning of error Steven Blakeslee
@ 2002-04-12 3:31 ` Matt Porter
0 siblings, 0 replies; 3+ messages in thread
From: Matt Porter @ 2002-04-12 3:31 UTC (permalink / raw)
To: Steven Blakeslee; +Cc: 'linuxppc-dev@lists.linuxppc.org'
On Thu, Apr 11, 2002 at 05:23:56PM -0400, Steven Blakeslee wrote:
>
> Any help would be appreciated. In the error "Kernel panic: VFS: Unable to
> mount root fs on 01:01" what does the 01:01 stand for? I've also seen 00:00
> and 01:00.
Major:Minor of the root device it attempted and failed to open.
See Documentation/devices.txt in your kernel source for information
on the assignment of these values.
--
Matt Porter
MontaVista Software, Inc.
mporter@mvista.com
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-04-12 3:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-11 21:23 meaning of error Steven Blakeslee
2002-04-12 3:31 ` Matt Porter
-- strict thread matches above, loose matches on Subject: below --
2002-04-12 3:31 David Boutcher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).