David Christensen wrote on 10/12/20 10:01 PM:
On 2020-10-12 19:19, Dennis Wicks wrote:
I have 3 SATA drives on my system. I replaced all my red
cables with new black cables. The BIOS sees all of them
but when linux finishes booting it only sees two of them.
Do I have to do something to linux so it sees the third
drive?
FYI, I have the system disk in sata-1, the drive on sata2
is not seen, but the drive on sata3 is seen and in use.
The CD/DVD drive is on sata6 and is also seen.
Thanks for any and all help!
Dennis
Run the following commands as root. If you need help
interpreting the results, post your console session:
# lsblk
# fdisk -l
# mount | grep sd
David
Thanks for the tip, but none of those commands show the
third disk, just two.
What might be /dev/sdc doesn't show up with any command I
have tried.
Thanks!
Dennis