On Linux devices and their partitions are named automatically when being plugged in. They have a base name (for SCSI devices it's sd), a device identifier (a lowercase letter) and a number for every partition. These names depend on the order in which the devices are plugged in, so they are not static at all.
You are probably familiar with RAID-1, which is a mirroring technique for synchronizing data between two or more disks for the sake of redundancy. Normally, RAID-1 mirrors data between several local disks, but you can also sync them over Ethernet. This is not conventional RAID-1 but at least comparable.
Data security is very important but often neglected. How important keeping one's data safe really is gets often recognized when disasters already happened. This article covers a few ideas how to prevent data loss even if your hard drive crashes or your house is on fire.
The Linux Extended File System (Ext) originally invented in 1992 was the first generation of the well known Linux default file system. Ext is inspired by the Unix File System (UFS) and now exists in the fourth generation which is Ext4.
As the first blog entry here on refining-linux.org I'll be showing you some of the great features of Ext2, Ext3 and Ext4!