Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
So given that "everything is a file" in linux, and nfs is a networked file system...
Does it then follow that I can create an export of /dev/usbdev1.9_ep00 in my nfs exports file, and then mount that export under the /dev tree of another linux box, and so share the usb device over IP?
I suspect quite strongly that the answer is "no", but what is missing here principally?
Ya the answer is NO, because the NFS service is for sharing files and folders, or just a file system.
but the device file is a special file used by the system, after it recognize the device using its driver.
So even if you could share this file, it will not work at the other side, but if it is a usb storage, mount it first where you connected it, then try to share it across the network using NFS or SAMBA services.
Oh come on, people, be creative. You could probably use ssh for example to direct input to the computer with the device and get back the output from the device. I'm not sure if it would work but it sounds fun.
There are probably other and more simple ways.
Last edited by kummiliim; 05-24-2007 at 11:09 AM..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.