Trying to spread the idea that humans need to evolve beyond our current stage based on mutual exploitation and learn to again live on this planet sustainably and without coercion.

  • 4 Posts
  • 723 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2023

help-circle






  • Just throwing some thoughts out there

    • fdisk shows /dev/sdc1 and mount doesn’t see it – did you perhaps unplug it and replug it causing potential renumeration?

    • Use the dmesg command to watch Linux detect the device

    • Use cat /proc/partitions to see the kernels view of storage devices

    • Check out the /dev/disk/by-label, /dev/disk/by-uuid, /dev/disk/by-partlabel etc and see how the point to each other

    e.g.

    $ ls -l /dev/disk/by-partlabel/arch-root lrwxrwxrwx 1 root root 10 Jan 25 19:46 /dev/disk/by-partlabel/arch-root -> ../../sda2