Skip to content

TechDirectArchive

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Linux » How to mount a USB Drive in Linux
  • MachineAccountQuota
    Change the number of MachineAccountQuota a user can add to AD Windows Server
  • APIFEATURE
    Benefits of Azure API Management and how to create an API instance AWS/Azure/OpenShift
  • stuck
    Fix Hyper-V VM Stuck in Stopping State Virtualization
  • Prevent the downloads of apps without password on App store
    Download Apps without passwords on App Store Mac
  • EC2 Public IP
    How to Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance AWS/Azure/OpenShift
  • FIDO KEY FEATURE
    How to use a Fido Certified U2F Key for Authentication Password Manager
  • Review of Stellar Repair for Outlook
    A Review of Stellar Repair for Outlook Reviews
  • windows 7 stuck at loading screen thumbnail
    Disable the Windows welcome screen and shutdown screen Windows

How to mount a USB Drive in Linux

Posted on 10/01/201721/02/2024 Dickson Victor By Dickson Victor No Comments on How to mount a USB Drive in Linux
Linux USB drive mount

When you mount a USB Drive in Linux on our system, it usually mounts automatically; creating a directory by your username under the media folder. You can also access it through the file manager running on your system. Most times, you will need to mount the USB manually to your system to access it. Please see How to mount a usb drive on a Linux Machine, and How to create a Windows 11 Bootable USB drive.

Also, see How to create a bootable USB using Rufus on Windows, how to Create a Windows 10 or 11 bootable USB with UEFI support, and How to Disable and Enable USB Usage for Certain Users in Windows.

Mount a USB Drive

Mounting USB drive is no different than mounting a regular SATA drive. First, navigate to the MNT directory!

root@xxxxxx:/# ls
bin dev home lib64 media opt root sbin sys usr
boot etc lib lost+found mnt proc run srv tmp var
root@axxxxx:/# cd mnt
root@xxxxxx:/mnt# ls
root@xxxxxx:/# !Here no storage devices mounted(Note)

Creating a Mount Point

A mount point is a location on your directory tree to mount the partition. The default location is /media although you may use alternate locations such as /mnt or your home directory.

Note: we are using /mnt here to mount a USB Drive in Linux (mnt) and the partition (usbdrive).

root@xxxxxx:/# mkdir /mnt/usbdrive
root@xxxxxx:/#
root@xxxxxx:/#
root@xxxxxx:/# ls /mnt/
usbdrive

Here the USB drive partition is created

Mounting the USB Drive

root@xxxxxx:/# mount /dev/sdc
sdc sdc1
Note: Here i used "TAB" to display both device node
root@xxxxxx:/# mount /dev/sdc1 /mnt/usbdrive/

Now listing the mount drive partition we have

 root@xxxxxx:/# ls mnt/usbdrive/
 dump lost+found

Permanent USB Mount in Linux

To mount your USB in Linux permanently after reboot add the following line to your /etc/fstab config file:

/dev/sdc1       /media/usbdrive           vfat    defaults        0       0

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Click to share on X (Opens in new window) X
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Telegram (Opens in new window) Telegram
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Mastodon (Opens in new window) Mastodon
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to share on Threads (Opens in new window) Threads
  • Click to share on Nextdoor (Opens in new window) Nextdoor
Linux Tags:USB

Post navigation

Previous Post: Installing Proxmox VE: Fix Volume Group Creation Error
Next Post: How to import a MySQL Database via the command line

Related Posts

  • squid proxy feature
    How to Set Up and Configure a Squid Proxy Server Linux
  • Run Linux on Windows Server
    How to install Windows Subsystem for Linux on Windows Server Linux
  • images copy
    How to clean packages lying around in Linux Linux
  • Package1
    Install Synaptic Package Manager: Handle packages in Ubuntu Linux
  • feature image
    How to install PostgreSQL on Ubuntu Linux
  • FimageUbuntuUpgrade
    How to Upgrade From Ubuntu 20.04 LTS to 22.04 LTS Linux

More Related Articles

squid proxy feature How to Set Up and Configure a Squid Proxy Server Linux
Run Linux on Windows Server How to install Windows Subsystem for Linux on Windows Server Linux
images copy How to clean packages lying around in Linux Linux
Package1 Install Synaptic Package Manager: Handle packages in Ubuntu Linux
feature image How to install PostgreSQL on Ubuntu Linux
FimageUbuntuUpgrade How to Upgrade From Ubuntu 20.04 LTS to 22.04 LTS Linux

Leave a Reply Cancel reply

You must be logged in to post a comment.

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Microsoft MVP

  • MachineAccountQuota
    Change the number of MachineAccountQuota a user can add to AD Windows Server
  • APIFEATURE
    Benefits of Azure API Management and how to create an API instance AWS/Azure/OpenShift
  • stuck
    Fix Hyper-V VM Stuck in Stopping State Virtualization
  • Prevent the downloads of apps without password on App store
    Download Apps without passwords on App Store Mac
  • EC2 Public IP
    How to Allocate, Associate, Disassociate and Release Elastic IP Address from an EC2 Instance AWS/Azure/OpenShift
  • FIDO KEY FEATURE
    How to use a Fido Certified U2F Key for Authentication Password Manager
  • Review of Stellar Repair for Outlook
    A Review of Stellar Repair for Outlook Reviews
  • windows 7 stuck at loading screen thumbnail
    Disable the Windows welcome screen and shutdown screen Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,843 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.