I was wondering if you can 'share' devices in Linux by overlaying the devices nodes? For instance, is it possible to use SSH (FS) + bind to selectively bind devices locally?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

No. Device nodes only provide a pointer to internal kernel structures, so they cannot be shared in this manner.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.