0

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?

user535733
  • 68,493

1 Answers1

0

As suggested by user535733 I ran parted -l. This revealed that My original boot device have been assigned /dev/nvme0n1 and the kernel has appropriately created /dev/sda for my new device.