install

来自「Save you music Database in MySQL」· 代码 · 共 21 行

TXT
21
字号
Unpack the tarball into samba/examples/VFS  If you unpack somewhere else,you will need to edit the Makefile.Use the file databasefs.sql to create the two tables in your databasenecessary for DatabaseFSRun makeCreate the appropriate share definition in your smb.conf.  For example:[DatabaseFS]   comment = DatabaseFS Virtual FS   browseable = yes   read only = no   vfs objects = databasefs:jukebox   jukebox: config_file = /path/to/config/file.confReload smbdCross your fingers, then point your SMB client at the share.  Check logsfor errors.

⌨️ 快捷键说明

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