How to access files or set path to an external storage device using terminal
Need to access external storage device from terminal window ,but cant sent the correct path tried cd /dev /sdb1 but it says no such file or directory what to do.
type
lsblk
in your terminal to find out what your device is named (first column) and if and where Fedora mounted it (last column). If it is already mounted you can access it... if not you need to mount it first.