- Edited
[deleted] So you can make custom mount point instead of relying existing /media and /mnt ?
Yes, in Linux you can mount things anywhere you want.
[deleted] Can it be done with GUI
Yes, but when it comes to mounting permanent partitions you are better off doing it yourself.
[deleted] like Gparted or KDE partition Manager
Those are good for creating and formatting your partitions but not for setting up your mount points.
myke There might be an equivalent for plasma.
You can run gnome disks in plasma if you want to.
jrsilvey KDE Partition Manager might but it never seems to fix things the way GParted does.
If it doesn't work try GParted. My partner uses KDE and I use Budgie.. I have found that whenever something doesn't work for him.. it will work for me.. because of GParted.
They are both front-ends for parted. While they have slightly different functionality, they bth work fine.
[deleted] Gparted will work whatever DE isn't it ?
Yes.
[deleted] Can I use NTFS in linux ?
You can use ntfs to store files in Linux if you want to share them between a Linux install and a Windows install. However, ntfs doesn't support Linux-style(POSIX) permissions. That means you can't/shouldn't install anything to ntfs partitions and can't easily manage permissions on those volumes.
jrsilvey The journaling systems in EXT4 mean that the transfer times of files is drastically reduced. That means the same drive transferring the same data will have vastly different speeds doing do depending on the drive format.
The purpose of a journaling filesystem isn't really to make transfers faster and even if it was, ntfs is also a journaling filesystem. That being said, I agree that it is better to avoid non-POSIX compliant filesystems like ntfs/fat/exfat when you can.
jrsilvey I have found that for external drives it is best to format them as extended (logical) partitions rather than primary partitions. Primary partitions are intended to boot.
Extended partitions should only be needed on older mbr formatted disks. Extended partitions give you the ability to have more than 4 partitions in this formatted. These days, you should be creating GPT partition tables on your drives which don't need extended partitions.
jrsilvey if any of your drives is a primary partition that has a version of Windows of some kind installed on it then it is possible for that drive to ruin your Linux Bootloader by forcing your BIOS/UEFI to select Windows to load first.
This has nothing to do with primary or extended. It is caused by the fact that when Windows is updated or repaired it will set it;s bootloader as the highest priority. MOst Linux installs do that same thing. It doesn't destroy your bootloader, you just need to change the priority back via your bios or efibootmgr
jrsilvey Drives that can be manipulated fine for me with GParted seem to have issues being partitioned or otherwise manipulated using KDE Partition Manager.
You should be able to use either just fine.
jrsilvey Lastly concerning mount points.. dalto 's explanation seems right but it also seems... complicated. I've heard many people describe the same process but any time I have ever tried those steps I have screwed something up.
In my opinion the easiest way to offer mount points would be to use Disks which is the program featured in the images above shared by myke.
The problem with this approach is when you need your disk mounted in multiple parts of your filesystem. Then you need to carve it up into tons of partitions which is wasteful.
jrsilvey It makes it far simpler to manipulate the mount points than the process KDE has. KDE, to my knowledge, has no ability to run Disks.
You can run gnome disks in kde without hassle.
jrsilvey KDE looks really slick and is highly customizable. Budgie is highly customizable. The thing is you have to dig to understand how to customize it. Comparatively, from my experience, everything is easier when using Budgie.. if you haven't yet chosen a Desktop Environment, I would urge you to try Budgie first.
Choosing a desktop environment is purely a matter of personal choice. The being said, if customization is a priority, kkde/plasma is drastically more customizable than most of the other environments. My recommendation is try them all and then use the one you like the most. Ultimately, they will all run the same software.
jrsilvey GParted will work on KDE if you install it. Installing GParted might bring in GTK libraries though. I ruined my partner's first Solus installation by inadvertently telling him to do things that mixed Qt and GTK libraries.
If you use KDE I strongly advise you to opt for installing Gnome based software through Flatpak even if it is available in the Solus repos natively because it is completely possible to corrupt your installation through mixing the libraries.
You cannot corrupt your system by mixing gtk and qt. The kde version of Solus ships with gtk apps and other than an individual desiring purity there is no reason not to mix them. The biggest issue with mixing them is that there are some look and feel differences that needed to be managed but installing through flatpak will just make that more difficult.