• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To List USB Devices On Ubuntu – Find USB Device Name On Linux Ubuntu

How To List USB Devices On Ubuntu – Find USB Device Name On Linux Ubuntu

By Sourabh / December 26, 2018 Category: How To, Ubuntu

How to get device name of USB device on Ubuntu? Command to list USB devices in Ubuntu or on Linux, find USB Device name. This post describes how to find the /dev name of my USB device. By default, when a storage devices is plugged into the system, it mount automatically in the /media/ directory.

Detect USB Devices – Find USB Device Name

There are many ways to get the info about USB device and find the name of USB device connected to the system. Before we begin, you must know about the following two basic commands:

1.To see a list of your USB devices (the vendor and device ID’s), run:

lsusb

2. To see information about currently mounted systems, simply run:

mount

1. fdisk

fdisk

fdisk is a disk partition manipulation program, which allows you to create, destroy, resize, move and copy partitions on a hard drive using a menu-driven interface. It is useful for organising the disk space on a new drive, reorganising an old drive, creating space for new operating systems, and copying data to new hard disks. fdisk prints the partition table including any USB drive if present:

sudo fdisk -l

The argument -l, –list shows the partition table on the specified device and exits. If there is no device specified, lists the partition tables on all detected devices. Another argument -s, –size=DEVICE prints the size of the partition on DEVICE is printed on the standard output.

2. dmesg

dmesg

dmesg is used to examine or control the kernel ring buffer. The default action is to display all messages from the kernel ring buffer.
dmesg is an important command that prints or controls the kernel ring buffer, a data structure which stores information about the kernel’s operations.

dmesg

When we use the command dmesg with argument -L it colorize the output.

3. lsblk

lsblk

lsblk is another command to find the USB device name. The lsblk command lists all the block devices that are attached to the system. lsblk lists information about all available or the specified block devices. The lsblk command reads the sysfs filesystem and udev db to gather information. The command prints all block devices (except RAM disks) in a tree-like format by default. Use lsblk –help to get a list of all available columns.

lsblk

If you want to list empty devices also, run the command with -a, –all argument. By default the lsblk command doesn’t show empty devices.

You can also use df command to check the Linux disk space utilization alongwith the device name. df displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space available on all currently mounted file systems is shown.

Tags: Access Usb From Terminal Mac, Change Usb Label Windows, Command To Find Usb Device In Linux, Command To Find Usb Device In Ubuntu, Command To List Usb Device In Linux, Command To List Usb Device In Ubuntu, Detect USB Devices, Find Ntfs Usb Drive Linux, Find Usb Debian, Find USB Device Name, Find Usb Drive Linux Command Line, Find Usb Drive Raspberry Pi, Find Usb Linux Terminal, Find Usb Linux Terminal Comamdn Line, Find Usb List Linux Terminal, Find Usb List Linux Terminal Command Line, Find Usb Name In Linux, Find Usb Name In Ubuntu, Find Usb Name Linux Terminal, Find Usb Name Linux Terminal Command Line, How To Find Pendrive In Linux, How To Find Sd Card In Linux, How To Mount Pendrive In Linux, Linux Command To Find Usb Device, Linux Command To List Usb Device, Linux Detect Usb Devices Connected, Linux Find Sd Card, Linux Find Usb Device, Linux Find Usb Device Name, Linux Find Usb Device Path, Linux Find Usb Hard Drive, Linux Find Usb Name, Linux List Devices Command, Linux List Devices Usb, Linux List Usb Devices Tty, Linux List Usb Ports, Linux Mount Usb Hard Drive, Linux Rename Disk Label, List Usb Devices Ubuntu, List Usb Devices Windows, Mlabel Example, Mlabel Usage, Mount Ntfs Usb Drive Linux, Mount Usb Debian, Mount Usb Drive Linux Command Line, Mount Usb Drive Raspberry Pi, Rename External Hard Drive Linux, Rename External Hard Drive Ubuntu, Rename Usb Drive Linux, Ubuntu Command To Find Usb Device, Ubuntu Command To List Usb Device, Ubuntu Device Name, Ubuntu Find Usb Name, Ubuntu Name Usb Device, Ubuntu Rename Volume, Unfind Usb Linux, Unmount Usb Linux

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap