LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 02-02-2004, 09:06 AM   #1
rainmann
Member
 
Registered: May 2003
Location: michigan
Posts: 30

Rep: Reputation: 15
RH 9.0 freezes on "mounting other filesystems: "


Hello all,

I need help before I pull out any more hair.

I have installed RH 9.0. Eveything installed correctly.

However, when I boot up the boot up freezes on

mounting other filesystesm:

Can any one tell me what is the problem?

What does the boot up want?

Thanks in advance for your help.

Rainmann
 
Old 02-02-2004, 03:18 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,346

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
"Can any one tell me what is the problem?"

Could you post your /etc/fstab? /etc/fstab contains a list of the file systems that your system will mount when it boots.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites
 
Old 02-03-2004, 05:48 AM   #3
rainmann
Member
 
Registered: May 2003
Location: michigan
Posts: 30

Original Poster
Rep: Reputation: 15
I am sorry I cannot post the /etc/fstab, becuase the system does get to login. So I cannot login.

However, I can tell you that I have four partitions, (1 windows XP, 2. LINUX, 3. Windows recovery, 4. some storage for windows). I am wondering if linux is trying to mount one of the other three.


What does the message "mounting other filesystems" mean? What other filesystems are there. I would assume that all file systems would be mounted.

Thanks
 
Old 02-03-2004, 12:30 PM   #4
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,346

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
"What does the message "mounting other filesystems" mean? What other filesystems are there. I would assume that all file systems would be mounted."

Linux is trying to mount the file systems listed in /etc/fstab. So you need to look at /etc/fstab to see what it is trying to mount and to see if there is an error in /etc/fstab which causes mount to hang.

Do you have a rescue CD that you could boot? If so then boot the rescue cd, mount your / partition, and list off /etc/fstab. Something similar to:

mkdir /snowman
mount -t ext2 /dev/hda2 /snowman
less /snowman/etc/fstab

------------------------
Steve Stites

Last edited by jailbait; 02-03-2004 at 01:48 PM.
 
Old 02-03-2004, 01:07 PM   #5
rainmann
Member
 
Registered: May 2003
Location: michigan
Posts: 30

Original Poster
Rep: Reputation: 15
I don't have cd connected to my PC tablet. I installed linux via Netboot. However, I do have my linux boot disk that I had created. It still hangs up, using the boot disk.


Thanks
 
Old 02-03-2004, 01:52 PM   #6
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,346

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
"I don't have cd connected to my PC tablet. I installed linux via Netboot. However, I do have my linux boot disk that I had created. It still hangs up, using the boot disk."

You could try using a rescue floppy instead of a rescue CD to list off /etc/fstab. I recommend tomsrtbt:

http://www.toms.net/rb/


___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites
 
Old 02-04-2004, 10:35 AM   #7
rainmann
Member
 
Registered: May 2003
Location: michigan
Posts: 30

Original Poster
Rep: Reputation: 15
One step closer. Now I have used grub "e" to edit the kernel parameters and
added the init=/bin/bash to the kernel line. I can get into /etc/fstab.


Here is the /etc/fstab

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5, mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda6 swap swap defaults 0 0



I compared this with a machine that has RH 9.0 running and it looks normal.


Is there something else I can try.


Thanks
 
Old 02-04-2004, 11:51 AM   #8
rainmann
Member
 
Registered: May 2003
Location: michigan
Posts: 30

Original Poster
Rep: Reputation: 15
OK somehow the init=/bin/bash gave options to repair files systems.

Now I get

Mounting other filesystems [OK]

Now the system is stuck at

Starting up APM daemon :

What does the system want now?

Please help.

Thanks
 
Old 02-04-2004, 01:28 PM   #9
rainmann
Member
 
Registered: May 2003
Location: michigan
Posts: 30

Original Poster
Rep: Reputation: 15
Oh I did get a copy of the linux rescue disk recommended by jailbail. However, it
failed to boot the system. Only thing that displayed was

LIO
L

More bad news. I rebooted the system and It is back to hanging up

on
Mounting other filesystems:

Thanks
 
Old 02-04-2004, 04:59 PM   #10
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,346

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
I think that you may have a hardware problem of some sort. But I do not know what the problem might be. Take a look through your BIOS and look for misconfigured hardware. Is the BIOS disk geometry correct? Have you made any hardware changes recently? Are your disk cables and master/slave jumpers set correctly?

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hang at "Unmounting remote filesystems" lagartoflojo Slackware 7 03-07-2005 02:13 PM
External USB HDD"Mounting local filesystems: /dev/sdb1 is not a valid block device" manudath Linux - Hardware 3 12-13-2004 09:59 PM
Firefox freezes at "Save", "Download" kjmorris Linux - Software 4 10-27-2004 02:44 PM
"Really" large partitions, files and filesystems BlueKnight Linux - General 10 07-21-2004 05:14 AM
RH "null" beta system freezes right after printing "INIT" markus1982 Linux - Hardware 0 09-09-2002 03:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 01:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration