Main index | Section 8 | Options |
create | Connect to a ggated(8) daemon on the specified host and create a ggate provider for the specified remote file or device. |
rescue | Create a new connection after the ggatec process has died or been killed. The new connection to the ggated(8) daemon handles pending and future requests. |
destroy | |
Destroy the given ggate provider. | |
list | List ggate providers. |
Available options:
| Forcibly destroy ggate provider (cancels all pending requests). |
| Do not use TCP_NODELAY option on TCP sockets. |
| |
Specify permissions to use when opening the file or device: read-only ( ro), write-only ( wo), or read-write ( rw). Default is rw. | |
| Port to connect to on the remote host. Default is 3080. |
| |
Number of pending I/O requests that can be queued before they will start to be canceled. Default is 1024. | |
| |
Size of receive buffer to use. Default is 131072 (128kB). | |
| |
Size of send buffer to use. Default is 131072 (128kB). | |
| |
Sector size for ggate provider. If not specified, it is taken from the device, or set to 512 bytes for files. | |
| |
Number of seconds to wait before an I/O request will be canceled. Default is 0, which means no timeout. | |
| Unit number to use. |
| Do not fork, run in foreground and print debug information on standard output. |
host | Remote host to connect to. |
path | Path to a regular file or device. |
server# cat /etc/gg.exports client RO /dev/cd0 server# ggatedclient# ggatec create -o ro server /dev/cd0 ggate0 client# mount_cd9660 /dev/ggate0 /cdrom
GGATEC (8) | September 8, 2016 |
Main index | Section 8 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Unix is a junk OS designed by a committee of PhDs. | ” |
— Dave Cutler |