0 Followers
0 Following
1 Posts
Just a regular everyday normal muthafucka.
I think you’re remembering Owncloud, not Nextcloud. Owncloud was all about file sync and would often break/remove other modules on upgrade. Nextcloud forked off and included calendar/contacts/etc. by default.

Correct, however basically no one uses that. The MD (RAID) devices are much more common for that, including under boot drives.

See comparison on ServerFault.

linux LVM mirror vs. MD mirror

I think I remember making some mirrors years ago with LVM, and I don't remember this "log" thing. Or maybe I made the mirror with mdadm and put LVM on top. That must be it. What is the LVM log for ...

Server Fault

If personal anecdote is good for anything, I’ve been using LVM on top of software RAID on Linux for close to 20 years now without ever losing a volume. The last time I lost data was on ReiserFS 3. Like I said, LVM does not protect against drive failure itself. That’s why I use RAID underneath. I’ve got my OS disk to protect against failures like that. Also frequent and verified backups of my data files to make sure that is protected.

And yes, modern (still supported) distros can scan LVM PVs on boot without issue.

LVM Physical Volumes (PV) can be moved between Linux machines without issue (I’ve done that several times), it’s not like hardware RAID where you have to have the same controller on both machines. Nothing I’ve done has ever required LVM metatata export/import.

LVM itself does not provide redundancy, that’s RAID. LVM is often used on top of a RAID device. If your boot drive fails, LVM itself won’t save you, RAID (software RAID 1 is really common for a boot drive) can.

LVM can be used to seamlessly move data between physical volumes. You can add a new PV to the VG and move extents between LVs. I’ve used it to love-migrate to a larger drive that way. Once the physical extents have been moved to the new PV, you can reduce the old PV and then remove the old disk.

Yes, it can see them because their parent directories are readable, but it can’t see anything inside /media/velummortis because the Other permissions are empty. If you run chmod 755 /media/velummortis then Jellyfin should be able to see those files
What are the permissions on the directory itself, not the files? Is the directory owned by group ‘video’?

I’m not aware of an SFTP client that works like the cloud drive connectors. Do you know of one that monitors local files/dirs for changes and automatically sends them? Or polls the server for changes and downloads then (if they’re on the allow list)? Keeps versions?

If literally all you’re doing is occasional file transfers, sure, SFTP is easy. That’s not how most people use cloud drive clients.

For me and my group, Nextcloud works fine and fast. We do more than file sync and share.

Same here. If it’s TOTP based 2fa, you can keep them in entries and use them from there.

If you’ve optimized your BIOS settings (balanced mode or power saving wherever possible), the only other option is removing extraneous hardware. All hardware power use (disks, HBAs, other adapters and controllers) adds up. I managed to get idle power consumption of an HP DL-380 G9 down to about 60w (started at 210w) by removing the disks, RAID controller and battery, fiber channel adapters, and extra Ethernet adapter. Each SAS disk I removed saved me 10w. I used one M.2 drive in a PCI adapter instead.

Like you mentioned, these aren’t designed to save power. That Opteron (and the chip set) hales from a time before “performance per watt” was a thing.

That’s so strange, one of the first things my searches turned up is “Disable the TMDb Box Sets plugin because it causes problems”…