Os not coming up after i set mount -o remount,rw /dev/hda8

on RHEL 5.3 i did

mount -o remount,rw /dev/hda8 ( this is /tmp directory )

now OS not coming up.

How to resolve ??

---------- Post updated at 04:57 PM ---------- Previous update was at 03:36 PM ----------

one of my friend told me that you have changed sticky bit permissions on /tmp

boot linux in single user mode and then run

chmod 1777 /tmp

will it solve the problem ?

---------- Post updated at 05:24 PM ---------- Previous update was at 04:57 PM ----------

exact error im getting while rebooting is

/tmp :UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY(i.e. , without -a or -p options)

So: RUN fsck MANUALLY(i.e. , without �a or �p options) (supposedly in single user mode)

after giving root password

i execute

fsck /tmp

or

fsck /dev/hda8

fsck /dev/hda8

what to reply in

salvage<y> ??

Have you read and understood fsck's upfront output?
Not knowing what it output before, and taking into account that this is your /tmp file system, i.e. a data loss were not disastrous, I'd reply: "yes" - at your own risk!

i executed

fsck -y /dev/hda8

and it resolved my problem.