← Home ← Back to /g/

Thread 106415148

23 posts 16 images /g/
Anonymous No.106415148 >>106415487
/fglt/ - Friendly GNU/Linux Thread
Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***

Before asking for help, please check our list of resources.

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Install a GNU/Linux distribution of your choice on bare metal and run your previous OS in a Virtual Machine.
2) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
3) Go balls deep and replace everything with GNU/Linux.

Resources: Please spend at least a minute to check a web search engine with your question.
Many free software projects have active mailing lists.

$ man %command%
$ info %command%
$ %command% -h/--help
$ help %builtin/keyword%

Don't know what to look for?
$ apropos %something%

Check the Wikis (most troubleshoots work for all distros):
https://wiki.archlinux.org
https://wiki.gentoo.org

/g/'s Wiki on GNU/Linux:
https://igwiki.lyci.de/wiki/Category:GNU/Linux

>What distro should I choose?
https://igwiki.lyci.de/wiki/Babbies_First_Linux
>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page
https://suckless.org/rocks/
>What are some cool terminal commands?
https://www.commandlinefu.com/commands/browse
https://cheat.sh/
>Where can I learn the command line?
https://mywiki.wooledge.org/BashGuide
https://www.grymoire.com/Unix/
https://overthewire.org/wargames/bandit
>Where can I learn more about Free Software?
https://www.gnu.org/philosophy/philosophy.html
>How to break out of the botnet?
https://prism-break.org/en/categories/gnu-linux

By posting you denounce anime

/fglt/'s website:
https://fglt.nl

GNU/Linux Games:
>>>/vg/lgg

IRC: #sqt on Rizon
https://fglt.nl/irc.html

Previous thread: >>106390318
Anonymous No.106415253 >>106415268
>>106414441
>>106412299
literally such a common issue people recommend blacklisting it
Anonymous No.106415268
>>106415253
Anonymous No.106415339 >>106415448 >>106415612
>>106410127
They READ fine, it's the write support that's considered experimental. Nobody has ever had their drive corrupted when mounted read-only as far as I know.

Realistically, if you're going to use a drive long-term on Linux for storage then you might want to look into converting it to BTRFS or ext4.
Anonymous No.106415395
It's a simple life
Anonymous No.106415428 >>106415446
>download Debian 13 for my potato laptop
>lxde on gtk3
>hover over icons on bottom panel
>tooltips show up at the top of the screen
>reinstall with lxqt as that is too annoying and there is no solution to fix it
>login into lxqt
>it just throws me back to the login screen every time

fucking hell. stick with xfce /g/ on old computers. why haven't they scrapped lxde yet?
Anonymous No.106415430 >>106415482
>>106415158
First, figure out what's using too much space (ncdu is great for this). If you're on Mint or some other friendly distribution that tries to nag you to keep updated, you might be accumulating older kernel versions that you don't need any more, see about removing them. Also see if

sudo apt autoclean
sudo apt autoremove


clear up any space for you.

After that especially check on how much space /var is using. Your Flatpaks will be in here if you use Flatpak but otherwise it will mostly be logs. Don't let /var/log grow to more than a couple hundred megs or so, there's really no point in keeping logs around forever. Speaking of Flatpak, if you're the only user on your system then consider uninstalling them all and then reinstalling with --user. That way it's all somewhere within your /home/user and you don't have to do anything fancy (and you'll also automatically clean up any unused shit).

If you find that you can't cut down on the space you're using, the next step is to relocate the files. The simplest way is with bind mounts. I'm assuming that you made this small partition for / and then a much larger separate partition for /home. You can store additional folders within /home and make it look to Linux like they're in the normal place.

Let's say for example that we're going to relocate all of /opt. From a live boot, rsync the files from /opt to /home/opt (as long as you don't already have a user named "opt", lol), then add a line to /etc/fstab:

/home/opt /opt none bind 0 0


This tells Linux that the /home/opt folder is "mounted at" /opt just like a partition would be, alternately you can think of it as similar to a symlink. Reboot the main system and confirm that everything works. If it does, you can go back into live boot and delete the /opt content from the / partition.
Anonymous No.106415446 >>106415510
>>106415428
Did you reformat all of the partitions when you reinstalled? Maybe some LXDE files that were leftover broke LXQt?
Anonymous No.106415448 >>106415504
>>106415339
They do not, I tried both modules and files are missing, like I said. I can't just copy if it can't actually see the files.
I can open a windows VM and mount the same drives and view the files properly.

>you might want to look into converting it to BTRFS or ext4.
What I'm trying to do. >>106409903

I've never once seen someone say they recommend using NTFS on linux, but I never seen a specific reason.
So now that I've seen them and went through all this bullshit to find out it's just unusable, there are people here telling me "it just works bro", when the common wisdom is it does not, and has never worked.

I get that some people get off being smug elitists and contrarian here, but it's a little annoying to step in dogshit and have multiple retards go "oh, dogshit? this is gold man" while slupring down handfulls.
Anonymous No.106415482
>>106415430 (me)
Also yes you CAN relocate the entire / partition to a new partition or drive; you can even back up fucking everything and then wipe the drive and then copy everything where it needs to go on a single partition. But these approaches are trickier and more error-prone, because you need to re-configure the boot system (Linux needs to be able to FIND / in order to finish booting, which is kinda hard if it isn't in the same place that /boot already knows about). Overall the boot process is hard to get your head around and there are a lot of concepts to learn with it.
Anonymous No.106415487
>>106415148 (OP)
mogged by xue
Anonymous No.106415502 >>106415533
>Root: encrypted
>Secure Boot: enabled
>TPM2: emulated
>Bootloader: signed
>UKI: generated
Yep, it's secure computing time
Anonymous No.106415504
>>106415448
>I've never once seen someone say they recommend using NTFS on linux, but I never seen a specific reason.
It literally isn't designed to record UNIX permission information, so everything is 777 unless you umask it when you mount the drive and then everything is still the same as what the umask says, and every file is owned by whoever mounted the drive.
Anonymous No.106415510
>>106415446
Yes, I did a complete reinstall. I'm not sure why it does it. The journalctl wasn't really providing much info. Maybe lightdm replacing sddm or whatever it uses may have helped. I was too frustrated by that point, though. I fear Wayland will make a lot of older systems unusable.
Anonymous No.106415533 >>106415539
>>106415502
Hope you're not using the Intel Management Engine.
Anonymous No.106415539
>>106415533
Of course not!
I'm using AMD PCP
Anonymous No.106415578
>>106415158
>time-efficient manner
Boot linux from usb, resize partition (since it's /).
Anonymous No.106415612 >>106415660 >>106415675
>>106415339
>Realistically, if you're going to use a drive long-term on Linux for storage then you might want to look into converting it to BTRFS or ext4.
What's the best process for doing this? I have various drives that are all NTFS but would like to make the switch to Linux without losing data.
Anonymous No.106415660 >>106415694
>>106415612
There are tools to convert it but if you want the safest way to do it then backup everything important and format the drive and then restore your files from your backup.
Anonymous No.106415675 >>106415694
>>106415612
Back up your data from one drive to an external btrfs drive, then format your internal drive to btrfs, and then copy the data back to your internal drive. Repeat for each of your NTFS drives.
Anonymous No.106415694 >>106415753
>>106415660
>>106415675
Alright, thanks. I read in some Linux thread either here or /vg/ or somewhere that btrfs isn't recommended and to use ext4 instead, any idea why they might have claimed that?
Anonymous No.106415753
>>106415694
They like silent bit rot and data corruption but since you use NTFS then this probably doesn't bother you…

Ext4 is more similar to NTFS in terms of feature-set so if you don't care about data integrity then just go for that. It's the plain, boring default most distros go for.
Anonymous No.106415769
Can we all finally agree that fedora is the best distro?