How do I clear this up?
John
Al Morgan [ mua...@proaxis.com ]
John Maas <jm...@execpc.com> wrote in message
news:38653f79$0$13...@news.execpc.com...
To soft reboot (like ctrl+alt+del in windows) the machine type:
shutdown -r -y 0
To shudown Linux so you can can power off the machine:
shutdown -h -y 0
Tracy
You need to run fsck interactively, or at least fool the machine into
thinking you are. You should get some sort of disk name with your
error. At the first prompt you get, try: fsck -y /whatever/drive
where /whatever/drive is the disk name the error gave you. The -y tells
fsck to automatically fix any errors it finds. After it successfully
completes, run fsck again without the -y so that you can see any
errors. If you get many errors the second time, there is a good chance
that partitions is what is technically known as "hosed" and there is a
reload in your future. If the second fsck comes up clean, type: reboot
now (not shutdown). Your machine should come up without complaining
about the drive.
TJ
I need a netname.