Received: by oss.sgi.com id ; Thu, 1 Feb 2001 13:06:35 -0800 Received: from msgbas1tx.cos.agilent.com ([192.6.9.34]:48341 "HELO msgbas1t.cos.agilent.com") by oss.sgi.com with SMTP id ; Thu, 1 Feb 2001 13:06:33 -0800 Received: from msgrel1.cos.agilent.com (msgrel1.cos.agilent.com [130.29.152.77]) by msgbas1t.cos.agilent.com (Postfix) with ESMTP id 79C701FC for ; Thu, 1 Feb 2001 14:06:32 -0700 (MST) Received: from axcsbh4.cos.agilent.com (axcsbh4.cos.agilent.com [130.29.152.145]) by msgrel1.cos.agilent.com (Postfix) with SMTP id 17A34D9 for ; Thu, 1 Feb 2001 14:06:32 -0700 (MST) Received: from 130.29.152.145 by axcsbh4.cos.agilent.com (InterScan E-Mail VirusWall NT); Thu, 01 Feb 2001 14:06:30 -0700 (Mountain Standard Time) Received: by axcsbh4.cos.agilent.com with Internet Mail Service (5.5.2653.19) id ; Thu, 1 Feb 2001 14:06:28 -0700 Message-ID: From: hiren_mehta@agilent.com To: devfs@oss.sgi.com Subject: Date: Thu, 1 Feb 2001 14:06:22 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-devfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;devfs-outgoing Hi All, I applied the devfs patch to the kernel 2.2.16-22 (RedHat Linux 7) installed the new kernel, modified lilo.conf, ran lilo and rebooted the system with the option "devfs=nomount". The system is able to mount the root file system in readonly mode. But after that when it tries to do fsck to the root file system before mounting it in "rw" mode, it fails. Looks like devfs seems to be having a problem with my /etc/fstab. My /etc/fstab has device names specified in the "LABEL=.." format. Does devfs understand LABEL=.. format ? or I need to change the device names to something like /dev/sdd.. ? Any help is appreciated. -hiren