Newbie Post: I have gone "all-in" with Linux Mint 22.1, wiping Windows completely. All good...with two nagging problems.
-
-
I have NVIDIA Optimus and I haven't been able to get any method of installing NVIDIA drivers to work. I don't necessarily care about the full switching ability of the Optimus, although sure it would be nice. I also have been unsuccessful turning off the Intel UHD graphics (as an option). My computer is an MSI Sword 15 A11UD, with NVIDIA Corporation GA107M [GeForce RTX 3050 Ti Mobile] 3D graphics. I have installed using the Driver Manager in Mint, and also manually. I have checked and I am using the 550 driver, which I think is supposed to be the right one.
-
I am having trouble transitioning to Linux where I am not able to simply navigate to additional hard drives contained in my laptop or attached via usb. I have my torrents on an external drive, and it keeps getting renamed, easystore somehow became "owned" by root and inaccessible, and I had to switch to easystore1 which was created in the same folder. After I switched, easystore1 became owned by root, and I had to switch to easystore2, which had been created.
In addition to this, I can't browse to the external hard drive through plex media server or radarr/sonarr, it just doesn't show on the menu. I know it's a permission issue, but I don't understand how that works.
I was happy up to a point, but my Linux installation is becoming what I was afraid of, a test showing me how little I know, and a time-eater that causes my wife to wonder what happened to her husband.
Please, I want to be free, but I don't want to just say bye to my hard drives and my GPU. Help me, community. You're my only hope.
-
-
-
-
I'm pretty new as well. Try looking at mounting your hard drives with /etc/fstab. You should try to mount them via UUID and put them in the /mnt folder. I'm using mint cinnamon your mileage might vary. https://wiki.debian.org/fstab
-
-
-
-
You say you haven't been able to install Nvidia drivers, but then say you are using 550 drivers. Are you saying you can't run any games or programs that engage your GPU? Open and terminal and run
nvidia-smi
and see what the output is. -
What is the filesystem on these drives? If it's NTFS, they will be mounted as read-only by default and show as owned by root. This is by design to prevent potential damage to NTFS filesystems which are technically a Windows-only thing. You do have the option of changing this behavior, but it will inevitably cause problems because the open driver to run these filesystems on Linux still runs into some MS proprietary filesystem issues. If you have the option of copying the files on each drive to your local drive, reformatting the externals into another more friendly filesystem, then copying the files back, you'll be in a much better place. I would suggest exFat to make things simplest for you, since it sounds like you may be plugging those drivers into other Windows machines, potentially.
-
-
Can't disable in BIOS, I even updated my BIOS hoping the new one would have that capability, but no joy.
Yes, video drivers got me using Timeshift a LOT.
-
-
-
-
Thanks for the info and the feeling of not being alone
-
-
I turned secure boot off a while ago but I did update the BIOS which involved resetting to default and I should check that, thanks.
I'll try disks, but I think the problem is NTFS formatting. Which sucks, but it's understandable.
-
-
-
That's very fair. I say this only because I've found myself going down a rabbit hole of things not working on my own before, and a reinstall is usually the faster option for me. POP was just one example, a lot of distributions come with Nvidia installed by default.
Mint should work pretty much out of the box, but I remember Optimus being tricky sometimes. I do not recommend Manjaro, and not because it's arch. The last time I used Manjaro, it's automatic updater updated my Nvidia driver and my kernel to two separate versions that didn't work with each other, and bricked my system on me. It's not exceptionally stable even as far as Arch goes.
Arch doesn't have to be scary, I use Garuda and it has made it very user friendly.
I run all updates with one command and that command automatically makes snapper backups that I can pick between on boot, which makes fixing anything that can go wrong pretty easy.
Garuda Cinnamon edition uses the same desktop that mint uses.
Anyway, I do hope you're able to get mint working for you. -
Pop OS is excellent. You wouldn't really know it's created by a corporation. It's basically just the build they run on their hardware but I've not seen anything in it like ads or anything limiting my freedom. My perception of it is that it's just a more friendly and (snap-free) Ubuntu and I concur with those saying Nvidia is smoother on it. It does have a modified gnome but coming in the near future is their own DE called cosmic which seems promising. If it ends up being bad I will probably just switch to fedora even though Debian based distro are more supported
-
If you have the default version of Mint installed then your desktop environment is Cinnamon. There are also XFCE and MATE versions, but you have to go out of your way to get those. The default file explorer for Cinnamon is called Nemo, so if you haven't changed it that would be what you are using.
Honestly, I think your best bet is trying Disks or maybe gparted if you like cli apps, and setting a mount point for the device from one of those. Linux doesn't always like NTFS, but you should at least be able to mount and read the drive consistently, although I have to admit I've never used an NTFS formatted external drive, so maybe something weird is going on with that.
-
I donβt understand why Mint is chosen by people.
-
Seems like a promising answer, I wonder why someone downvoted it. I wish they'd left a comment.
I'll def explore it