By default, storage devices that are plugged into the system mount automatically in the /media/<username> directory
1. Find the disk using comand lsblk
2. Find the name of the disk, in my case:
/sdb1
3. Create mounting point
1. Find the disk using comand lsblk
2. Find the name of the disk, in my case:
/sdb1
3. Create mounting point
sudo mkdir /media/external
No comments:
Post a Comment