Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
USBペンドライブが挿入されて自動マウントされた後にスクリプトを実行する方法を知りたいデバイスが挿入されるとすぐにスクリプトを実行できるようになるまで、デバイスのマウントはシェルスクリプトアクションの後に行われます終わった
udev ルールを記述して、次のよう/etc/udev/rules.d/に使用できます。RUN
/etc/udev/rules.d/
RUN
KERNEL=="sd?1",ATTRS{serial}=="001CC27F",ACTION=="add",RUN+="/path/to/script.sh'"
注: script.sh は root 権限で実行されます。
ボリュームがマウントされたことを通知する適切な D-Bus 信号をリッスンする必要があります。