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?

  • 5ymm3trY@discuss.tchncs.de
    link
    fedilink
    arrow-up
    4
    ·
    1 month ago

    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