Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-09-2023, 05:56 AM
|
#16
|
Moderator
Registered: Aug 2002
Posts: 26,753
|
The instructions on what command to install is based on the operating system. dnf is red hat based, apt debian based and pacman arch based. Once the tools are installed you can then move on to the next step to access the player.
.
|
|
|
05-09-2023, 06:19 AM
|
#18
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
The instructions on what command to install is based on the operating system. dnf is red hat based, apt debian based and pacman arch based. Once the tools are installed you can then move on to the next step to access the player.
.
|
Please see post #15 and please help me to type the right thing into terminal...
|
|
|
05-09-2023, 08:40 AM
|
#20
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by teckk
|
Sorry, but I'm slowly learning the file system. I know my name doesn't reflect on how amateur I am at the command lines. But I try. I will go study the links you gave me.
Right now, I just need to do this step right:
Quote:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ sudo apt pacman -S gvfs-mtp
E: Command line option 'S' [from -S] is not understood in combination with the other options.
michael@michael-HP-EliteDesk-800-G1-SFF:~$ pacman -S gvfs-mtp
Command 'pacman' not found, but can be installed with:
sudo apt install pacman
michael@michael-HP-EliteDesk-800-G1-SFF:~$
|
After doing some things on your links I did get this far:
Quote:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ mtp-newfolder test_dir 0 0
libmtp version: 1.1.19
No devices.
michael@michael-HP-EliteDesk-800-G1-SFF:~$ mtp-folders
Attempting to connect device(s)
mtp-folders: no devices found
michael@michael-HP-EliteDesk-800-G1-SFF:~$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 046d:c216 Logitech, Inc. F310 Gamepad [DirectInput Mode]
Bus 003 Device 003: ID 0781:b6b7 SanDisk Corp. SDDR-99 V4 ImageMate 5-in-1 Reader
Bus 003 Device 006: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 003 Device 005: ID 03f0:322a HP, Inc HP LaserJet Pro MFP M127fn
Bus 003 Device 002: ID 046d:0825 Logitech, Inc. Webcam C270
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
michael@michael-HP-EliteDesk-800-G1-SFF:~$
|
Last edited by kernelhead; 05-09-2023 at 08:48 AM.
|
|
|
05-09-2023, 10:01 AM
|
#21
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,413
|
Quote:
Right now, I just need to do this step right:
sudo apt pacman -S gvfs-mtp
|
I don't know where you got that from. That a mix mess of something. pacman is arch linux's package manager. apt is ubuntu.
This is your device.
Code:
Bus 003 Device 003: ID 0781:b6b7 SanDisk Corp. SDDR-99 V4 ImageMate 5-in-1 Reader
You could also get that with dmesg -W then plug the device in.
Info:
Code:
udevadm info --name=/dev/bus/usb/002/003
I don't have any gvfs installed. I'd rather mount something, then unmount it and have it done.
So look at your docs for it.
libmtp says no devices found.
Edit:
You can get more info with:
Code:
udevadm info -an /dev/bus/usb/002/003
Last edited by teckk; 05-09-2023 at 10:05 AM.
|
|
|
05-09-2023, 10:49 AM
|
#22
|
Member
Registered: Dec 2016
Posts: 338
Rep: 
|
Hmmmmm.... SDDR-99 V4 ImageMate 5-in-1 Reader
Shouldn't it look more like
Code:
Bus 001 Device 010: ID 0781:d001 SanDisk Corp. Clip Sport Plus
Could it be that: your mp3 is in the mode of presenting as just an SD card reader, and there's no SD card inserted in your mp3?
Or might you have this separate SD card reader device plugged in elsewhere?
Is your mp3 plugged in, with a good cable?
Do you have an mtp-detect program? See: (esp end)
https://forums.linuxmint.com/viewtop...919304#p919304
Here's an analogy about the 3 package managers:
Think of: apt as human food, dnf as dog food, & pacman as horse food.
Only apt is good for your system! dnf or pacman could actually make your system very sick!
|
|
|
05-09-2023, 03:26 PM
|
#23
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by teckk
I don't know where you got that from. That a mix mess of something. pacman is arch linux's package manager. apt is ubuntu.
This is your device.
Code:
Bus 003 Device 003: ID 0781:b6b7 SanDisk Corp. SDDR-99 V4 ImageMate 5-in-1 Reader
You could also get that with dmesg -W then plug the device in.
Info:
Code:
udevadm info --name=/dev/bus/usb/002/003
I don't have any gvfs installed. I'd rather mount something, then unmount it and have it done.
So look at your docs for it.
libmtp says no devices found.
Edit:
You can get more info with:
Code:
udevadm info -an /dev/bus/usb/002/003
|
In above post it does say Sandisk, which is the mp3 player. I'm gonna do your command lines now.
|
|
|
05-09-2023, 03:29 PM
|
#24
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by GentleThotSeaMonkey
Hmmmmm.... SDDR-99 V4 ImageMate 5-in-1 Reader
Shouldn't it look more like
Code:
Bus 001 Device 010: ID 0781:d001 SanDisk Corp. Clip Sport Plus
Could it be that: your mp3 is in the mode of presenting as just an SD card reader, and there's no SD card inserted in your mp3?
Or might you have this separate SD card reader device plugged in elsewhere?
Is your mp3 plugged in, with a good cable?
Do you have an mtp-detect program? See: (esp end)
https://forums.linuxmint.com/viewtop...919304#p919304
Here's an analogy about the 3 package managers:
Think of: apt as human food, dnf as dog food, & pacman as horse food.
Only apt is good for your system! dnf or pacman could actually make your system very sick!
|
I visited that link and couldn't understand it much.
Right now I need someone to baby feed me as to what exactly to type into terminal, stating it in Ubuntu phrasing.
Also, my Sandisk mp3 player doesn't have a "USB mode" like in one of the links.
|
|
|
05-10-2023, 07:17 AM
|
#25
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
On Ubuntu forums they think my mp3 player is faulty.
Is that the case?
|
|
|
05-10-2023, 10:56 AM
|
#26
|
Senior Member
Registered: Oct 2003
Posts: 3,018
|
Quote:
On Ubuntu forums they think my mp3 player is faulty.
Is that the case?
|
It's possible. Try plugging it into a windows box and see what happens. If your mp3 player is still undetected, the problem is with the player or your cable. If windows is also having issues with your player, just googling a bit will show you others have had similar problems. See:
https://forums.sandisk.com/t/cant-fo...sa-sport/68548
You may also have connection issues if the player has been inadvertently locked or is stuck in locked mode. The manual says to force an unlock, press and hold the power on button for twenty seconds. You can try that and see if it helps.
If things are working OK in windows but not linux, there are a few things to look at. First, I also have a similar Sandisk mp3 player and it does not use mtp for connection. It connects like an ordinary flash drive via usb and there is no option to connect via mtp. Looking through the manual for your device, I don't see any option to choose connection mode, i.e. mtp or usb mass storage device. I suspect your mp3 player probably connects the same way as a usb mass storage device. Accordingly, trying to connect via mtp is probably not going to work. Second, you can get some clue as to what's happening by connecting your mp3 player and running:
Post the output here. This will tell you if the player is detected and if there are connection problems. Finally, you could try doing a factory reset as described in my above link and see if that helps. It has to be done with Sandisk's special application which is windows only.
|
|
|
05-10-2023, 01:38 PM
|
#27
|
Member
Registered: Apr 2023
Distribution: mll,4M
Posts: 260
Rep: 
|
Excuse my tossing in my thoughts here.
I think more troubleshooting logic, rather than additional new commands are needed.
Focus on lsusb. If you unplug it, is that SanDisk 5 in 1 thing still there? Probably.
Is there any difference with it plugged in or not plugged in?
Could it be that there's something wrong with the cable or where you're plugging it in?
Do you actually have any other computers with any OS to try it on, or anybody that you know, where you could physically try it?
When something impossible, like not seeing it, seems to be happening, maybe it really isn't, meaning you'll be shocked when you discover the actual cause!
|
|
|
05-11-2023, 04:07 AM
|
#28
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
before turning on
Quote:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ sudo dmesg | tail
exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[ 290.968798] kauditd_printk_skb: 1 callbacks suppressed
[ 290.968805] audit: type=1107 audit(1683793935.179:166): pid=1604 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/ColorManager" interface="org.freedesktop.ColorManager" member="DeviceRemoved" name=":1.21" mask="receive" pid=6434 label="snap.firefox.firefox" peer_pid=1820 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[ 290.978142] audit: type=1107 audit(1683793935.191:167): pid=1604 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/ColorManager" interface="org.freedesktop.ColorManager" member="DeviceAdded" name=":1.21" mask="receive" pid=6434 label="snap.firefox.firefox" peer_pid=1820 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[ 290.985818] audit: type=1107 audit(1683793935.195:168): pid=1604 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/ColorManager" interface="org.freedesktop.ColorManager" member="DeviceRemoved" name=":1.21" mask="receive" pid=6434 label="snap.firefox.firefox" peer_pid=1820 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[ 290.988654] audit: type=1107 audit(1683793935.199:169): pid=1604 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/ColorManager" interface="org.freedesktop.ColorManager" member="DeviceAdded" name=":1.21" mask="receive" pid=6434 label="snap.firefox.firefox" peer_pid=1820 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
michael@michael-HP-EliteDesk-800-G1-SFF:~$
|
And after turning on and unplugging and pluggion back in to usb
Quote:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ sudo dmesg | tail
[sudo] password for michael:
[ 2334.706891] audit: type=1400 audit(1683795978.915:171): apparmor="DENIED" operation="open" class="file" profile="snap.ipp-usb.ipp-usb-server" name="/proc/1/environ" pid=8929 comm="udevadm" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 2334.718860] logitech 0003:046D:C216.0005: input,hidraw0: USB HID v1.11 Joystick [Logitech Logitech Dual Action] on usb-0000:00:14.0-7/input0
[ 2334.731256] audit: type=1400 audit(1683795978.939:172): apparmor="DENIED" operation="open" class="file" profile="snap.ipp-usb.ipp-usb-server" name="/proc/1/environ" pid=8939 comm="udevadm" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 2334.756520] audit: type=1400 audit(1683795978.963:173): apparmor="DENIED" operation="open" class="file" profile="snap.ipp-usb.ipp-usb-server" name="/proc/1/environ" pid=8966 comm="udevadm" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 2334.780183] audit: type=1400 audit(1683795978.987:174): apparmor="DENIED" operation="open" class="file" profile="snap.ipp-usb.ipp-usb-server" name="/proc/1/environ" pid=8972 comm="udevadm" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 2334.804310] audit: type=1400 audit(1683795979.011:175): apparmor="DENIED" operation="open" class="file" profile="snap.ipp-usb.ipp-usb-server" name="/proc/1/environ" pid=8979 comm="udevadm" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 2334.828106] audit: type=1400 audit(1683795979.035:176): apparmor="DENIED" operation="open" class="file" profile="snap.ipp-usb.ipp-usb-server" name="/proc/1/environ" pid=8982 comm="udevadm" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 2334.851945] audit: type=1400 audit(1683795979.059:177): apparmor="DENIED" operation="open" class="file" profile="snap.ipp-usb.ipp-usb-server" name="/proc/1/environ" pid=8990 comm="udevadm" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 2334.875670] audit: type=1400 audit(1683795979.083:178): apparmor="DENIED" operation="open" class="file" profile="snap.ipp-usb.ipp-usb-server" name="/proc/1/environ" pid=9001 comm="udevadm" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 2334.899998] audit: type=1400 audit(1683795979.107:179): apparmor="DENIED" operation="open" class="file" profile="snap.ipp-usb.ipp-usb-server" name="/proc/1/environ" pid=9022 comm="udevadm" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
michael@michael-HP-EliteDesk-800-G1-SFF:~$
|
|
|
|
05-11-2023, 04:10 AM
|
#29
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by ___
Excuse my tossing in my thoughts here.
I think more troubleshooting logic, rather than additional new commands are needed.
Focus on lsusb. If you unplug it, is that SanDisk 5 in 1 thing still there? Probably.
Is there any difference with it plugged in or not plugged in?
Could it be that there's something wrong with the cable or where you're plugging it in?
Do you actually have any other computers with any OS to try it on, or anybody that you know, where you could physically try it?
When something impossible, like not seeing it, seems to be happening, maybe it really isn't, meaning you'll be shocked when you discover the actual cause!
|
here is lsusb before turning it on and still plugging it in, then i turned it on and plugged it in twice and did lsusb again, see below:
ALSO , note the sandisk that shows up is probably my card reader for my camera & not the sandisk mp3 player
Quote:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 046d:c216 Logitech, Inc. F310 Gamepad [DirectInput Mode]
Bus 003 Device 003: ID 0781:b6b7 SanDisk Corp. SDDR-99 V4 ImageMate 5-in-1 Reader
Bus 003 Device 006: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 003 Device 005: ID 03f0:322a HP, Inc HP LaserJet Pro MFP M127fn
Bus 003 Device 002: ID 046d:0825 Logitech, Inc. Webcam C270
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
michael@michael-HP-EliteDesk-800-G1-SFF:~$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 046d:c216 Logitech, Inc. F310 Gamepad [DirectInput Mode]
Bus 003 Device 003: ID 0781:b6b7 SanDisk Corp. SDDR-99 V4 ImageMate 5-in-1 Reader
Bus 003 Device 006: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 003 Device 005: ID 03f0:322a HP, Inc HP LaserJet Pro MFP M127fn
Bus 003 Device 002: ID 046d:0825 Logitech, Inc. Webcam C270
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
michael@michael-HP-EliteDesk-800-G1-SFF:~$
|
|
|
|
05-11-2023, 05:36 AM
|
#30
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
also,
Quote:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ sudo fdisk -l; lsusb
[sudo] password for michael:
Disk /dev/loop0: 187.9 MiB, 197029888 bytes, 384824 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 4 KiB, 4096 bytes, 8 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 187.9 MiB, 197029888 bytes, 384824 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 154.25 MiB, 161746944 bytes, 315912 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 154.25 MiB, 161738752 bytes, 315896 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 149 MiB, 156241920 bytes, 305160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 150.23 MiB, 157532160 bytes, 307680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 116.79 MiB, 122458112 bytes, 239176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: Samsung SSD 870
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 8FB7D54A-C82B-4B16-96AA-37640511E023
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 1953523711 1952473088 931G Linux filesystem
Disk /dev/sdb: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000NM0033-9ZM
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: D46CF724-B6A7-4363-8BFD-90A0B4D144B8
Device Start End Sectors Size Type
/dev/sdb1 2048 1937139711 1937137664 923.7G Linux filesystem
/dev/sdb2 1937139712 1953523711 16384000 7.8G Linux swap
Disk /dev/loop8: 116.76 MiB, 122433536 bytes, 239128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 55.61 MiB, 58314752 bytes, 113896 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 55.64 MiB, 58339328 bytes, 113944 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 63.32 MiB, 66392064 bytes, 129672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 63.34 MiB, 66412544 bytes, 129712 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop13: 72.99 MiB, 76537856 bytes, 149488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop14: 72.99 MiB, 76537856 bytes, 149488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop15: 55.1 MiB, 57778176 bytes, 112848 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop16: 55.03 MiB, 57704448 bytes, 112704 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop17: 22.16 MiB, 23232512 bytes, 45376 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop18: 241.9 MiB, 253648896 bytes, 495408 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop19: 241.49 MiB, 253222912 bytes, 494576 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop20: 391.27 MiB, 410279936 bytes, 801328 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop21: 521.44 MiB, 546766848 bytes, 1067904 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop22: 164.82 MiB, 172830720 bytes, 337560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop23: 164.82 MiB, 172830720 bytes, 337560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop24: 349.69 MiB, 366673920 bytes, 716160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop25: 349.69 MiB, 366678016 bytes, 716168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop26: 460.56 MiB, 482930688 bytes, 943224 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop27: 460.56 MiB, 482930688 bytes, 943224 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop28: 140 KiB, 143360 bytes, 280 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop29: 81.26 MiB, 85209088 bytes, 166424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop30: 91.69 MiB, 96141312 bytes, 187776 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop31: 52.36 MiB, 54898688 bytes, 107224 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop32: 52.36 MiB, 54902784 bytes, 107232 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop33: 37.09 MiB, 38891520 bytes, 75960 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop34: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop35: 4.2 MiB, 4403200 bytes, 8600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop36: 102.5 MiB, 107474944 bytes, 209912 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop37: 102.84 MiB, 107835392 bytes, 210616 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop38: 157.76 MiB, 165425152 bytes, 323096 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop39: 260.71 MiB, 273375232 bytes, 533936 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop40: 289.78 MiB, 303853568 bytes, 593464 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop41: 101.47 MiB, 106397696 bytes, 207808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop42: 213.2 MiB, 223559680 bytes, 436640 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop43: 51.66 MiB, 54173696 bytes, 105808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop44: 51.66 MiB, 54173696 bytes, 105808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop45: 45.93 MiB, 48160768 bytes, 94064 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop46: 45.93 MiB, 48156672 bytes, 94056 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop47: 53.24 MiB, 55824384 bytes, 109032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop48: 53.24 MiB, 55824384 bytes, 109032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop49: 428 KiB, 438272 bytes, 856 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop50: 452 KiB, 462848 bytes, 904 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop51: 295.71 MiB, 310079488 bytes, 605624 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop52: 320.44 MiB, 336003072 bytes, 656256 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 046d:c216 Logitech, Inc. F310 Gamepad [DirectInput Mode]
Bus 003 Device 003: ID 0781:b6b7 SanDisk Corp. SDDR-99 V4 ImageMate 5-in-1 Reader
Bus 003 Device 006: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 003 Device 005: ID 03f0:322a HP, Inc HP LaserJet Pro MFP M127fn
Bus 003 Device 002: ID 046d:0825 Logitech, Inc. Webcam C270
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
michael@michael-HP-EliteDesk-800-G1-SFF:~$ sudo fdisk -l; lsusb; dmesg | tail
Disk /dev/loop0: 187.9 MiB, 197029888 bytes, 384824 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 4 KiB, 4096 bytes, 8 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 187.9 MiB, 197029888 bytes, 384824 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 154.25 MiB, 161746944 bytes, 315912 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 154.25 MiB, 161738752 bytes, 315896 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 149 MiB, 156241920 bytes, 305160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 150.23 MiB, 157532160 bytes, 307680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 116.79 MiB, 122458112 bytes, 239176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: Samsung SSD 870
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 8FB7D54A-C82B-4B16-96AA-37640511E023
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 1953523711 1952473088 931G Linux filesystem
Disk /dev/sdb: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000NM0033-9ZM
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: D46CF724-B6A7-4363-8BFD-90A0B4D144B8
Device Start End Sectors Size Type
/dev/sdb1 2048 1937139711 1937137664 923.7G Linux filesystem
/dev/sdb2 1937139712 1953523711 16384000 7.8G Linux swap
Disk /dev/loop8: 116.76 MiB, 122433536 bytes, 239128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 55.61 MiB, 58314752 bytes, 113896 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 55.64 MiB, 58339328 bytes, 113944 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 63.32 MiB, 66392064 bytes, 129672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 63.34 MiB, 66412544 bytes, 129712 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop13: 72.99 MiB, 76537856 bytes, 149488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop14: 72.99 MiB, 76537856 bytes, 149488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop15: 55.1 MiB, 57778176 bytes, 112848 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop16: 55.03 MiB, 57704448 bytes, 112704 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop17: 22.16 MiB, 23232512 bytes, 45376 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop18: 241.9 MiB, 253648896 bytes, 495408 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop19: 241.49 MiB, 253222912 bytes, 494576 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop20: 391.27 MiB, 410279936 bytes, 801328 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop21: 521.44 MiB, 546766848 bytes, 1067904 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop22: 164.82 MiB, 172830720 bytes, 337560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop23: 164.82 MiB, 172830720 bytes, 337560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop24: 349.69 MiB, 366673920 bytes, 716160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop25: 349.69 MiB, 366678016 bytes, 716168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop26: 460.56 MiB, 482930688 bytes, 943224 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop27: 460.56 MiB, 482930688 bytes, 943224 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop28: 140 KiB, 143360 bytes, 280 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop29: 81.26 MiB, 85209088 bytes, 166424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop30: 91.69 MiB, 96141312 bytes, 187776 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop31: 52.36 MiB, 54898688 bytes, 107224 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop32: 52.36 MiB, 54902784 bytes, 107232 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop33: 37.09 MiB, 38891520 bytes, 75960 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop34: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop35: 4.2 MiB, 4403200 bytes, 8600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop36: 102.5 MiB, 107474944 bytes, 209912 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop37: 102.84 MiB, 107835392 bytes, 210616 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop38: 157.76 MiB, 165425152 bytes, 323096 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop39: 260.71 MiB, 273375232 bytes, 533936 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop40: 289.78 MiB, 303853568 bytes, 593464 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop41: 101.47 MiB, 106397696 bytes, 207808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop42: 213.2 MiB, 223559680 bytes, 436640 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop43: 51.66 MiB, 54173696 bytes, 105808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop44: 51.66 MiB, 54173696 bytes, 105808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop45: 45.93 MiB, 48160768 bytes, 94064 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop46: 45.93 MiB, 48156672 bytes, 94056 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop47: 53.24 MiB, 55824384 bytes, 109032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop48: 53.24 MiB, 55824384 bytes, 109032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop49: 428 KiB, 438272 bytes, 856 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop50: 452 KiB, 462848 bytes, 904 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop51: 295.71 MiB, 310079488 bytes, 605624 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop52: 320.44 MiB, 336003072 bytes, 656256 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 046d:c216 Logitech, Inc. F310 Gamepad [DirectInput Mode]
Bus 003 Device 003: ID 0781:b6b7 SanDisk Corp. SDDR-99 V4 ImageMate 5-in-1 Reader
Bus 003 Device 006: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 003 Device 005: ID 03f0:322a HP, Inc HP LaserJet Pro MFP M127fn
Bus 003 Device 002: ID 046d:0825 Logitech, Inc. Webcam C270
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
dmesg: read kernel buffer failed: Operation not permitted
michael@michael-HP-EliteDesk-800-G1-SFF:~$
|
|
|
|
All times are GMT -5. The time now is 10:19 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|