Still climbing that linux learning curve but things are coming along very well...
I have a question regarding file systems. FC5 (default install) uses ext3 filesystem. I'd like to put the scalix stuff onto the best file system possible. I have two extra identical 7200rpm drives (20GB each). I have a few questions.
- My mobo has an onboard raid controller that "seems" (haven't tested it extensively yet) to be supported by linux as the two drives do show up in /dev when in IDE mode and only one drive shows when I set the bios to RAID mode. Is hardware RAID preferable over software RAID??? I used to do some windows 2000 software raid for striping these drives together...it wasn't as fast as hardware but saved me the headache of dealing with drivers etc etc...I'm curious as to the benefits of letting linux run the raid array vs the bios. I would like to mirror the drives for redundency. 20GB will be plenty for the <20 people we have working in the office.
File systems: I notice that my /var/opt/scalix/ll/s/data directory is full of 4.0k files...I read that the ReiserFS is recommended for drives with lots of files under 4.0k since it's performance is measured to be very significantly faster than the others. Is this true and would it be best to put the scalix installation onto a partition with the ReiserFS? This is the tutorial I read it on: http://www.linux-noob.com/forums/index.php?showtopic=1902 ...FYI
If I have an existing scalix installation on my first (slower) drive, hda...how can I migrate it to the newly mirrored (hardware or linux) drive and mount it back to the file system as /var/opt/scalix? I've done some simple copying etc and partitioning but I have test users helping me watch for bugs. The problem is I don't have the confidence yet to fire off any large, grandiose commands that will migrate everything to the new drive and get things operational again quickly...I would only have a couple hours after everyone else leaves to pull it off and have it ready for the next workday.
Thanks in advance for any help you have to offer.