Duane Voth
Duane Voth
(unplug everything ...) 😅 I have almost a dozen in my system, most which are mounted with cwds on them ... yeah that won't happen. But just reporting the size...
sigh. rpi-mager did not show anything to ME. That is the case we are dealing with here. rpi-mager needs to make more of an effort to help us end users...
On linux the following bash script seems helpful: #!/bin/bash for drv in /sys/devices/pci*/*/*/usb*/*/*/*/*/*/block/* do echo $(basename $drv) $(cat $drv/device/vendor) $(cat $drv/size) done On Fri, Dec 30, 2022 at 10:15 AM...