I thought I'll make this thread for all of you out there who have questions but are afraid to ask them. This is your chance!

I'll try my best to answer any questions here, but I hope others in the community will contribute too!

  • snooggums@midwest.social
    ·
    5 months ago

    I have windows PC with 6 drives, mostly SSD and on HDD that I assume are all NTFS. Two of the drives are nvme(?) attached to the mobo, and I only have one mobo with nvme slots. I have a number of older boards that top out at SATA connections.

    If I install Linux Mint, can I format one nvme drive with whatever the current preferred linux formatting is, install Mint, and move the files from the other drives around as I format each one?

    Or do I need to move all the data I want to keep to SATA drives, put them in a different windows box, and then copy them over using a network connection?

    It's been a while and I'm guessing my lack of finding an answer means linux still doesn't work with NTFS enough to do what I'm thinking of.

    • bloodfart@lemmy.ml
      ·
      5 months ago

      linux can read and write ntfs, edit partition tables and resize ntfs partitions

      you could (theoretically, do not do this!) free up 8gb of space on your ssd in windows, defragment it then boot a linux installer and use it to shrink the ntfs partition and install ilnux in that 8gb.

    • NateSwift@lemmy.dbzer0.com
      ·
      edit-2
      5 months ago

      It depends on exactly how you plan to do things. The Linux kernel supports reading NTFS but not writing to it. I’m not sure exactly how full your drives are, but you might be able to consolidate some before installing Linux.

      There are a couple utilities that let your mount an NTFS file system for read & write, but I wouldn’t trust them for important data.

      Edit: This is outdated as of like 2021. Don’t listen to me

      • snooggums@midwest.social
        ·
        5 months ago

        As long as I can read from the second nvme drive I have enough total space to easily shuffle around.

        My issue was that I couldn't fit everything onto just the SSDs at the same time.

        • NateSwift@lemmy.dbzer0.com
          ·
          5 months ago

          Reading works great! If you need to mount the drive manually (IIRC Mint should do this for you) you’ll need to specify that it’s NTFS instead of it automatically detecting the file system but other than that it’s just plug and play

    • featured [he/him, comrade/them]
      ·
      5 months ago

      Linux NTFS support is pretty good. The kernel drivers do all the basics, but you may still want the ntfs-3g driver installed for some of its tools. Ntfsfix has saved me before and I think it’s from the ntfs-3g package