Search found 338 matches
- Wed Feb 25, 2026 7:18 pm
- Forum: Forum and Website discussions
- Topic: Super slooooooooooowwwww site
- Replies: 27
- Views: 54020
Re: Super slooooooooooowwwww site
robots.txt won't help, in fact it never did. At least 1 Google bot always scraps without identifying as a bot, but they might not serve the results based on robots.txt (depending on advertising). Ever wonder how Google knows a site is relevant, but still summarizes the site something like "This...
- Wed Feb 25, 2026 6:48 pm
- Forum: LibreDrive drives
- Topic: Question about drives in a bluray duplicator
- Replies: 6
- Views: 824
Re: Question about drives in a bluray duplicator
It sure seems to be a waste of drives to sit in a duplicator... TLDR; keep it if you ever desire a command and control auto-loader. If it is like I'm imagining then these are nice because you can gut them and put a N150 or RPI or whatever inside and have 1/2 of a command and control loader. Sadly, ...
- Wed Feb 25, 2026 1:36 pm
- Forum: DVD discs
- Topic: Backup fails but full rip succeeds
- Replies: 2
- Views: 463
Re: Backup fails but full rip succeeds
I believe there's a silent bug or the supposed error is not being printed. I've gotten this on several UHD discs with makemkvcon. I've ripped the same discs again and have not received the error. Furthermore the file hashes are identical between the rips, so I simply ignore the error if the reading ...
- Tue Feb 24, 2026 4:58 pm
- Forum: DVD discs
- Topic: Suggestions on backing up old self written DVDs
- Replies: 4
- Views: 719
Re: Suggestions on backing up old self written DVDs
... am I just worried about nothing ... This isn't like capturing from analog mediums like tape, so if the file is copying without any read errors, that's really the best you can do :-/. You might want to escape the DVD format and try using HTML. If you don't know how to format HTML you could use s...
- Wed Feb 18, 2026 10:35 pm
- Forum: MakeMKV for Linux
- Topic: [BUG] SIGBUS issue on arm64 with 32-bit userland -> Unhandled fault: alignment fault (0x92000021)
- Replies: 14
- Views: 25844
- Tue Feb 17, 2026 11:26 pm
- Forum: Advanced MakeMKV usage
- Topic: makemkvcon, Linux: How to remux a DVD or BD backup folder?
- Replies: 6
- Views: 38128
- Mon Feb 16, 2026 9:30 pm
- Forum: MKV file processing and playback
- Topic: Very slow disk backup
- Replies: 4
- Views: 2153
Re: Very slow disk backup
It all depends on the data or the time to gather the data. 1. My personal pictures are irreplaceable so I have them on a mirror raidz and create par2 files for them. A. My movies and TV takes time to collect so I have them NJ on a raidz-3. Everything computer related is expensive now and probably wi...
- Sun Feb 08, 2026 1:35 am
- Forum: General MakeMKV discussion
- Topic: Windows Explorer Crash
- Replies: 18
- Views: 16593
Re: Windows Explorer Crash
I'm pretty sure your drive is remounting for some reason or another (power lose, faulty driver, bad polling, etc.). This can happen so fast that you don't notice. On Linux when this happens the drive may or may not remount (depending on fstab, systemd, etc.), but on Windows it always remounts (I *th...
- Wed Feb 04, 2026 9:25 pm
- Forum: MakeMKV for Linux
- Topic: Odd behaviour on Unraid
- Replies: 1
- Views: 1456
Re: Odd behaviour on Unraid
It's a Docker container, so contact the maintainer :-/. Have you fully updated your Linux distro? Maybe look here, but know that you'll have to run commands inside of the container to fix this: https://forum.makemkv.com/forum/viewtopic.php?p=160864#p160864 To get into the Docker container: docker ex...
Re: dvdfab?
It's absolutely bootleg. Check if the disc is region free and unencrypted.
- Sat Jan 31, 2026 4:32 am
- Forum: MakeMKV for Linux
- Topic: Something is missing, but not sure what - plz help!
- Replies: 5
- Views: 7295
Re: Something is missing, but not sure what - plz help!
... a code difference between the Windows and Linux versions. No, but it is a difference between running in containers and on host. Flatpack is a jail/container, similar to Docker, Podman, Snap, AppImage, Kubernetes or any others. This particular issues sounds like a QT/GUI problem within the conta...
- Sun Jan 25, 2026 3:10 pm
- Forum: General MakeMKV discussion
- Topic: Clearing file history
- Replies: 2
- Views: 3446
Re: Clearing file history
I know it's not an answer, but you could edit the shortcut command and prepend 'reg delete "HKCU\blah\blah" /f & ' to the path value. Or so I guess you can as I can't test it (you might have to add 'start /w /b').
- Fri Jan 23, 2026 6:22 pm
- Forum: MakeMKV for Linux
- Topic: Input File Not found and Unable to load sdf.bin
- Replies: 4
- Views: 5009
Re: Input File Not found and Unable to load sdf.bin
I thought a snap had it's root at $HOME/snap/app name/..something / something
.
Obviously I don't use snap, but it's not surprising that a host path doesn't work as a jailed path.
.
Obviously I don't use snap, but it's not surprising that a host path doesn't work as a jailed path.
- Fri Jan 23, 2026 12:36 pm
- Forum: MakeMKV for Linux
- Topic: Input File Not found and Unable to load sdf.bin
- Replies: 4
- Views: 5009
Re: Input File Not found and Unable to load sdf.bin
Yeh, it looks like makemkvcon's $PWD is not what you think it is.
- Sun Jan 18, 2026 10:11 pm
- Forum: LibreDrive drives
- Topic: How to recover a damaged DVD (Linux)
- Replies: 6
- Views: 6644
Re: How to recover a damaged DVD (Linux)
... a "map file" ... The map is similar to windows "defrag" visual output which is, the sectors of the UDF filesystem are tracked for which sectors have failed and failures are retried individually and on successful retries the data is inserted into the correct position. The typ...