I have added a SanDisk SSD SATA 1 TB disk to my Ubuntu machine. I can see it being recognized in the BIOS, but my attempts to get the kernal to recogbnize it and allocate an /dev/sd* entry to it via either a scan or reboot do not yield the desired result. Here is the listing in /dev:
ls /dev/s*
/dev/sda /dev/sg0 /dev/snapshot /dev/stderr /dev/stdin /dev/stdout
/dev/shm:
/dev/snd:
by-path hwC0D0 pcmC0D0c pcmC0D10p pcmC0D3p pcmC0D8p seq
controlC0 hwC0D2 pcmC0D0p pcmC0D2c pcmC0D7p pcmC0D9p timer
Is there a method by which I can get the kernel to recognize this device?
sudo parted -l
– user535733 Feb 28 '22 at 18:37