shamelessly stolen from nixCraft on mastodon

  • Goodtoknow
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    How can I figure out which direct device is associated with a specific id?

    • Nithanim@programming.dev
      cake
      link
      fedilink
      arrow-up
      6
      ·
      6 months ago

      Not sure if it is equal on all distros but on every one I have used it’s a readable string of muliple components. One of them is “usb” for a usb mass storage, so if it is the only one you have connected to your computer it is very obvious. For like sata disks it has the manufacturer and serial on it so you can match what drive it is you want to write to. Also, the name is pretty unique (on your sysytem at least, globally I don’t know), so even if you swap hardware around, you cannot write to the wrong storage if you got the right name. Like “sdb” can be reassigned, but the id is an id.