this post was submitted on 08 Jul 2024
28 points (91.2% liked)

Linux

46750 readers
1934 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
 

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
[–] [email protected] 10 points 1 month ago (3 children)

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.

[–] [email protected] 5 points 1 month ago (1 children)

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.

[–] [email protected] 2 points 1 month ago

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

load more comments (1 replies)