I work away from home for weeks at a time, and I hurriedly set up my server on my last day at home last month

I got a free PC, and a 10tb HDD. Lenovo uses a stupid special cable to run sata drives off the motherboard, I didn’t know there were two sizes, bought the wrong size and said fuck it so I installed windows on the same drive and same partition I now have 4 tb worth of media

Now I want to move to Linux as my server OS, I got another PC that actually has the ability to run multiple HDDs

Can I access the files on this drive from another OS? Is there a way to keep these files without transferring it all to another HDD?

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    7 months ago

    Yes if you have a big HDD for speed try to get bcachefs as Filesystem. It is somewhat complex but if you install a small 250GB or so SSD you could speed up your read/write time a lot.

    Not sure what you mean with those partitions, do you have a 6TB windows partition?? Then just delete that. And 4TB of also NTFS files?

    I dont know if you can convert filesystems while leaving the files there, interesting question. But probably not

    • Waluigis_Talking_Buttplug@lemmy.worldOP
      link
      fedilink
      arrow-up
      4
      ·
      7 months ago

      No, I’m saying I have a windows install that I then used to download 4tb worth of files, my original goal was to mount a second drive to use as the file source, but I’ve had issues in the past trying to access files from a hard drive with a windows install on it

      • Pantherina@feddit.de
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        7 months ago

        So, you have 6TB empty space?

        You should put in a usb flash drive, create some good partition on that 6TB and copy the files from the windows partition over there. Then delete the NTFS partition and increase the bcachefs partition.

        But warning, I have not used bcachefs. Just dont use ext4, prefer btrfs maybe