About 1,030,000 results
Open links in new tab
  1. How to get over "device or resource busy"? - Unix & Linux Stack …

    I tried to rm -rf a folder, and got "device or resource busy". In Windows, I would have used LockHunter to resolve this. What's the linux equivalent? (Please give as answer a simple …

  2. How to list the kernel Device Tree [duplicate] - linux

    Jun 14, 2016 · I am using an embedded Arm with a Debian build. How does one list the compiled devices from the device tree? I want to see if a device is already supported. For those reading …

  3. Why can the Linux device tree compiler not resolve this label for …

    Jun 8, 2025 · Problem I am trying to add a Linux device tree alias for a network adapter, so U-Boot can assign a static MAC address to it. However, when compiling the kernel, it fails at the …

  4. Why does Linux list NVMe drives as /dev/nvme0 instead of …

    Jun 17, 2019 · In your case, it is called /dev/nvme because the disk is connected through an NVME port and uses the nvme driver on Linux. You can just think of /dev/<something> as a …

  5. How do I find on which physical device a folder is located?

    Apr 14, 2011 · The df(1) command will tell you the device that a file or directory is on: df /work The first field has the device that the file or directory is on. e.g. $ df /root Filesystem 1K-blocks …

  6. linux - How to find the /dev name of my USB device - Super User

    Nov 1, 2011 · Now, I was supposed to see a new device like /dev/sdx, but it doesn't appear. How can I find what the name of my USB device's name and mount it? /var/log/message is empty. …

  7. command to determine ports of a device (like /dev/ttyUSB0)

    I have a question regarding the ports in Linux. If I connect my device via USB and want to check its port I can't do it using the command lsusb, which only specifies bus number and device …

  8. Finding all storage devices attached to a Linux machine

    Oct 3, 2012 · I have a need to find all of the writable storage devices attached to a given machine, whether or not they are mounted. The dopey way to do this would be to try every entry in /dev …

  9. linux kernel - What is the modern way of creating devices files in …

    Nov 13, 2022 · However, The Linux Kernel Module Programming Guide makes use of functions class_create and device_create, I believe to accomplish the same task. What makes me …

  10. linux: How can I view all UUIDs for all available disks on my system?

    0 To see the uuid of a hard disk partition I just boot the system up with a Linux CD and goto my computer mount, click on, the partition I want to see. The uuid number of the Linux partition …