Skip to content Skip to sidebar Skip to footer
Showing posts with the label Udev

How To Run Python Script On Usb Flash-drive Insertion

My goal is to run a Python script on USB flash-drive insertion. I have written a udev rule and a sh… Read more How To Run Python Script On Usb Flash-drive Insertion

Finding Only Disk Drives Using Pyudev

I'm looking to enumerate all hard disks on a computer using udev and specifically pyudev to enu… Read more Finding Only Disk Drives Using Pyudev