mikeymikec
Lifer
- May 19, 2011
- 20,534
- 15,354
- 136
So does the latest version of VirtualBox oblige you to sign in with an Oracle account or something?
No but they might be tracking the IPs that download VirtualBox. If it's a public IP belonging to a large company, they may send emails telling them that they need to buy a license for using the VirtualBox Extension Pack since the default license is for personal use only. This is kind of the same thing they did with Java. I know at least Western Union switched away from using Java to Node.js when Oracle started sending out the final notices of Java needing a paid license for commercial use.So does the latest version of VirtualBox oblige you to sign in with an Oracle account or something?
Broadcom aspires to be as "bad" as Oracle.I use VMware, even though they have bad business practices. But the private version works really well and is still free.
Yeah, I know... But the very few hours I spend on a VM, I like that it works and just do what I expect.Broadcom aspires to be as "bad" as Oracle.
As igor mentioned, Oracle has been trying to get businesses to pay just to use the Java VM.
I don't use virtualization much, but I have a soft spot for VMware because I used it starting with version 1.0. So as a home user, I wouldn't mind using it again. Businesses is a different calculus.Yeah, I know... But the very few hours I spend on a VM, I like that it works and just do what I expect.![]()
I got help from the linux mint forum if anyone is interested:So I got steam installed and made a user account for my kids, so they don't use my user. I found out how to share the folders and steam would find my shared games on the ext4 data drives. But a few seconds after launch the game would just close, just like the if they were installed on NTFS. I found out if I used the "Move install folder" and moved the game, the game would launch fine and also if I moved it back. Unfortunately this results in the game not wanting to launch from my account.
Weird...
You're leveling up your skillz rather quickly.The file system of Linux is unforgiving.
So I tried renaming my boot partition using gparted, which resulted in being unable to mount the drive during boot, giving me a plain console with very few options. A little help from Claude and I got the drive mounted and I was back. Obviously wanting to change back I just changed the name back to the old, but without changing a specific line in etc/fstab, and now it wouldn't even boot into a command line.
So I fired up the install USB and did timeshift two times, didn't help. Got help from Claude on how to mount my boot drive and fix the fstab file. Everything booted and was fine..... Until I realized that I apperently one time had used timeshift to restore my OS drive on my Linux data drive wiping the data stored there...
Great fun....
So lesson learned, don't mess with the file system and particularly your boot drive. :/
I think the problem is I didn't exactly know what what I was renaming, but it somehow prevented it to be mounted at boot.In a nutshell, how does Steam on Windows handle a game install shared by multiple users?
You're leveling up your skillz rather quickly.Most casual users would be stuck if they mucked up their Linux booting.
/etc/fstab mostly uses UUID nowadays. It's unclear why your mucking around damaged the boot process. When you said "renaming" the boot partition, are you referring to the UEFI boot label of the OS? Or the ext4 volume label of the filesystem?
Do you pay for Claude or any AI services?
The file system of Linux is unforgiving.
So I tried renaming my boot partition using gparted, which resulted in being unable to mount the drive during boot, giving me a plain console with very few options. A little help from Claude and I got the drive mounted and I was back. Obviously wanting to change back I just changed the name back to the old, but without changing a specific line in etc/fstab, and now it wouldn't even boot into a command line.
So I fired up the install USB and did timeshift two times, didn't help. Got help from Claude on how to mount my boot drive and fix the fstab file. Everything booted and was fine..... Until I realized that I apperently one time had used timeshift to restore my OS drive on my Linux data drive wiping the data stored there...
Great fun....
So lesson learned, don't mess with the file system and particularly your boot drive. :/
It is really not intentionally.I'm puzzled, what does "rename the boot partition" mean? You turned / into /stephanie/ ?
I have to say, I applaud your "learn Linux really fast by intentionally breaking stuff" approach, I don't think I can bring myself to do that any more.
It is really not intentionally.
I had no idea that changing a name on a drive could prevent it from booting.
Also it was not intentional that I timeshifted to a wrong partition.
But as I have dual boot, I still have a working Windows with all software and data, so let's say Linux is still in its beta phase.
Also I don't really game that much, but I like fixing computers which doesn't work, so it's a good hobby for me.![]()
Because instead of having those nvme0p1n4 names I prefer names which makes sense hence my I have a SN7100DATA, but I apperently did it the wrong way for my boot drive.I still don't understand why you... I'm guessing here ... changed the volume label for your root partition? It wouldn't even show up in Linux during day-to-day usage, and unless you still ext4 support in Windows then it won't show up there either...?
Looking at fstab on my computer, the root filesystem references a UUID so I'm even more confused!