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?

  • itslilith@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    16
    ·
    10 months ago

    You can most likely simply mount the old drive and access the files that way. Just make sure that your boot configuration is set so it doesn’t try to boot the windows disk.

    And know that linux file permissions don’t work on NTFS, which windows uses

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    10 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
      ·
      10 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
        ·
        10 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

  • LeFantome@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    You can mount NTFS from Linux. You do not need anything from Linux to do it.

    In theory, you could continue using NTFS. I would not. Get those files off to somewhere else and reformat with something Linux native.