NOOB general questions #1344
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
KutX9JtmXrZP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Noob user here with a bunch of questions if you don't mind - wanna be sure I've got it correct in my head before I dive in...So this is more conceptual than code literal.
First - Dude your documentation ROCKS! You have put major effort into it and it helped a ton. Thank you.
Second - Your note about making drive labels the same as the serial number - brilliant. Don't know why I've never thought of it.
Ok, now the questions - in all cases the drives are either direct attached to the MB (sata/nvme) or in a USB Enclosure. All will be LUKS encrypted.
Ultimately what I want to do is create a pool for my SSDs and a separate pool for my mechanical HDDs. I really just don't want to care what drive something goes on anymore. Especially since I often wind up with 1 drive 90% full and the others mostly empty.
The usb enclosure is going to have all spinning rust and be my weekly "backup" drive (4 data disks, 2 parity for snapraid). This way I can grab it and go when there's a wildfire coming my way (it happens where I live).
Virtual Machines - On my system I like using virtual machines for different tasks - One VM for social media, another for web development, one for banking, some games (freedos & WinXP mostly), etc. with the datafiles I'm working on (for example the website files themselves) outside the vm
Databases are also lightweight...LibreOffice Base mostly, some MySQL or MariaDB for dev work (wordpress installed in a vm kinda thing). Calibre to manage my ebooks
From the ReadMe, I get the impression that the main reason to avoid mixing mergerfs with VMs and Databases generally is a performance hit resulting from the overhead; if I'm reading it correctly. But other than that it should work. Am I right? And if the performance is crap then go direct to the drive - basically what I'm doing now...
So it would be a "test and see" kinda thing rather than a technical "don't do it or you'll rip a hole in spacetime" kinda thing.
Regardless of where (fstab, cli) you setup mergerfs you're referring back to the mountpoints - not the location (/sda/sda1) or device (/dev/sda). Which means that the drives must be mounted first (and unlocked/mapped) and remain so. Should be obvious, but I'm still on my first cup of coffee.
-- mmap: Again it looks like this is a "test and see" kinda thing. What should we look for if we don't know for sure if we need to worry about it? The docs all point to this affecting caching - so it's a speed thing?
I think that's it for now. Thanks
Beta Was this translation helpful? Give feedback.
All reactions