March 28, 2024, 07:19:12 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: /proc not loading  (Read 3811 times)

Offline stephen

  • Linux Learner
  • ***
  • Posts: 56
/proc not loading
« on: April 18, 2005, 02:28:08 PM »
Recently i faced a problem in linux that /proc not loading error at Startup and the server doesn't boot.Why this is happening?

Offline anil_garg5

  • Linux Learner
  • ***
  • Posts: 71
/proc not loading
« Reply #1 on: April 20, 2005, 07:15:30 AM »
have you edit the /etc/fstab file ???
Try to boot your machine in single user mode or rescue mode.

if you are able to your system in above mode, check the /etc/fstab file

Offline stephen

  • Linux Learner
  • ***
  • Posts: 56
/proc not loading
« Reply #2 on: April 20, 2005, 11:13:29 AM »
Dear anil,

    Thanks for the reply.When i go thro' rescue mode,i hope there is no other change or missing entry in fstab or inittab file.I dont know why its happening?

Offline dragoncity99

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 551
/proc not loading
« Reply #3 on: April 20, 2005, 02:54:16 PM »
What happens if u manually mount the proc filesystem if u can still boot into ur linux?

mount -t proc /proc .....