Linux Tutorials on the topic “storage”
-
How To Install Linux Software-Raid on Debian 3.1, 3.1r1a & Ubuntu 5.10
Author: patjec • Tags: linux, storage • Comments: 19How To Install Linux Software-Raid on Debian 3.1, 3.1r1a & Ubuntu 5.10 Version 0.3 (c) Copyleft Patrick Coeman (patrick_dot_coeman_at_171_dot_net) Last edited: 21/01/2006Tested with these distros: Debian 3.1 & 3.1r1a sarge, Ubuntu-server 5.10 "The Breezy Badger Release" all for i386.
-
Set Up A Fileserver For Small/Medium Enterprises With SME Server 7.1
Author: Falko Timme • Tags: linux, other, samba, storage • Comments: 3Set Up A Fileserver For Small/Medium Enterprises With SME Server 7.1 This tutorial shows how to set up a fileserver for small and medium enterprises with SME Server 7.1. SME Server is an open-source Linux server distribution (released under the GPL) based on CentOS that can turn a computer into a gateway, firewall, fileserver, printserver, mailserver (including webmail), etc. In this article we will focus on the fileserver aspect of SME Server.
-
Sample Configuration of DRBD On CentOS 4.5
Author: babarsaleem • Tags: centos, high-availability, storage • Comments: 4Sample Configuration of DRBD On CentOS 4.5 DRBD is an abbreviation of Distributed Replicated Block Device. DRBD is a block device which is designed to build high-availability clusters. This is done by mirroring a whole block device via (a dedicated) network. You could see it as a network RAID1.
-
-
Install Ubuntu With Software RAID 10
Author: maxbash • Tags: ubuntu, storage • Comments: 29Install Ubuntu With Software RAID 10 The Ubuntu Live CD installer doesn't support software RAID, and the server and alternate CDs only allow you to do RAID levels 0, 1, and 5. Raid 10 is the fastest RAID level that also has good redundancy too. So I was disappointed that Ubuntu didn't have it as a option for my new file server. I didn't want shell out lots of money for a RAID controller, especially since benchmarks show little performance benefit using a Hardware controller configured for RAID 10 in a file server.
-
Creating A Dual-Boot System On RAID10 (Ubuntu/Windows)
Author: theos • Tags: ubuntu, storage • Comments: 6
Creating A Dual-Boot System On RAID10 (Ubuntu/Windows) I just bought a new computer and I want to run Ubuntu 8.10 and Vista. I'm really afraid to loose some of my data when a harddrive dies, so I decided to go for a RAID10-setup. Most modern motherboards support RAID0,1,5 and 10. After assembling my new computer, I discovered that the motherboard didn't have a true hardware-RAID-controller. Instead it's just software-RAID, sometimes called fakeraid. If I was installing a Linux-only-system, I wouldn't care and just use the Linux software-Raid options. But this time, my system has to be dual-boot.
-
How To Configure Software RAID To Send An Email When Something's Wrong With RAID
Author: Falko Timme • Tags: linux, storage • Comments: 4
How To Configure Software RAID To Send An Email When Something's Wrong With RAID This short guide explains how you can configure software RAID to send you an email when something's wrong with RAID, for example if a hard drive fails. I've tested this on Debian Etch, but it should apply to all other distributions with minor adjustments to paths, etc.
-
Replacing A Failed Hard Drive In A Software RAID1 Array
Author: Falko Timme • Tags: linux, other, storage • Comments: 93
This guide shows how to remove a failed hard drive from a Linux RAID1 array (software RAID), and how to add a new hard disk to the RAID1 array without losing data.
-
Recover Data From RAID1 LVM Partitions With Knoppix Linux LiveCD
Author: till • Tags: linux, other, storage • Comments: 5Recover Data From RAID1 LVM Partitions With Knoppix Linux LiveCD This tutorial describes how to rescue data from a single hard disk that was part of a LVM2 RAID1 setup like it is created by e.g the Fedora Core installer. Why is it so problematic to recover the data? Every single hard disk that formerly was a part of a LVM RAID1 setup contains all data that was stored in the RAID, but the hard disk cannot simply be mounted. First, a RAID setup must be configured for the partition(s) and then LVM must be set up to use this (these) RAID partition(s) before you will be able to mount it. I will use the Knoppix Linux LiveCD to do the data recovery.
-
How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (Debian Etch)
Author: Falko Timme • Tags: debian, storage • Comments: 38How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (Debian Etch) This guide explains how to set up software RAID1 on an already running Debian Etch system. The GRUB bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).
-
How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (Mandriva 2008.0)
Author: Falko Timme • Tags: mandriva, storage • Comments: 1How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (Mandriva 2008.0) This guide explains how to set up software RAID1 on an already running Mandriva 2008.0 system. The GRUB bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).