Linux Tutorials on the topic “storage”
-
How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB Configuration) (Debian Etch)
Author: Falko Timme • Tags: debian, storage • Comments: 5How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB Configuration) (Debian Etch) This guide explains how to set up software RAID1 on an already running LVM system (Debian Etch). 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 Install Ubuntu 8.04 With Software RAID1
Author: marchost • Tags: ubuntu, storage • Comments: 7How To Install Ubuntu 8.04 With Software RAID1 This short guide explains how you can configure software RAID1 during the initial installation of an Ubuntu 8.04 ("Hardy Heron") system.
-
Set Up A Fully Encrypted Raid1 LVM System (Lenny)
Author: Stephan Jau • Tags: debian, storage • Comments: 7
Set Up A Fully Encrypted Raid1 LVM System For this Howto I use Debian Lenny (still testing and not "stable" for the simple reason as - contrary to Debian Etch and/or Ubuntu 8.04/8.10 - the install routine does setup the initrd correctly so that you can set up encrypted swap and also an encrypted raid1 lvm during install). This Howto will be heavy on screen shots again - a lot of them are repetitive as I setup multiple partitions at once. Basically I will set up the system in a way that (a) everything [except for /boot] will be encrypted, (b) everything will be on a raid1 and (c) have a LVM for your data partition so that this one can be easily expanded.
-
-
How To Resize LVM Software RAID1 Partitions (Shrink & Grow)
Author: Falko Timme • Tags: linux, storage • Comments: 5How To Resize LVM Software RAID1 Partitions (Shrink & Grow) This article describes how you can shrink and grow existing software RAID1 partitions with LVM on top. I have tested this with logical volumes that use ext3 as the file system. I will describe this procedure for an intact RAID array and also a degraded RAID array.
-
How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (Debian Lenny)
Author: Falko Timme • Tags: debian, storage • Comments: 2
How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (Debian Lenny) This guide explains how to set up software RAID1 on an already running Debian Lenny 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 LVM System (Incl. GRUB Configuration) (Debian Lenny)
Author: Falko Timme • Tags: debian, storage • Comments: 1
How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB Configuration) (Debian Lenny) This guide explains how to set up software RAID1 on an already running LVM system (Debian Lenny). 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).
-
Installing MySQL And phpMyAdmin On FreeNAS
Author: hasnainmj • Tags: other, freebsd, storage • Comments: 42Installing MySQL And phpMyAdmin On FreeNAS This howto was written when I needed to run some php based web applications and the only system around was FreeNAS. Although many people are using php and MySQL on a FreeNAS box successfully I couldn't find any simple tutorial for the purpose, so I wrote one in case anyone needs it.
-
Simple Home File Server (Based On Ubuntu)
Author: xam • Tags: ubuntu, samba, storage • Comments: 37Simple Home File Server (Based On Ubuntu) This tutorial explains how to turn an old PC with additional hard disks into a simple home file server. The file server is intended for home use. The home file server is accessible by Windows and Linux computers in the home network.
-
Network-Attached Storage With FreeNAS
Author: Falko Timme • Tags: freebsd, storage • Comments: 4
Network-Attached Storage With FreeNAS This tutorial shows how you can set up a network-attached storage server with FreeNAS. FreeNAS is based on the FreeBSD operating system and supports CIFS (samba), FTP, NFS, RSYNC, SSH, local user authentication, and software RAID (0, 1, 5). It comes with a powerful web interface and uses very little space on the hard drive - about 32MB.
-
Entering A Safe Mirror When Logging In With Unionfs And Chroot
Author: stefbon • Tags: other, security, storage • Comments: 1Entering A Safe Mirror When Logging In With Unionfs And Chroot When reading a 'hint' on the website of LinuxFromScratch I discovered the special capabilities of unionfs, specially in combination with chroot. Later I read a HowTo on a wikiwebsite of Gentoo, about entering a chrooted homedirectory when using a special script as shell. Combining these two brings me to using a chrooted environment, which you enter when logging in as a special user. This environment is a exact copy (mirror) of the system you're working on. Because you're in safe copy of the real system, you can do whatever you like, it will never change the system, everything stays inside the cache (the readwrite branch).