I have SSD and HDD (500GB). I have dual boot in SSD to work things faster (Windows 10 and Ubuntu 18.04.2 LTS). In windows all the Hard Disk drive are shown but in Ubuntu there is no such files are found.So I have to place all my files in Installation drive and it takes memory which causes slow functioning. Can anyone tell me why the hard disk drives are not being shown on Ubuntu as they do in windows ? Any help will be appreciated.
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=ed4cc11c-076e-47ed-8590-71f00f5468d5 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda2 during installation
UUID=16E1-C8BC /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
lsblk
anddf -h
– Injamul Mohammad Mollah Mar 19 '21 at 07:05/dev/sdb1
,/dev/sdb2
, and/dev/sdb3
. – Injamul Mohammad Mollah Mar 19 '21 at 07:20