Tech Nerd Derg.

Arch BTW.

Mastodon @ https://pawb.fun/@Confetti_Camouflage

  • 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle






  • The proprietary Nvidia driver has kernel modules that are specific to a single version of the Linux kernel. With pre-built packages that’s typically whatever the standard kernel is for your distro. If that kernel isn’t booted then you’ll have no graphics driver.

    This is solved by DKMS, which will build those kernel modules for every kernel you have installed. You’ll need the kernel headers for the kernel you want to build for, as well as the nvidia-kernel-dkms package which the wiki you linked only offhandedly mentions. Whenever the kernel or driver updates it should build the required modules.













  • Nothing inherently wrong with NTFS itself as a filesystem besides being proprietary, and Microsoft supplies absolutely no support for using it in Linux. All the work done to get it running in Linux has been from the ground up and it shows. Many times I’ve had a hiccup on my external drives and they completely lock up until they’re repaired on a windows machine. Unfortunately NTFS is one of the only journaled file system that works on both Windows, Apple, and Linux.

    There has also been a lot of advances for filesystems like checksumming so you know when you get bitrot. Or copy-on-write which can take snapshots of a file and then further changes are stored as the difference. You can then rollback to any snapshot you’ve taken.