![]() |
![]()
| ![]() |
![]()
Namefloppyd - floppy daemon for remote access to floppy drive Note of warningThis manpage has been automatically generated from mtools's texinfo documentation, and may not be entirely accurate or complete. See the end of this man page for details. DescriptionFloppyd is used as a server to grant access to the floppy drive to clients running on a remote machine, just as an X server grants access to the display to remote clients. It has the following syntax: floppyd [-d] [-D] [-l] [-s port] [-r user] [-b ipaddr] [-x display] devicenames floppyd is always associated with an X server. It runs on the same machine as its X server, and listens on port 5703 and above. Authenticationfloppyd authenticates remote clients using the Xauthority protocol. Xhost authentication is not supported. Each floppyd is associated with an X server. When a remote client attempts to connect to floppyd, it sends floppyd the X authority record corresponding to floppyd's X server. Floppyd in turn then tries to open up a connection to the X server in order to verify the authenticity of the xauth record. If the connection to the X server succeeds, the client is granted access. DISPLAY. Caution: In order to make authentication work correctly,
the local host should not be listed in the
xhost list of allowed hosts.
Command line options
devicenames is a list of device nodes to be opened. Default is /dev/fd0. Multiple devices are only supported on mtools versions newer than 3.9.11. Connecting to floppydIn order to use floppyd, add the flag remote to the device description in your `~/.mtoolsrc' file. If the flag remote is given, the file parameter of the device description is taken to be a remote address. It's format is the following: hostname:displaynumber[/[baseport][/drive]]. When using this entry, mtools connects to port baseport+displaynumber at hostname. By default baseport is 5703. The drive parameter is to distinguish among multiple drives associated with a single display (only mtools versions more recent than 3.9.11) Examples:The following starts a floppy daemon giving access to `/dev/fd0', listening on the default port 5703, tied to the default X servers:
On the client side, insert the following into your `~/.mtoolsrc' to define a drive letter accessing floppy drive in your X terminal:
If your X terminal has more than one drive, you may access the additional drives as follows:
See AlsoMtools' texinfo doc Viewing the texi docThis manpage has been automatically generated from mtools's texinfo documentation. However, this process is only approximative, and some items, such as crossreferences, footnotes and indices are lost in this translation process. Indeed, these items have no appropriate representation in the manpage format. Moreover, not all information has been translated into the manpage version. Thus I strongly advise you to use the original texinfo doc. See the end of this manpage for instructions how to view the texinfo doc.
A premade html can be found at `http://www.gnu.org/software/mtools/manual/mtools.html'
The texinfo doc looks most pretty when printed or as html. Indeed, in the info version certain examples are difficult to read due to the quoting conventions used in info.
|