0

I have an embedded machine that is running g_file_storage. I would like to be able to access the backing store in read only mode from the machine while g_file_storage is running and a host machine is dropping files into this backing store.

Any idea how one can achieve that? I know that it is not advisable, but would like to try it anyway, and I simply need read access. Won't need to modify the backing store while it is connected

4

1 に答える 1

1

これは、ユーザーがUSBにファイルをドロップしたことを通知するdmesgの特定のイベントをリッスンするスクリプトを作成することで実現できました。それが完了したら、ドライブをアンマウントし、マシンにドライブとしてマウントし、ユーザーがドロップしたファイルを取得して、大容量記憶装置としてドライブを再マウントします。

于 2011-03-27T22:07:06.190 に答える