How to Mount a USB Drive on Ubuntu Server
Login
sudo bash
fdisk -l
Identify the usb drive by looking for the size/name/etc and then note the path (ex /dev/sdb)
mount /dev/sdb /mnt
cd /mnt
Now you should see your files!
Login
sudo bash
fdisk -l
Identify the usb drive by looking for the size/name/etc and then note the path (ex /dev/sdb)
mount /dev/sdb /mnt
cd /mnt
Now you should see your files!