Search for: lvm2

GNU Linux howto lvm lvm2 logical volumen management + concept + man pages + dynamic resizing partitions + snapshots + how to upgrade lvm2 encrypted to larger harddisk – what physical blockdevice is used for what logical volume?
29 May 2017

lvm2 concept: tested on: debian 8-9 and compatible, manpages from centos7/rhel7 in general backup! backup! backup! before fiddeling with partitions and the filesystem… logical volumes basically allow you to span partitions over several disks/partitions as well as resize those partitions. […]

GNU Linux Debian 10/11/Ubuntu + kvm-qemu virtualization host + guest auto resize screen + disk bench Windows 7 64Bit vm guest (only 32Bit works) + “Unable to init server: Could not connect: Connection refused” + wtf esxi has no clone button + how to install RHEL7 and CENTOS7 kvm guest integration
15 Sep 2021

first off the praise: kvm-qemu is a high performance nicely scriptable virtualization system if it works, it can do pretty things 🙂 IN CONTRAST TO iESXI SH** WARE CLONING A VM IS A EASY AS: virt-clone –original debian12 –name debian12-clone […]

GNU Linux – basic harddisks benchmarks with dd and fio (ssds  KINGSTON SKC600512G vs Samsung SSD 850 PRO vs Samsung SSD 860 EVO vs Samsung SSD 870 EVO 1TB) – ntfs vs ext4 – how fast are virtual harddisks?
13 Nov 2020

https://wiki.archlinux.org/title/benchmarking update 2025: very basic cross os distribution monitor harddisk speeds bash script by counting sector read write update 2022: next to the good old (non-destructive if used correctly) “dd” is still the way to go for benchmarking harddisks under […]

how to change uuid of logical lvm partitions
16 Jul 2019

problem: manually changing uuids is tidious and might not yield the result you want. unfortunately have not succeeded yet with integrating an old harddisk.vdi (same uuids) back into the template vm (same uuids) – so the recommendation is: reinstall os […]

10 Jul 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 […]

Yum cheat sheet – the future of Yum is Dnf
24 May 2017

update: 2021-1 yum -> dnf hostnamectl; # tested on Virtualization: kvm Operating System: CentOS Linux 8 CPE OS Name: cpe:/o:centos:centos:8 Kernel: Linux 5.4.11 Architecture: x86-64 ll /usr/bin/yum -> dnf-3 all those yum commands still work with dnf (nice work!) DNF […]

Linux automatic filesystem check on reboot every sunday
18 Apr 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 -> debian -> upgrade problems – who the f*** is python-numpy ?
01 Jun 2015

tested on: Linux debian7 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux here an example how aptitude can resolve a problem that apt can’t resolve (easily). how to solve the problem: #!/bin/bash # the problem: dpkg: dependency problems prevent configuration of […]

06 Nov 2012

one lucky day i got prompted “enter root passwort” or Control+D to continue. (not recommended) … the root filsystem reported UNEXPECTED INCONSISTENCIES. so you go fsck -y /dev/sda you see that your disk makes errors when you check less /var/log/kern.log THAN […]

Hello World :)
21 Sep 2012

beautiful software “it just works” This is one’s Open Source knowledge base. If one had to explain – what is the difference between Open Source and Closed Source software – one would say – Open Source software is (usually) made […]