this post was submitted on 19 Mar 2025
-2 points (46.4% liked)

Linux

52771 readers
780 users here now

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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
-2
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]
 

So I reloaded my 12 yr old laptop dual boot with win10 and Linux.

Win 10 no problems also installed World of Warcraft and copied over the mod folders from my main PC.

Linux- 2 distros failed to install, a third wouldn't create a usb bootable iso. Finally got Bazzite with Gnome to install and started to play around. Used the built "lutris"? to instal battlenet and then installed wow using the defaults. YaY! it seemed to work fine!

But... Trying copy over my mods from a FAT32 usb stick (linux reconginze the stick fine, but gives no indication that its a USB stick?)... COPY/PASTE doesn't work! wth. You have to use "Copy..to" ok learning curve on my part.

Now the real issue, using the defaults it installed WoW in "Os install" folder under games, took me a minute to find no problem. "Destination read only" WTF.... How do I get around this and why would Linux install a game in a read only directory???

all 11 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Uh.

When you used Lutris to install WoW, which directory did you used as the destination?

Check the permissions of the wow install directory, did you run perhaps Lutris as root and as such the directory is only writeable from root?

You can claim ownership of that directory, but would afaik require the terminal.

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I have no idea, like any noob user I let it use the defaults, assuming they would work.

So how do I fix it. Do I need to resintall WoW and specifically choose the Data partition it created during the linux install?

[–] [email protected] 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

But you did read, right? Linux allows you to kill itself without batting an eye...

How did you start Lutris? Did it asked you for your password?

What are the actual permissions of your wow directory? Who is the owner?

What is the Data Partition you've mentioned and how does it differ from other partitions Bazzit created? (What is this OS install?)

Also can you just run battle.net from Lutris and thus run wow?

Uuuh wait... Did you actually install Bazzite onto your system or are you in the live session?

[–] [email protected] 0 points 2 weeks ago (1 children)

I actaully installed it.

AFAIK You can't "run" battlenet though lutris, it needs installed for mods at least.

The "data" partition turned to actually be a windows partition, there isn't any indication that isn't paart of Linux that I could.

I was able to create a "games" folder under my user's "home" folder and install battlenet (and Wow) there, So I hoping I can then copy my mods over.

To be continued...

thanks for your help

[–] [email protected] 7 points 2 weeks ago (1 children)

You can write to any folder in /var and /etc (/home is actually a symlink to /var/home).

Bazzite is atomic, and you can't just install whatever you want wherever you want like a traditional distro. It sounds like you're making directories in your home folder, so you should be fine to set everything up there, as long as Lutris knows that's where the wine prefix is and your game knows where to find the mods.

[–] [email protected] 3 points 2 weeks ago

That makes sense, I was able to get the mods installed!

[–] [email protected] 6 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Bazzite is a SteamOS-like distribution. SteamOS is immutable, meaning most of the OS is read-only and have fixed updates.

So what you are doing is not really what Bazzite is made for.

I think it would have been an easier journey if you got Fedora or even Ubuntu, as those are normal filesystem distributions.

[–] [email protected] 1 points 2 weeks ago (2 children)

Hmm, bazzite is being "advertised" as being specifically for gaming and newcomers. With included drivers and "tweaks" to improve gaming. And the reviews I found said the same thing...

I was able to get it working by installing it in my home directory.

[–] [email protected] 5 points 2 weeks ago

While that is true, what you where trying to do was change the system with the way you installed Battle.net. Bazzite i sreally all about Steam and you then add flatpaks on top, since that's all handled in your home folder.

But I'm glad you found out the solution with the home folder yourself. :)

[–] moomoomoo309 4 points 2 weeks ago

Yup. All of that is true. It also protects you from yourself by preventing you from making changes outside of the home directory so you can't hose your system accidentally. It's intentional.