Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: stephen on April 18, 2005, 02:28:08 PM

Title: /proc not loading
Post by: stephen 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?
Title: /proc not loading
Post by: anil_garg5 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
Title: /proc not loading
Post by: stephen 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?
Title: /proc not loading
Post by: dragoncity99 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 .....