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?

15 points
*

I use Linux with 5 disks and 8 partitions. As for organizing files, I use the very sophisticated technique of: I don’t.

All my disks are full of files from unknown to me origin.

I also have a NAS which is not much better

permalink
report
reply
10 points

Don’t use an NTFS partition?

You can use NTFS as read/write under Linux, it’s just not absolutely safe to fix if you hitna corruption snag, which will almost inevitably happen.

You can also use any other filesystem that works on both Linux and Windows. Use FAT32 if you want to be super safe. I believe BTRFS works as well. There’s lots of combinations, just look them up.

permalink
report
reply
5 points

I have personal experience with BTRFS and Windows. And that experience is that it’s roughly as stable/complete as NTFS is for Linux. 6 of one and a half dozen the other. I can’t recommend either situation for guaranteed stability long term between systems if one really needs to swap between the OS’s frequently while accessing all the same files.

permalink
report
parent
reply
2 points

So use either and do ensure you make proper backups, with some reasonable history (retention policy)

permalink
report
parent
reply
1 point

I’ve found exFAT to be a bit smoother in operation, but really old devices dont care for it (SD cards).

permalink
report
parent
reply
5 points

You probably don’t want to put Linux specific stuff on NTFS, like programs data or especially games. If you want more universal solution, format it as btrfs and install the driver on Windows. Otherwise you may face problems with compatibility on the Linux side of things.

You can mount the drive on Linux however you want if you go with custom fstab, so sky is the limit how you’d organize it and it really depends on your intended use. Heck you can have multiple directories (or subvolumes) in it and mount them in different parts of your /

permalink
report
reply
4 points

I also use an NTFS partion for shared data, even though I haven’t booted into Windows for a year or something. To me the best solution is currently to auto-mount the whole NTFS partion to something like /mnt/data using the /etc/fstab file. I additionally use bind mounts to show all the content e.g. of the shared documents folder /mnt/data/documents in a specific folder in my home directory like ~/Documents/shared

permalink
report
reply
3 points

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.

permalink
report
reply
1 point
*

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

permalink
report
parent
reply
1 point

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.

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

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

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

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

Community stats

  • 8.3K

    Monthly active users

  • 3.4K

    Posts

  • 40K

    Comments