RFBD

RFBD 跨平台的nbd-server服务器,用于读取网络上的块设备或文件。

版本: 1.2.2.0 更新: 2023-12-11
功能特性
  • 支持对任意文件(包括磁盘设备、物理内存)的读写
  • 支持枚举可用物理存储设备
  • 支持Windows设备别名,使用更方便
  • 更简单的配置方式
  • 多平台支持 Windows Macosx iPhone iPad Linux Android FreeBSD
如何安装和运行
使用curl
curl http://dl.ranfs.com/pub/rfbd/all/get.sh -o -|sh -s /tmp/rfbd
使用wget
wget http://dl.ranfs.com/pub/rfbd/all/get.sh -O -|sh -s /tmp/rfbd
使用powershell
$rfbd_dir="c:\rfbd";Invoke-Expression(New-Object Net.WebClient).DownloadString("http://dl.ranfs.com/pub/rfbd/all/get.ps1")
安装路径

在Linux和Macosx上,默认安装路径在 /tmp/rfbd ,如果需要指定其它路径,请更改 sh -s 后面的路径配置。

Windows上,默认安装路径在 c:\rfbd ,如果需要指定其它路径,请更改 $rfbd_dir= 后面的路径配置。

使用帮助
$ rfbd -h
rfbd-linux-x86_64 v1.2.2.0 (2023-12-11) - RANFS Network Block Device Service
Copyright (C) 2014-2024 ranfs.com
Usage: rfbd [opt] [arguments] ...
	-c [config_file]  set config file
	-p dump current config
	-s [list|key=val] Set configuration options
	-e ["cmd;..."] execute string 'cmd'
	-v show version
	-q Do not display the startup banner and copyright message
	-d Run as a daemon
	-o [log_file]     set output log file
	-n [ip:port]      Set the syslog server address
	-l [log_level]    set log level: verb, dbg, info, warn, err
	-h display this help

注意:rfbd运行在Android、iPhone、iPad设备上时,需要对设备越狱。运行在Windows、Macosx、Linux平台时,根据需要访问的文件,来选择是否用管理员权限或root运行。


相关资源
Windows
Macosx
iPhone iPad
Linux Android
FreeBSD