1. Plug in the USB drive to your computer.
2. Open a terminal window and type the command “sudo fdisk -l” to list all the available drives.
3. Identify the USB drive from the list. It will be listed as “/dev/sdX”, where X is a letter or number.
4. Create a mount point directory for the USB drive. For example, type “sudo mkdir /mnt/usbdrive”.
5. Mount the USB drive by typing “sudo mount /dev/sdX /mnt/usbdrive”.
6. Access the USB drive by typing “cd /mnt/usbdrive”.
7. Unmount the USB drive by typing “sudo umount /dev/sdX”.
AuthorAdmin
View all posts by Admin