command line – How to access a usb flash drive from the terminal? – Ask Ubuntu
Posted by jpluimers on 2019/05/13
Based on [WayBack] command line – How to access a usb flash drive from the terminal? – Ask Ubuntu
Figure out the device:
lsblksudo blkidsudo fdisk -l
Mount the device (assuming it is /dev/sdb1):
sudo mount /dev/sdb1 /media/usbpmount /dev/sdb1udisksctl mount -b /dev/sdb1
Unmounting and eject is in [WayBack] Linux (Ubuntu): safely remove USB flash disk via command line – Stack Overflow
–jeroen






Leave a comment