readme.gnbdsrv

来自「openGFS , a kind of file system.」· GNBDSRV 代码 · 共 23 行

GNBDSRV
23
字号
gnbdsrv manages the gnbd user level servers (gnbdd).  To run user level serverson a computer, first make the gnbdsrv executable and then type:# gnbdsrv [<path to gnbdd executable>]If the gnbdd executable can be found in you PATH envrionment variable, thenyou do not need <path to gnbdd executable>.If not, you need to specify the directory where the gnbdd executable is stored.(it's usually something like /home/my_name/GFS/bin)If you are unsure whether or not gnbdd can be found with your PATH variable,type:# which gnbddIf it returns "gnbdd: Command not found." then you must add the path manually.Once gnbdsrv is running, you can servers using the gserv utility. The commandto add a server is:# gserv <server name> <file or block device to serve>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?