Remount?
Assuming this is not the drive you've booted from, you could find and remount the drive to a location known to you...
We can accomplish such by running:
sudo fdisk -l
Then find your hard drive relative to its size... After this, you can unmount this drive by running:
sudo umount hard_drive_location
And finally, you can remount this drive by running:
sudo mount hard_drive_location where_to_mount
You should replace "hard_drive_location" with the location you found using fdisk
, and you should also replace the "where_to_mount" with where you want to mount to, something like /mnt
should be good...
sudo lsblk -f
and indicate to which storage volume your question refers? Thanks. – David Foerster Mar 16 '18 at 16:05├─sda1 vfat 482C-5E60 /boot/efi ├─sda2 ext4 60458131-491a-417f-987e-d7ee97f07234 / └─sda3 swap 9521ad31-127d-4b8e-baa3-5a0643429b13 [SWAP] sdb
└─sdb1 ntfs SAMSUNG 9EA45B47A45B2157 /media/stuart/SAMSUNG sr0 – Stuart Dick Mar 17 '18 at 12:53