29
submitted 2 months ago* (last edited 2 months ago) by sarmale@lemmy.zip to c/linux@lemmy.ml

So recently tried zorin os and now im dual booting it with windows, and because of that I need a have NTFS partition between them. Now I have a 256gb windows partition, a 256 linux partition and a 1.7 Tb shared ntfs partition shared between them and I wonder how do you organize your files if you need to have them on another partition and cant use ~.

For programs they will always end up on / and I cant install them on another partition (dont know why) but what do you do for files? What folders do you have and where are they?

you are viewing a single comment's thread
view the rest of the comments
[-] Nibodhika@lemmy.world 3 points 2 months ago

Some answers address some of your questions, I would like to address something else you said:

For programs they will always end up on / and I cant install them on another partition (dont know why)

Programs can certainly be installed wherever you want them to, bit package managers have their own folder structure to follow. Installing a program is not a magical thing, it just means having the binary somewhere on your computer, and that binary having the proper libraries accessible to it. If you downloaded a binary it is TECHNICALLY installed on your computer.

The other important part here is you being able to access that program, for this there is an environment variable balled PATH which tells Linux where to look for binaries and in what order. So if your PATH is /home/sarmsle/.bin:/media/NTFS/binaries:/bin:/usr/bin whenever you try to run for example firefox it will try to run /home/sarmale/.bin/firefox if that doesn't exist, it goes to the next, and the next until it finds it or runs out of options.

Also in Linux you can mount partitions anywhere, and you can create links from one place to another. So nothing prevents you from mounting your NTFS drive in /NTFS or even /home/sarmale/Shared.

[-] sarmale@lemmy.zip 1 points 2 months ago* (last edited 2 months ago)

So how could I install programs on the other drive? When they get installed they are scattered between /bin /lib /usr/bin and others, how could I move them in /media/SATA (where my drive is mounted)

The only thing I can do is move appimages until now

[-] Nibodhika@lemmy.world 1 points 2 months ago

Yes, because you're installing them using the package manager (which is the recommended way). You can't (and shouldn't) move things installed by the package manager. You can manually install programs wherever. However, I think I'm missing a crucial bit of information, why do you need to do that? 256GB should be much more than enough for anything.

this post was submitted on 08 Jul 2024
29 points (91.4% liked)

Linux

47210 readers
722 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS