Hi,
Type in the root password at the prompt. You should get a shell.
/data maps to some partition on your hard drive, such as /dev/hda3 You will need to find that out. Perhaps you can "cat /etc/fstab" and see the mapping. You cannot use "df", as it is likely that /data is not mounted at this point.
When you find out your actual partition, you want to run fsck:
"fsck -a /dev/hdaX" where X is that partition. The -a says "fix errors automatically"
You might wish to run the command several times.
Let us know how it works. If you need to replace /data with a second hard drive, or move it to another place, that can be done rather easily.
Christian
Reputation Points: 121
Solved Threads: 57
Posting Virtuoso
Offline 1,629 posts
since Mar 2004