this post was submitted on 10 Dec 2023
32 points (92.1% liked)

Linux

48143 readers
788 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
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] Pantherina@feddit.de 6 points 11 months ago (1 children)

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.world 4 points 11 months ago (1 children)

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 3 points 11 months ago (1 children)

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

[–] Waluigis_Talking_Buttplug@lemmy.world 2 points 11 months ago (1 children)
[–] Pantherina@feddit.de 2 points 11 months ago

So yeah use any liveUSB for example Fedora KDE and create the bcachefs partition and copy the files. Good luck!