LVM cache_check: execvp failed: No such file or directory
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773731 Installing thin-provisioning-tools fixed
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773731 Installing thin-provisioning-tools fixed
https://askubuntu.com/questions/57908/how-can-i-quickly-copy-a-gpt-partition-scheme-from-one-hard-drive-to-another On a non GPT partition table I can do sfdisk -d /dev/sda | sfdisk /dev/sdb. But sfdisk doesn’t support GPT partition tables. What can I use instead? Solution for GPT: Install gdisk which is available in the Ubuntu Universe repositories. Then use the sgdisk command (man page here) to replicate the partition table: sgdisk /dev/sdX -R /dev/sdY sgdisk -G /dev/sdY […]
https://en.wikipedia.org/wiki/XFS
https://blog.programster.org/create-raid-with-lvm Many Linux users have created RAID arrays using mdadm and do not realize that you can also create a RAID array without it by using LVM. Installing LVM You may need to install the LVM packages in order to build these arrays. sudo apt-get install lvm2 Copy to clipboard Creating RAID 0 sudo vgcreate […]
https://www.slashroot.in/configuring-lvm-top-raid-alternative-way-partitioning-raid-devices
https://www.linuxbabe.com/linux-server/how-to-enable-etcrc-local-with-systemd f you are running a Linux distro that use Systemd, then you may find that your command in /etc/rc.local file would not run on system boot. This guide explains how to enable /etc/rc.local script to run on system start. The problem If you type the following command in terminal: sudo systemctl status rc-local You […]
https://constantin.glez.de/2011/07/27/zfs-to-dedupe-or-not-dedupe/
http://nex7.blogspot.com/2013/03/readme1st.html Things Nobody Told You About ZFS Yes, it’s back. You may also notice it is now hosted on my Blogger page – just don’t have time to deal with self-hosting at the moment, but I’ve made sure the old URL redirects here. So, without further adieu.. Foreword I will be updating this article over time, […]
https://forums.servethehome.com/index.php?threads/lsi-raid-controller-and-hba-complete-listing-plus-oem-models.599/
https://www.solaris-cookbook.eu/virtualisation/proxmox/proxmox-lxc-running-docker-inside-container/