Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
The AUR wiki never fails to amaze.
You know Minecraft works natively on Linux? Except if you run the more optimized, faster "Bedrock" version, which for very important Microsoft reasons is Windows-only. Or Android, so people play the android version, lol.
For recovery you can use testdisk. Shutdown the PC as fast as possible. Dont open programs! Dont play games!
On SSDs the data will quickly be overwritten otherwise.
Make a Clonezilla live usb and use that for recovery
Well I actually use native Minecraft too, if the Prism Launcher actually creates native instances by default. Luckily I have realised that there is probably a saved version of my world on a cloud storage, but I will def try testdisk out! Thank you.
I hope your PC is off. Dont use it. Otherwise that data is gone.
Bedrock also runs under Linux. At least, it did 6 months ago, when I tried...
Interesting didnt know that.
Wait, or is this the mobile version which runs through an Android container? Emulator?
Yes
So not native on Linux. Is the Android version even usable?
I managed to connect to a local server and play a while. I gave up quickly because lack of languages, already present in Java version.
No fun without pirate speak!
How is it today? I find it crazy that not even the most rewarding game of the world couldnt be fully rewritten in a faster language.
It was (and may still be) possible to make an older version of Pocket Edition run on Linux through unofficial shenanigans, but the official launcher says "Not playable on this device".
minecraft.net also explicitly says: "Minecraft: Java Edition runs on Windows, Mac, and Linux; Minecraft: Bedrock Edition runs on Windows. Deluxe Collection content only runs on Minecraft: Bedrock Edition on Windows."
Other unofficial shenanigans that may or may not work include but are not limited to: Running under a VM, running under something like Wine.
So, yes, technically it runs, but Microsoft are pretty clear that it's not supposed to.
Well I guess they needed to do at least one shit apart from locking accounts and requiring to be in their hellscape?
Btw, trying to get the sky dimension running, the official minecraft launcher is the only one creating .rar and .json for the version.
Do you mean the Aether mod that recently got updated or something else?
Installing mods to Java Minecraft can be a chore regardless of the ecosystem. And usually it's a third party mod loader that adds a new version to the default launcher config, not something provided by Mojang.
That said, Aether is a Forge mod and I haven't used Forge in a few years at this point, so maybe things are different now, or I'm only remembering the way that the rival Fabric ecosystem works instead.
No the real sky dimension, which was hidden from beta 1.6 to 1.9 but not activated.
I used the beta 1.6 for a while but it is so old....
I used a spider spawner to get strings, to make wool, to make a bed.
The only mobs were chickens, which just dropped useless feathers.
It semi does, iirc it's a port of the Android version, which probably works because android uses a Linux kernel
hold on,
did it only delete the programms gone too?
open your home folder and set the option to show hidden files.
if there is a .minecraft folder check the saves folder inside that.
is it not in the trashbin?
i have used photorec to resore deleted files on several occasions.
but i dont think there is a filetype for minecraft worlds available
Well it definitely isn't in the trashbin, and nowhere in the filesystem since I've done a find cmd search on all the directories, and also checked the .minecraft folder's saves, but thank you for the idea tho!
testdisk and photorec.
I did a similar boneheaded move by rm -rfing my Minecraft server directory.
Depending on how much free space is on the drive and how much data as been over written will depend on how much of the world files you recover. High probability it's gone.
The thing that saved my server world files was I had Dynmap plugin installed. Dynmap is a world mapping plugin that creates hundreds of thousands of png/jpg files. This caused a delay in the rm command and that made me realize what was happening and stop the process. The damage was already done though.
Oh roger that I'm gonna try out these then. Well if I'm right, then I might have saved a version of my world on a cloud storage, but I have never needed to do data recovery on Linux yet.
I've heard of "Disk Driller" but I have no idea how sletchy it is or if it'd work
yesterday
Have you shut down the disk immediately then?
Yeah unfortunately, but atleast I have found my minecraft world on a cloud storage, so day have been saved sorta. I just only need to reinstall some games, and configs.
Use bottles as it has sandboxing. Alternatively you could manually setup bubblewrap with a wine environment.
this will not help op in any way with what they need. Which is to recover data already lost.
So in other words, thank you, Captain Hindsight!
I meant this as a suggestion going forward
Oh I haven't heard of bubblewrap before. What's that?
It is a sandboxing program that isolates programs from the system. It is what Flatpak uses behind the scenes
Ahh so that is the main tech Bottles and Flatpak uses then, right? Good to know.