Stories
Slash Boxes
Comments

SoylentNews is people

posted by on Wednesday February 22 2017, @09:56AM   Printer-friendly
from the it's-already-perfect-is-not-the-right-answer dept.

We all know about Microsoft's latest OS, so I won't rehash. A lot of us intensely dislike it, to put it politely. Those of us who can, use other operating systems. This is Soylent, so let's focus on the one that is the most important to us: Linux.

I have been using Windows as my OS since right after Atari times. A few years ago I bought an ARM (ARMHF/ARMv7) netbook and put Lubuntu on it. I had problems with my first Linux experience, mainly in the area of installing software: missing packages in Synaptic, small dependency hells, installing a package at a time by hand, some broken stuff. I put it down mainly to the architecture I have been using, which can't be supported as well as x86-64.

Now, we all know that no software is perfect, and neither is Linux, even though it is now my main OS. We support it in spirit and financially, but there is always room for improvement.

So, the question is: What are your problems with Linux and how can we fix them? How do we better it? Maybe it's filesystems, maybe it's the famous/infamous systemd. Let's have at it.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Informative) by NotSanguine on Wednesday February 22 2017, @06:19PM

    by NotSanguine (285) <NotSanguineNO@SPAMSoylentNews.Org> on Wednesday February 22 2017, @06:19PM (#470322) Homepage Journal

    My number one problem is the bad integration of external drives into a linux/unix user's workflow. In Windows you can have drives and in MAC, a drive is just another folder. But in linux I am still struggling mounting it in /mnt or /media or some place else. Design wise, I think, distros need to become more comfortable with single user machines.

    Automount/autofs are your friends, friend:
    https://linux.die.net/man/8/automount [die.net]
    https://linux.die.net/man/8/autofs [die.net]
    https://linuxconfig.org/automatically-mount-usb-external-drive-with-autofs [linuxconfig.org]
    https://unix.stackexchange.com/questions/24731/automounting-usb-sticks-on-debian [stackexchange.com]

    There's lots more info out there which will likely address your use case.

    --
    No, no, you're not thinking; you're just being logical. --Niels Bohr
    Starting Score:    1  point
    Moderation   +1  
       Informative=1, Total=1
    Extra 'Informative' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 0) by Anonymous Coward on Thursday March 09 2017, @08:48PM

    by Anonymous Coward on Thursday March 09 2017, @08:48PM (#477121)

    That seems to be fine for devices he plugs and unplugs often.

    The problem seems more to be with when someone brings over a pendrive or similar with some files they want to share, then things quickly get fiddly unless things like dbus and polkit are configured just right.

    The basic problem is the amount of churn, both in APIs and code, involved with the various Freedesktop projects that are supposed to act as a common middle layer for all this. Thus all but the biggest DEs have given up on keeping up, and even KDE seems to just rubber stamp whatever Gnome dreams up these days.