Quote:
Originally Posted by louieleon
i have a samsung np700g7c laptop with ubuntu 21.04 installed. the laptop has 2 x 750g internal hdd. In files its only showing 1 hdd which has ubuntu installed on it. theres no sign of the second hdd.
is there anyway to find the second hdd
|
Check "dmesg" output
run "ls /dev | grep sd" and look for the sdX devices
run "sudo fdisk -l" and look for the drive in the output
run "lsblk" and look for the missing device in the output
run "mount" and see what devices are mounted
run "df" and look for the missing device
The first 4 commands will tell you if the device is seen by the system, the last 2 will tell you if it is mounted and available.
I suspect it may not be mounted so the file manager cannot access it.