Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

ProxShare

This script creates a BtrFS-SR and SMB share with bcache on the Proxmox host.

Usage:

curl -O https://raw.githubusercontent.com/Momi-V/ProxShare/main/createSHR.bash
cat createSHR.bash #look at the things you download
bash createSHR.bash

The script asks for the smb password to use, but is currently hardcoded to format nvme0n1 and all sd* drives.

SEQ_cutoff:

Set bcache sequential cutoff to different value (4M) temporarily

echo $(( 1024 * 4096 )) | tee /sys/block/bcache*/bcache/sequential_cutoff
cat /sys/block/bcache*/bcache/sequential_cutoff

About

Creates a BtrFS-SR and SMB share with bcache

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages