HELP!!!

I don't know if anyone has heard of this before or not, maybe I'm dumb or something. At work we were trying to share out a directory to the network from a stand-alone server. The server does not run NIS or NIS+, so when we tried to use the (share -F nfs -o ro=allmachines etc.) it didn't work. Next we tried to link the directory to a new directory on the network thinking they might be able to access it that way. Here's the problem, when the link didn't work, we deleted it. Easy enough right? Problem is, the directory we were trying to link out from the server ALSO disappeared. Funny thing is, all the data (60GB) that is in the directory is still somewhere on the partition. I did a df -kl and I can still see the data still occupies space but when i try to go to the directory its not there. When I ran the find command, It brought back zero hits. I rebooted the machine thinking the system had errored out and the data wasn't really there. When the system came back up, in the console window were scrolling errors about the missing data....I'm totally lost, is the data their or not? If it is, how do I recover it? If not how can i get the system to realize this so I can restore it from backups? The partition is at about 93% right now.

E4500 running solaris 8

[1296 byte] By [paulsonb] at [2007-11-25 23:19:00]
# 1

You need to be a little more specific as far as what commands you issued, what files you edited, what do you mean by trying to link it to another directory on the network, etc...Just reading what you have, I would think that either a) you should look in lost+found or b) you edited some files and now the server is trying to mount something on top of the directory where the data is.

Chaac at 2007-7-5 18:07:14 > top of Java-index,General,Talk to the Sysop...
# 2

The command I used to link the directories was ln -s /a/b/c(server directory) /c/b/a(network directory) I think I might have it backwards? As far as editing anything, the only thing that was modified was the dfstab and that was only when we tried to share out the directory to the network. We are trying to limit users from accessing other files on the server so we only want to share out this one directory.

paulsonb at 2007-7-5 18:07:15 > top of Java-index,General,Talk to the Sysop...