# pfkd_helper **Repository Path**: cocalele/pfkd_helper ## Basic Information - **Project Name**: pfkd_helper - **Description**: user space tool for pfkd (PureFlash kernel driver) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-04 - **Last Updated**: 2025-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 运行build.sh进行编译 2. 将编译后的pfkd_helper程序放到/usr/bin/ 目录下面, 一定要是这个目录,因为内核驱动在需要reopen volume时会调用这个程序, 其调用路径 /usr/bin/pfkd_helper目前是hardcode在代码里的 3. pureflash的配置文件 pf.conf要放在/etc/pureflash目录下 4. 使用方法: ``` Usage of ./pfkd_helper: -a string Attach volume -c string Config file (default "/etc/pureflash/pf.conf") -d string Detach volume -l List all volumes -s string Snapshot name (use with attach) ```