Preamble The direct way to a PCI passthrough virtual machines on Ubuntu 20.04 LTS. I try limit changes of the host operating system to a minimum, but provide enough details, that even Linux rookies are able to participate. The final system will run Xubuntu 20.04 as host operating system(OS), and Windows 10 2004 as guest […]
unix
Reminder to myself: How to use fstab
This is a short reminder to myself about common mounting use-cases during boot time using fstab. Overview General Mount ext partitions (unix standart) Mount ntfs partitions (windows standart) Mount samba folders General In order to mount folder during boot, edit fstab via: sudo nano /etc/fstab Identify partitions via UUID no by name (e.g. not by […]