Category: storage / NAS / QNAP

debian9 stretch – basic web based ressource monitoring with collectd
17.07.2017

checkout the tutorial: http://jperrin.org/centos/monitoring/grafana/keeping-an-eye-on-centos-performance-with-grafana/ maybe cacti and co is too complicated and looks a little outdated… collectd might be just what you are looking for 🙂 “The main objective of this is to develop an easy to use and customizable […]

14.07.2017

The Enterprise Volume Management System (EVMS) Project has the goal of providing unparalleled flexibility and extensibility in managing storage. It represents a new approach to logical volume management for Linux. The architecture introduces a plug-in model that allows for easy […]

10.07.2017

you should setup harddisk encryption during setup. to add an encrypted /home partition afterwards might be possible but a lot more effort. scroll very down if you want to know how to encrypt an usb sticks … needless to say […]

07.07.2017

btrfs is used by SUSE12 for the /root partition – where it is doing daily snapshots of the installed OS. It has more functionality built-in than just storing files. This article wants to take btrfs for a test-drive. Video Tutorials: […]

06.07.2017

can be easily checked via: root@debian9:~# cat /proc/filesystems nodev sysfs nodev rootfs nodev ramfs nodev bdev nodev proc nodev cpuset nodev cgroup nodev cgroup2 nodev tmpfs nodev devtmpfs nodev debugfs nodev tracefs nodev securityfs nodev sockfs nodev bpf nodev pipefs […]

gnu linux server and partitioning – stability and security
19.05.2017

yeah one knows sometimes making fun of distributions that have a partition for every /root/folder but well yes it has it’s reasons, like when a program accumulates to much data (mailbox full), the /root partition and the system will not […]

15.05.2017

the commands used for xfs are different. this is only valid for ext3/ext4. preparation: you should move your /home to a separate partition. Warning! You will need to have “physical” access to the server’s console in order to perform these […]

GNU Linux – messing with XFS – Why XFS?
15.05.2017

“XFS is a high performance journaling filesystem which originated on the SGI IRIX platform.” SGI (Silicon Graphics) is out of business since 2009. “The addition of 3D graphic capabilities to PCs, and the ability of clusters of Linux– and BSD-based […]

NAS from Free Open Source Hardware and Software
28.04.2017

this is a crowd-funding project that still needs funding…. if you can help! please chip in 🙂 https://www.crowdsupply.com/gnubee/personal-cloud-1 Tour of LibreCMC and openmediavault We took a screencast of LibreCMC and some screenshots of openmediavault running on the GnuBee Personal Cloud […]

Linux automatic filesystem check on reboot every sunday
18.04.2016

tested with: ext3 and ext4 (does not work for xfs) MY RECOMMENDATION: WHO CARES IF THE NAS IS DOING A AUTOMATIC REBOOT AT SUNDAY 3 o’CLOCK IN THE MORNING AND CHECKING 2-3TB OF EXT3 FILESYSTEM? NO ONE! RELIABILITY SHOULD BE […]

Linux -> DD backup and Restore an (bootable?) USB Stick
23.07.2015

update: safety first! when it comes to important files: safety comes first thus recommend to the user that wants to go pro the following backup system: https://www.ebay.de/itm/Intenso-Memory-Board-4-TB-Externe-Festplatte-8-9-cm-3-5-Zoll-USB-3-2-Gen-1/402584943201 have two complete backups at two different places: backupA: at the company, USB […]

GNU Linux -> how to find and remove duplicate files
17.07.2015

lsb_release -a; # tested with Description: Debian GNU/Linux 12 (bookworm) # previously this was tested with cat /etc/os-release |grep PRETTY PRETTY_NAME=”Debian GNU/Linux 11 (bullseye)” why? duplicate files are a waste of disk space. every system experiences catastrophic failures, slow downs […]

02.04.2015

to mount a NFS share on boot you need to specify it in /etc/fstab (/etc/init.d/rc.local -> script did not work for me in debian-jessie) # tested with Debian 8 su – root; # become root # install basic software needed […]

16.03.2015

Enable SSH Access via SSH and login as the admin user with whatever that password is /etc/init.d/StartMediaService.sh stop And then disable the services by editing that file: vim /etc/init.d/StartMediaService.sh modify the line starting with MULTIMEDIA_PATH and set it to = […]