How Do You Mount a USB Drive in the Linux Terminal Using the Command Line?

Subscribers:
520
Published on ● Video Link: https://www.youtube.com/watch?v=JnkE2qEEuz8



Duration: 1:18
226 views
2


VAL will show you how to mount a usb drive in the Linux Terminal.

🔥 GROW YOUR CAREER WITH LINUX ➡️ https://shareasale.com/r.cfm?b=734319&u=3115204&m=59485&urllink=&afftrack=
(Learn and get certified by the experts at the Linux Foundation with this affiliate link)

After plugging-in your USB device to your LINUX system’s USB port, the system will add a new block device into the /dev/ directory. To check that, use the following command – Firstly, open your command line and write the following command in:
$ sudo fdisk -l

After this step, you will need to create a mount point. In order to do so,

$ mount /dev/sdb1 /mnt

In above given command, ‘sbd1’ refers to the name of your USB Device.

Next, you will be required to create a directory in the mounted device. For that, use the following command:
$ cd /mnt
/mnt$ mkdir LL


This step will complete your query of how to mount USB Drive in LINUX.

Support the Channel https://donorbox.org/virtual-assistant-for-linux
VAL utilises the following open source software.
GIMP for thumbnail.
Openshot for video editing.
Mimic for speech.
Kazam for screen recording.
Terminology for terminal emulator.
Featherpad for text editor.
Midnight Commander for managing files.
MX Linux operating system.







Tags:
LINUX
OPEN SOURCE
TERMINAL
COMMAND LINE
COMPUTER
LAPTOP
HOW TO
TECH
TECHNOLOGY
SOFTWARE
HARDWARE
OPERATING SYSTEM