HowtoForge provides user-friendly Linux tutorials.

  • How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (CentOS 5.3)

    centos Author: Falko TimmeTags: , Comments: 8

    How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (CentOS 5.3) This guide explains how to set up software RAID1 on an already running CentOS 5.3 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) (CentOS 5.3)

    centos Author: Falko TimmeTags: , Comments: 3

    How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB Configuration) (CentOS 5.3) This guide explains how to set up software RAID1 on an already running LVM system (CentOS 5.3). 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).

  • NTFS Disk Recovery

    Author: SkipFrizzellTags: , , Comments: 11

    NTFS Disk Recovery Mary, the daughter of a friend is in college: her Windows XP laptop constantly reboots and, we suspect, has a bad hard drive. The system will boot a live CD (Ubuntu 9.10 Karmic Koala Desktop), and data on the hard drive can be read. During boot, the live CD identifies disk errors and tries unsuccessfully to repair them.

  • How To Build A Standalone File Server With Nexenta 3.0 Beta2

    Author: dfedTags: , , , Comments: 4

    How To Build A Standalone File Server With Nexenta 3.0 Beta2 Nexenta is a project developing a debian user-land for the OpenSolaris kernel. This provides all of the advantages of apt as a package respoitory (based on the Ubuntu LTS apt repository, currently using 8.04) as well as the advantages of the ZFS filesystem. In the resulting setup every user can have his/her own home directory accessible via the SMB protocol or NFS with read-/write access.

  • [Debian-Sarge] Tunneling NFS over SSH

    Author: harmTags: , , Comments: 11

    [Debian-Sarge] Tunneling NFS over SSHThe goal of this howto is building a NFS server that works on a SSH tunnel. This way all traffic between your hosts and the file server is encrypted and thus more secure. Normally you should enter a password every time you try to establish a SSH connection but since we could be mounting at bootup we will use ssh-keygen to create a keypair so we can login without entering a password. We will, however, limit that login session to executing just one command.

  • Setting Up An NFS Server And Client On Debian Etch

    Author: Falko TimmeTags: , Comments: 5

    Setting Up An NFS Server And Client On Debian Etch This guide explains how to set up an NFS server and an NFS client on Debian Etch. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.

  • Unattended Fedora 8 Installation With NFS And Kickstart

    Author: o.meyerTags: , , Comments: 2

    Unattended Fedora 8 Installation With NFS And Kickstart This document describes how to set up an installation environment with kickstart and NFS. With the resulting system you will be able run unattended Fedora 8 installations on the client systems in your LAN - additionally, you will save lots of Internet bandwidth. The whole client configuration can be included into the kickstart file (especially the post-installation script) so you, the admin, will also save a vast amount of time.

  • Setting Up An NFS Server And Client On Debian Lenny

    debian Author: Falko TimmeTags: , Comments: 5

    Setting Up An NFS Server And Client On Debian Lenny This guide explains how to set up an NFS server and an NFS client on Debian Lenny. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.

  • Highly Available NFS Server Using DRBD And Heartbeat On Debian 5.0 (Lenny)

    ha Author: titanskingTags: , , Comments: 6

    Highly Available NFS Server Using DRBD And Heartbeat On Debian 5.0 (Lenny) This HowTo explains how I set up a highly available NFS server using Debian 5 (Lenny) and drbd8 with heartbeat.

  • Setting Up A Highly Available NFS Server

    Author: Falko TimmeTags: , , , Comments: 21

    Setting Up A Highly Available NFS Server In this tutorial I will describe how to set up a highly available NFS server that can be used as storage solution for other high-availability services like, for example, a cluster of web servers that are being loadbalanced. If you have a web server cluster with two or more nodes that serve the same web site(s), than these nodes must access the same pool of data so that every node serves the same data, no matter if the loadbalancer directs the user to node 1 or node n. This can be achieved with an NFS share on an NFS server that all web server nodes (the NFS clients) can access.