• 0 Posts
  • 5 Comments
Joined 3 years ago
cake
Cake day: October 1st, 2023

help-circle
  • Sorry to hear about your kid, and I hope they get better! I don’t watch TV or play video games either, but right now my wife and kids consume the bulk of my free time. Not that it would matter, I’d never get to your release frequency if I was single either.

    I’m more of a “refactor it 90 times before I deem it worthy and then spend some more time failing to come up with a name” kind of guy. I’m pretty good at working with legacy codebases, though, so most of my OSS contributions are patches to existing projects. That’s also easier to cram into my schedule.





  • It looks like you’re relying on media automounting to access the drive, but this is happening too late for Docker.

    I would suggest creating the empty folder and explicitly adding the mount to /etc/fstab instead. This should mount early enough, and even if it doesn’t it needs an empty folder for the mount point anyway.

    Edit: Make sure you reference the partition by UUID, because the device name of USB devices sometimes change after a reboot.