Update mergerfs + snapraid
@@ -60,6 +60,16 @@ setfattr -n user.mergerfs.branch_mounts_here /mnt/storage/data;
|
|||||||
mkfs.xfs -L WD-BC0AV53J /dev/sda
|
mkfs.xfs -L WD-BC0AV53J /dev/sda
|
||||||
mkfs.xfs -L ZA2BNCBQ /dev/sdc
|
mkfs.xfs -L ZA2BNCBQ /dev/sdc
|
||||||
```
|
```
|
||||||
|
### Montando
|
||||||
|
```
|
||||||
|
#/etc/fstab
|
||||||
|
# <file system> <mount point> <type> <options> <dump> <pass>
|
||||||
|
LABEL=WD-BC0AV53J /mnt/storage/data/hdd01-10T-WD-BC0AV53J auto nofail 0 2
|
||||||
|
LABEL=WD-ZA2BNCBQ /mnt/storage/data/hdd02-10T-ZA2BNCBQ auto nofail 0 2
|
||||||
|
```
|
||||||
|
```
|
||||||
|
mount -a
|
||||||
|
```
|
||||||
### Depois de montar
|
### Depois de montar
|
||||||
```
|
```
|
||||||
for D in /mnt/storage/data/hdd*; do
|
for D in /mnt/storage/data/hdd*; do
|
||||||
|
|||||||
Reference in New Issue
Block a user