I'm on Ubuntu 14.04LTS. Gnome-disk-utility has a button which invokes the scsi start stop unit command on a selected device. I'd like to invoke scsi stop for a device (in my case an empty SD-card adapter for micro-SD which I always leave in its slot) in a script/one line command so my system stops probing the empty adapter.
Gnome-disks depends on udisks and other modules for its functions.
I'm trying to find which package is responsible for scsi calls and how I can invoke this outside of gnome-disks-gui (preferably without installing other packages).
Any ideas anyone?