New to linux but have been researching this for a few evenings without success. I have two disks in my machine. I wiped windows and installed Ubuntu on one of the disks. I can't seem to access the other disk.
- it doesn't show in gparted
- it doesn't show in the ubuntu command line
I have a completely different computer running windows 11 so I plugged the drive in there and it showed up. I tried reformatting as NTFS and plugging back into Ubuntu but still nothing.
Any help greatly appreciated.
Output of lsblk:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 4K 1 loop /snap/bare/5
loop1 7:1 0 55.5M 1 loop /snap/core18/2284
loop2 7:2 0 110.7M 1 loop /snap/core/12821
loop3 7:3 0 54.2M 1 loop /snap/snap-store/558
loop4 7:4 0 61.9M 1 loop /snap/core20/1361
loop5 7:5 0 61.9M 1 loop /snap/core20/1376
loop6 7:6 0 65.2M 1 loop /snap/gtk-common-themes/1519
loop7 7:7 0 110.8M 1 loop /snap/core/12725
loop8 7:8 0 43.6M 1 loop /snap/snapd/15177
loop9 7:9 0 248.8M 1 loop /snap/gnome-3-38-2004/99
loop10 7:10 0 9M 1 loop /snap/canonical-livepatch/132
loop11 7:11 0 43.6M 1 loop /snap/snapd/14978
nvme0n1 259:0 0 232.9G 0 disk
├─nvme0n1p1 259:1 0 512M 0 part /boot/efi
└─nvme0n1p2 259:2 0 232.4G 0 part /
Update / solution
I have found the problem and I have to apologise but it was something I did without realising. When I wiped windows off I also removed the graphics card and stuck in a really old one. When doing so I must have plugged the SATA cable back into a different port on the motherboard. On this Gigabyte motherboard there are two SATA ports that are disabled when using an M.2 drive. I didn't know this but just found out today when troubleshooting this problem. Moved the cable to another port and now the drive shows up in Ubuntu. I'm terribly sorry for wasting anybodies time but hope posting this outcome might help others.
lsblk.lsblk -Sa.