Linux Tutorials on the topic “storage”
-
High-Availability Storage with GlusterFS on CentOS 7 - Mirror across two storage servers
Author: Till Brehm • Tags: centos, high-availability, linux, storage • Comments: 16This tutorial shows how to set up a high-availability storage with two storage servers (CentOS 7.2) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (CentOS 7.2 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes.
-
Using ATA Over Ethernet (AoE) on CentOS 7 (Initiator and Target)
Author: Till Brehm • Tags: centos, linux, storage • Comments: 0This guide explains how you can set up an AoE target and an AoE initiator (client), both running CentOS 7. AoE stands for "ATA over Ethernet" and is a storage area network (SAN) protocol which allows AoE initiators to use storage devices on the (remote) AoE target using normal ethernet cabling. "Remote" in this case means "inside the same LAN" because AoE is not routable outside a LAN (this is a major difference compared to iSCSI). To the AoE initiator, the remote storage looks like a normal, locally-attached hard drive.
-
Setting Up an NFS Server and Client on CentOS 7.2
Author: Till Brehm • Tags: centos, linux, server, storage • Comments: 12This guide explains how to set up an NFS server and an NFS client on CentOS 7. 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.
-
-
Run your own cloud: Installing OwnCloud 9 on Debian 8
Author: Neil Golden • Tags: debian, linux, server, storage, web server • Comments: 20OwnCloud offers you the ability to run a cloud storage service that you administer and control yourself. The latest version, ownCloud 9.0, was released on March 8. Let's look at the process of installing ownCloud 9.0 on a system running Debian Jessie.
-
High-Availability Storage with GlusterFS on Debian 8 - Mirror across two storage servers
Author: Till Brehm • Tags: debian, high-availability, linux, server, storage • Comments: 12This tutorial shows how to set up a high-availability storage with two storage servers (Debian Jessie) that uses GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage nodes. The client system (Debian 8 as well) will be able to access the storage as if it was a local filesystem.
-
Setup ATA over Ethernet (AoE) on Debian 8 (Initiator and Target)
Author: Till Brehm • Tags: debian, server, storage • Comments: 1This tutorial shows you how to setup an AoE client (initiator) and server (target) on Debian 8 /Jessie). The term AoE stands for "ATA over Ethernet" which is a storage area network (SAN) protocol that allows AoE clients to use storage devices on the (remote) AoE server over a normal ethernet network. "Remote" in this case means "inside the same LAN" because AoE is not routable outside a LAN (this is a major difference compared to iSCSI). To the AoE client (initiator), the remote storage looks like a normal, locally-attached hard drive.
-
How to Encrypt Directories/Partitions with eCryptfs on Debian 8 (Jessie)
Author: Falko Timme • Tags: debian, security, storage • Comments: 5eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. You can use it to encrypt partitions and also directories that don't use a partition of their own, no matter the underlying filesystem, partition type, etc. This tutorial shows how to use eCryptfs to encrypt a directory on Debian Jessie
-
Setting up Unison File Synchronization between two Servers on Debian 8 (Jessie)
Author: Till Brehm • Tags: debian, high-availability, server, storage • Comments: 10This tutorial shows how to set up file synchronization between two Debian 8 servers with Unison. Unison is a file-synchronization tool similar to rsync, the big difference is that it tracks/synchronizes changes in both directions, i.e., files changed on Server 1 will be replicated to Server 2 and vice versa.
-
How to sync your documents with Google Drive on Ubuntu
Author: Bill Toulas • Tags: cloud, storage, ubuntu • Comments: 15Google Drive is a popular online service that allows for the easy sharing and collaborative editing of documents (word files or spreadsheets). Under the most usual day to day circumstances, the GDrive tool is very useful serving as a cloud space and/or a readily available online collaboration platform. On this guide, we will see how you can install an open source client tool for the service named Grive, and how to set it up according to your needs.
-
Samba Server Installation on Debian 8 (Jessie)
Author: Till Brehm • Tags: debian, samba, storage • Comments: 22This tutorial explains the installation of a Samba fileserver on Debian 8 and shows you how to configure Samba to share files over the SMB/CIFS the protocol. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory, all users have a shared group directory with read-/write access and optionally an anonymous share is added.