Finally ready to switch my final windows device over to linux, but I’m running into a problem. NTFS drives aren’t a good idea under Linux, but my 4 NTFS drives are this full. I own zero extra hard drives, and do not want to spend $300 on another one. 
How can I bring these files into Bazzite WITHOUT just wiping everything and re-downloading 10+ terabytes of movies, shows, music, games, and other data I refuse to delete?
First you transfer the rabbit, then the lettuce, transfer the rabbit back again, then the fox and finally the rabbit.
I think you’d need to use awk for that
Do some exchange fraud on a portable hard drive is the most realistic answer tbh.
NTFS drives aren’t a good idea under Linux, but my 4 NTFS drives are this full.
NTFS works fine on Linux. You can’t install Linux on an NTFS filesystem because NTFS doesn’t support UNIX permissions, but you can mount these filesystems read-write to any arbitrary sub-directory and use them as you please.
The tricky thing is, if you have no more drives, you will need to shrink one of these NTFS filesystems to make room for a Linux-compatible filesystem (ext4, btrfs, xfs, etc) to actually install a Linux distro. Microsoft has a minimal amount of info here, but I don’t have a Windows machine at my disposal to test this. Shrinking an NTFS partition should also be possible via gparted (which is available in LiveCD/LiveUSB form). Either way, it is a potentially dangerous operation. On a nearly-full filesystem it will be very slow, and if the power goes out or something in the middle of the process,
.I usually allocate 400GB for a Linux rootfs, but 200GB should be comfortable if you aren’t installing a million packages.
No no no no no no no no no no no no no no dont suggest using ntfs under linux no no no no no no no no.
At least caveat it for christs sake
RE: partioning.
I strongly recommend that users set up separate partitions for home and root. I use LVM and it’s awesome for snapshot reasons, but I think btrfs does everything and is easier to set up for a new user?
My setup atm (8 year old install, many partitions inherited as far back as 2004):
root: 80G (LaTeX lol) homes: 216G (user files, stuff installed only for me etc) media: 364G games: 541G mail: 20G (I host my own email and download to my computer) archive: 11T (long term storage on rust)
That way if I want to e.g. backup just my user files and not all my legitimately obtained and licensed movies I can just backup homes and not chase down files. Or if I want to install a different OS or fix a broken one I only need to look at root.
Start them small and extend them as needed. You don’t have to plan in advance!
Wow this sounds like a great setup
the mount points are
- root: /
- homes: /home
- media: /srv/media (if not sharing on network then /var/share is a more sane place, if only for one user then /home/username/media or something
- games: /opt/games
- mail: /home/myusername/mail
- archive: /srv/archive
I dual boot and actually have a second NVME drive with Bazzite on it, but it’s not visible under Windows.
It seems like it’s just not possible to have games (on the F drive) accessible to both without problems? Bazzite says something about it being a bad idea to run games from an NTFS drive every time I mount it.
If you’re dual-booting, there are some potential problems. The biggest danger comes from hibernation. Hibernating one OS and then booting the other OS and modifying the files (even incidentally just by mounting the filesystem), and then loading the hibernated OS will cause very bad things to happen. To the best of my knowledge, the Linux NTFS drivers refuses to operate on a filesystem which appears to be hibernated, but I do not know if the inverse is true.
Without knowing the exact text of the warning you’re getting, I’m assuming it is a “this is not officially supported, don’t blame us and don’t send us bug reports” sort of deal. From what I gather, the most likely cause of problems is the potential for creating files with illegal names on the NTFS filesystem (filenames containing a ‘:’ for instance). There is an unofficial guide on the Proton wiki about running Windows games in Proton which are stored on a shared NTFS partition which covers the relevant potential issues.
If the main risk is games not running correctly, I wouldn’t lose any sleep.
This setup is not ideal, but neither is having 10TB of games turned into 20TB of games so you can duplicate them on separate filesystems. A compromise of some sort is required. In the longer run, I would aim to replace one of these NTFS filesystems with a Linux filesystem and install games there that you don’t play on Windows any more.
Fortunately the D and E drives are Movies and TV, respectively. F is games. My plan is to run Linux 99% of the time, and I can probably keep the few games or random pieces of software I can only run under Windows on the windows C drive.
Basically I just want to have a Windows SSD as a backup.
Would it be better to reformat the D and E drives as exFAT if I can cycle the content through another drive or something? I’d like to be able to access those two drives under both Bazzite and Windows.
I think exFAT would be a step down from NTFS. NTFS is a journaling filesystem which makes it a lot more robust against data corruption than exFAT. It also has a number of more advanced features (for a 30 year old filesystem) like symlinks, transparent compression, and sparse files. NTFS is also less prone to fragmentation than the FAT family of filesystems. On the other hand, exFAT doesn’t eliminate any of the potential compatibility problems (like the potential to create a file named "C:"). The only thing exFAT has going for it is that Microsoft has actually published a specification for it, but in practice NTFS has been reverse-engineered enough to have multiple reliable third-party implementations.
If you need Windows and Linux to access the same filesystem, NTFS is the least bad option (the best option is probably setting up a NAS for this amount of data). Another option is to install third-party ext2/3/4 or btrfs drivers on Windows, but last time I looked into this, they weren’t very robust.
Imo it’s best to leave D and E as NTFS. Maybe down the line you’ll end up with some swap space (maybe after you get that SSD for Windows), but for now it’ll work. I’d focus on getting the C drive empty as you can using the spare space in your other drives, then use it for Linux with a 200GB partition at the end of the drive for Windows.
I can’t advise re: games.
Would it be better to reformat the D and E drives as exFAT if I can cycle the content through another drive or something? I’d like to be able to access those two drives under both Bazzite and Windows.
Ideally yes.
If you can’t then it will still all work most of the time but occasionally the drives will unmount from linux with block errors etc and will not work until you boot windows and run chkdsk. You can use ntfsfix on linux but it doesn’t always work.
You can use NTFS on Linux. Yes it can encounter problems eventually, yes the tools to fix it properly are only on Windows for the most part. But it works fine in my experience especially if you’re mostly reading and not writing.
If that’s not an option then you do need to move your files. You can either buy another drive or buy a temporary cloud storage plan (pcloud, google, many others offer 2TB for $9.99/month and 5TB for maybe twice that) and upload your stuff there on the monthly plan then cancel when done. To minimize danger even if you go the cloud route I’d upload one drive’s contents at a time, wipe, reformat, download the contents, move to next drive. You can use something like Cryptomator (https://cryptomator.org/) to encrypt your files as you upload them if you wish and there’s also 7zip with AES password encryption and encrypt file names though it requires duplicating the files in question which takes up space.
Another option would be freeing up some space, using that free space to create a new partition under Linux using a Linux file system, moving files from your existing NTFS partition there gradually in batches, shrinking your NTFS partition using Gparted or similar gradually while expanding your Linux ext4, zfs, etc partition as you transfer them in batches. Do this for each drive. It’ll be a pain in the ass for the fuller drives and there are no guarantees doing this kind of resizing and copying couldn’t cause something to break. But it is free. I would suggest another drive or going the cloud route at least as back-up if you’re trying this.
The games in particular you may want to reinstall through Steam, Lutris, Heroic launcher, etc though I guess you can deal with that when you get there. The only reason I’d keep the games themselves as opposed to just their save files and any mods I have would be if I’d done modding that altered the game files.
How about pirated games? I am ethically opposed to paying for copied digital content.
How does that even work? Can I just run the fitgirl (or whoever) installer in wine? Last time I tried this (c. 2009) you were just up shit creek without a paddle when it came to all game piracy on Linux.
You can have it work too, you just run the installer through Proton, either through Steam or Heroic Games Launcher, Faugus, Vermouth, Bottles or Lutris (I find Heroic the easiest).
I prefer to use Hydra Launcher to download the games then install it through Heroic, but you can download directly from fitgirl or dodi or whatever. Hydra recently got Proton support but I haven’t tested it yet to see if it’s any good.
Also, if you’re planning to use Bazzite, in their Bazzite Portal app you can find a setting to enable deduplication, if you enable that on your OS drive it should help with saving a bit of space, it’s very useful with gaming since proton prefixes might have a lot of duplicated data.
For audio and video content NTFS will work alright.
For games you should use a linux native filesystem like ext4 or btrfs. Bazzite itself will warn you about this if you plug in an NTFS drive.
The last tried I installing fitgirl was years ago and it did not work. I have seen people on reddit say that her installers work under proton but I have never been able to replicate it. I have taken to downloading pre-installed repacks or clean steam files and cracking them myself. On cs.rin, repackers like rexagames or astralgames will post suck repacks. You are supposed to just unzip and run these repacks. There is a significant downside to this that these repacks are not usually distributed via torrent so you need to download them from file hosting websites. But it works at least. I have been pirating the shit out my steam deck this way.
So I can’t just download ISOs from my private tracker anymore?
Those isos from scene releases have a higher chance of working. Their setup wizards are simpler and should work under wine. I have used updates from RUNE and such and they worked fine. Fitgirl’s installer doesn’t work probably because of the decompression it does.
The important thing is to install the games on ext4 or btrfs because the read performance from NTFS is kinda bad. So while NTFS will work for audio-video, games don’t work well on it.
Is there an advantage to btrfs for gaming? Idk if bazzite does compression or not, but should that be on or off?
No advantage over, say, ext4. I mentioned it because it is a good filesystem and bazzite chooses it by default so you probably have it. Also it has the best name.
You can check if compression if enabled by checking the contents of the fstab file (
cat /etc/fstabin the terminal). It will say something likecompression=zstd. It will likely be enabled.There is no disadvantage to having compression on. These compression algorithms are designed to be used on the fly and are very fast. The overhead on a mildly modern system is imperceptible.
Whether you get mileage out of it is another matter. At a previous job I saw 20% reduced space usage on a postgres machine. On my laptop however the same stat is just 1%. It depends on the kinds of files you have.
You will have to reinstall your pirated games from the repack and let Lutris (or Heroic or Faugus or whatever other launcher gui) make a wine prefix (sort of a fake little windows filesystem for each game to live in) for each game. Trying to just take the already installed games and make proton run them will result in all sorts of weird hard to fix problems.
There’s always my option: Getting into physical hobbies!
(To be clear I’m being facetious.)
HA!
I’ve started walking daily, and I hope to start a couch to 5k plan soon. My inflammation is a lot better lately, and it’s nice to be able to move again!
Carrier pigeon.

This might be a good guide to get you started and give you ideas:
https://linuxbasecamp.com/learn/switch-windows-to-linux-keep-files
not really a super easy way, you seem to have a ton stuff, i just uninstalled everything on windows in steam and then installed it in linux. each game has different ways of backing up a save, so be careful about deleting any save files
“just re-download 10 TB” is just a wild thing to suggest users do. Like, I get that this is a really niche case and most users aren’t like me but it’s wild that I will have to shuffle data this way just to keep my Plex library and stuff.
What you’re asking for isn’t simple from a technical perspective. Tools to rewrite a filesystem do exist but they’re risky as fuck so its not like a standard experience. The best option is to copy your data to another device then copy it back but also like do you like not back this shit up at all? Are you not worried if a drive dies and losing everything?
The only real option with your existing setup without buying anything is tiny ext4 partition copy resize ntfs and ext4 copy but you’re gonna be there for a while. If there is a single drive you can realistically wipe for this procedure to give you a bigger copy to space in ext4 then that will speed it up.
If I was doing this then I’d opt for robocopy to a drive big enough to store all the stuff i wanted to keep in a filesystem thats cross compatible then rclone it back.
Naturally windows linux and mac dont like each other and moving from any os to any other is quite the task if you arent willing to delete everything and start again.
Are you not worried if a drive dies and losing everything?
It’s copies of movies and tv shows for Plex. Yes, I’m worried about it but I can’t afford the amount of storage needed to have backups of media available on my private tracker.
At this point your only options are the filesystem shuffle for a billion hours or using ntfs on linux where it might just corrupt your data one day silently or break in a way that needs windows to fix it. Or continue using windows.
I haven’t used ntfs on linux in a long time. Hopefully its better now then when i last tried but it can be afaik a bit nefarious where it works great until it doesn’t
They are describing a scenario where enough of the data is steam games that deleting them would create the swap space needed to get started shuffling stuff around in which case it wouldn’t necessarily be that wild… you would be avoiding a lot of the headaches that redownloading other stuff would have; high reliability of the files - nothing would be lost, fast downloads, wouldn’t be much labor to que them up, you probably won’t need all your games right away… your mileage will vary but it’s not the worst suggestion for some people who might be reading the thread in a similar situation.
I ended up deleting all the games, and I’ll reinstall those as I need under bazzite yeah.
Leaving the 10 TB of video alone ecause it seems NTFS will be Fine™ for just video files at least for now.
Bump












