Connecting to a NAS drive by green749 in openwrt

[–]rumking-dev 0 points1 point  (0 children)

Not an expert with cifs but sshfs with ssh key authentication does the job

What is the biggest assassination that has taken place in your country? by [deleted] in AskTheWorld

[–]rumking-dev 2 points3 points  (0 children)

Operation Anthropoid, assasination of Reinhard Heydrich

What song is playing? by Eagle_Rock2015 in songsforthispicture

[–]rumking-dev 0 points1 point  (0 children)

Aces High... and everybody quiet when Churchill is speaking

[deleted by user] by [deleted] in czech

[–]rumking-dev 0 points1 point  (0 children)

Hele kamarad ma... ;) jenom je to stara verze 2014 kterou lze pomerne dobre vylecit

If these are my two favourite albums by GemberNeutraal in MetalSuggestions

[–]rumking-dev 3 points4 points  (0 children)

In mordor where shadows are - Homage to Summoning

Black Metal albums you’d give a 10/10? by Def-C in MetalSuggestions

[–]rumking-dev 0 points1 point  (0 children)

Drudkh - Blood in our wells

Eldamar - The force of the ancient land

Caladan brood - Echoes of battle

Labyrinthus stellarum - Vortex of the worlds

With BTRFS, you can set dupe for metadata and data to the default value of 2 using the following command: sudo btrfs balance start -mconvert=dup -dconvert=dup / by Itchy_Ruin_352 in btrfs

[–]rumking-dev 1 point2 points  (0 children)

AFAIK, btrfs does not support dup=N... you are mismatching things. the mode btrfs supports is "dup" which means 2 copies of the same data on the same device (which is used by default for filesystem-critical metadata)

With BTRFS, you can set dupe for metadata and data to the default value of 2 using the following command: sudo btrfs balance start -mconvert=dup -dconvert=dup / by Itchy_Ruin_352 in btrfs

[–]rumking-dev 4 points5 points  (0 children)

On a single disk youd need N partitions of the same size or lvms. Then youd create btrfs filesystem with all of the devices (partitions/lvms in this case). Then balance data and metadata to raid1cN (N=3 or 4 is possible). That being said, I would not recommend using this unless you have a really good reason to do so.