Thresher wrote:
I will look into the hardware. I did add some more RAM, when replacing the bad fan, ironically, in an attempt to make the server more stable! If the RAM is not flaky, then the 768 MB should be ample for the check and repair, correct?
That is more than sufficient, so provided the RAM is good, you can check that off the list.
Thresher wrote:
If I understand what you have said, in order to regain the use of my Disk 2 I have to install a full version of NASLite, or I have to use a live version of Linux, and run a manual file system check. From my extremely limited knowledge of Linux, I believe there are versions that I can download, burn to CD, and then boot from the CD. Is there are preferred version of Linux to use, and is there a standard command to use?
You can use any live distro such as Knoppix or Ubuntu. I prefer Knoppix, but that's up to you. With the drive mounted as RO, the command you would issue is as follows:
Code:
e2fsck /dev/hdxx
You can also force a bad block check using the "-c" option. Take a look at the e2fsck manpage for details.
Thresher wrote:
Conversely, if I buy NASLite 2 is there a simple way to issue the command? I assume if I use Linux I will have to use a command line, is the NASLite method similar, or a little more user friendly?
NASLite-2 has an option in the admin menu to handle a manual filesystem check that would correct the problem. It also has the capability of using the journaled ext3 instead of ext2.
In any case, you can use a live distro or a NASLite upgrade to fix the filesystem. Once that is done, your files will be available and your drive will be usable.
Hope that helps...