About 50 results
Open links in new tab
  1. How can I mirror the screen on my Windows 10 laptop to my Linux …

    Sep 9, 2023 · Windows 10 already has wireless screencasting support, and I don't want to install anything extra in it. But I am free to install/run stuff on the Debian running on the Linux device. The …

  2. 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 Used Available …

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

    I just need a command which will give me port of a device and will not push me to disconnect and reconnect my devices. ls /dev/ttyUSB* will only list maybee 10 ports but from this list I cannot tell …

  4. How to find the driver (module) associated with a device on Linux?

    To get this information from sysfs for a device file, first determine the major/minor number by looking at the output of ls -l, eg $ ls -l /dev/sda brw-rw---- 1 root disk 8, 0 Apr 17 12:26 /dev/sda The 8, 0 tells us …

  5. 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 "unlock this" ...

  6. How to load device-tree overlays - Unix & Linux Stack Exchange

    There are several ways to add overlays to the kernel devicetree in u-boot, the most common one is by using various u-boot commands to "manually" load the devicetree and all overlays into memory, and …

  7. How to mount a device in Linux? - Unix & Linux Stack Exchange

    So, normally is this how I should find it on a running linux system: plugin a pen drive (example), issue the command # fdisk -l and find the device (/dev/*) & its filesystem (vfat, ntfs, hpfs, ext etc). Right?

  8. Wifi device not showing up while setting up Arch Linux

    Feb 3, 2021 · Are you set on Arch? Because if you just want to start using Linux I suggest starting with another distribution that has an installer. Arch is a great way of learning, but to get started you might …

  9. Linux: How to find the device driver used for a device?

    Jun 27, 2012 · As others mentioned before, you can find a symlink to the device driver within the sysfs structure for this ethernet device. Using the GNU find parameter -samefile, you can look specifically …

  10. Why does my system have a 0 byte block device? - Unix & Linux Stack ...

    Aug 16, 2024 · I'm using a linux live disk on a thinkpad laptop with a single unformatted hard drive. lsblk is report a 0 byte block device of type disk: # lsblk NAME MAJ:MIN RM SIZE RO TYPE …