• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle


  • The dev entry point changing like that means that it disconnected and then reconnected, which shouldn’t have anything to do with the specific file system on the drive. That really makes it sound like the drive isn’t getting quite enough power, which causes a brown out, which Linux detects as the drive getting unplugged and coming back, which is why it gets a new dev entry.

    A look through the usb logs by using something like usbrip would confirm that.









  • At work I have a laptop, a high end virtual workstation, and then a target machine which is in a different city than I am. I typically have 3 tmux sessions open, one for each machine, each split into a left and a right pane.

    On my local session I have Helix open for notes and things on the left and a bash terminal for misc work on the right. On my workstation session I have Helix on the left for coding and a bash session for building on the right. On the target machine session I have the left pane open to bash for starting/stopping the target devices and programs. The right pane is following logs.

    For my personal setup, I have an e-waste Thinkpad often in a similar style except that instead of a virtual workstation it’s my personal desktop that I connect to for large builds. I use it to write, do some hobby coding, 3D printing, chat with friends over Matrix and Discord, plan gaming sessions, play music, etc.

    Edit: Added links