Mine is a hybrid laptop. It has 256 GB SSD and 1 TB HDD. I replaced the Windows in SSD with Ubuntu, and it was a success. But when I logged in and open files my HDD is not showing I dont know what to do. My all backup files are in the HDD. I installed GParted and my HDD is showing there, but some error is showing..The image of GParted is below.enter image description here
please help me out!!!!
cd /dev
then typels
and see if sda5 shows up. – darth_epoxy Mar 16 '21 at 04:22mount -t ntfs /dev/sda5 /mnt/
assuming it was an ntfs file system. – darth_epoxy Mar 16 '21 at 04:25