• 7 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle






  • Short: I forgot the /etc/fstab mount entry

    I’m not sure if the following counts as stupid, but here is one where I almost wiped my system and reinstalled everything. I have some entries in the /etc/fstab to bind certain directories to specific locations in my home, to keep it modular (doing this since over 10 years). One day I replaced one of the internal harddrives and then the system would no longer boot up, because the it tries to mount a non existent drive.

    Due to my long years of experience and wisdom with Linux, I thought that either the new drive was broken or I something from my body sparked over the board. It took me several minutes until I realized what actually happened and then everything was fine.

    BTW in EndeavourOS when this happens again (and it did) then while boot the system asks me to ignore that entry and continue. Which is soooo useful and don’t know why this was never asked before (before I was on EndeavourOS).


  • Skill issues.

    Just joking. These are Vulkan features to support. Normal users usually don’t read those and are not meant for anyway. The first part tells you the feature itself such as VK_EXT_descriptor and the second part with “on” tells you on what hardware driver it connects to, such as nvk for Nvidia Vulkan or radv for Radeon AMD Vulkan driver.

    You can actually lookup the Vulkan features supported on your hardware. Depends on what driver and hardware you are using. The Nvidia panel list them somewhere (I’m no longer Nvidia user) and on AMD you can in example lookup in KDE Info Center. I’m also a noob and that’s all I know. :D