gene heskett wrote: > But I've put another drive in, that I want to install a non efi system on > too. > > booted back to bullseye to id the drive, its this one: (from dmesg) > [ 18.508537] ata5.00: ATA-11: Samsung SSD 870 QVO 1TB, SVQ02B6Q, max > UDMA/133 > =========== > [ 18.508541] ata5.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth > 32), AA
> How do I proceed? The partitioner does not identify the drives found > adequatly. The drive is plugged into the mainboard controller, I think to > port 5 of 6. > > I could label it, but the partitioner doesn't do labels. > This drive is new, and has not anything written to it. ls -al /dev/disk/by-id/ | grep SVQ02B6Q should get you something like lrwxrwxrwx 1 root root 9 Jan 29 15:26 ata-Samsung_SSD_870_QVO_GB_SVQ02B6Q -> ../../sdb and that will let you know that it's /dev/sdb helpful? -dsr-