• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Moving to linux - what to do with external hard drive with media on it

Nvidiaguy07

Platinum Member
Moving my main computer to linux. Got pretty much everything worked out, but unsure of what I should do with my hard drives that have all my movies, tv shows, etc on them.

They are all formatted for windows. I have thought about buying a new huge external and formatting it in ext4 and then just transfer everything over, but is that really the best option?

If I decide to just dual boot instead of fully switching, what would the best thing be to do in that situation?
 
In terms of "formatted for windows" what do you mean (FAT? FAT32? NTFS v1? NTFS v2? NTFS v3? NTFS v3.1? NTFS v3.1 with transations and symlinks?)

What do you plan to do with the data in the first place? If it is mainly movies/media, are you planning on wanting to share it with other computers on your network or view it from the now linux system? Another question to consider is "were the TV shows recorded from the windows system through media center and as such possibly DRM'ed to only be viewable from that system and/or associated media extenders"?

Most versions of windows based filesystems can be easily mounted and read from a linux distribution (you simply need NTFS-3G installed on your linux box; some distributions come with it, but notably Redhat and derivatives (CentOS, Oracle Linux, Scientific Linux, etc) does not and you would need to install it). Writing to those filesystems can be tricky depending on exactly what it is (FAT and FAT32 have no problems, and for the most part, NTFS filesystems made on systems up to XP have no issues, but Vista and forward might have issues from time to time resulting in possible data corruption).

If you simply want to put all those drives in read-only mode you will have no problems viewing and sharing the storage to other systems on your network. If you want to use them for active remote storage from other systems, you might have issues. At which point I would say you should copy the contents out and reformat to FAT32 or ext3. Only reason not to use FAT32 would be if you need files that are larger than 4GB (which could easily be the case if you have HD video content). Ext3 is the next best choice, as there are now drivers you can install on windows systems in case you need to connect it back to a windows box for some reason (which you shouldn't need to, but it is nice to have in case of system failure and you have a desperate need to access data from one of the drives).
 
Last edited:
My hard drive has 3 partitions: one for Windows XP (5GB), one for Linux/DOS (1GB), and one for music (90GB). The music one is formatted with NTFS and Linux opens and plays everything on it and can save on it with no problems. 🙂
 
My hard drive has 3 partitions: one for Windows XP (5GB), one for Linux/DOS (1GB), and one for music (90GB). The music one is formatted with NTFS and Linux opens and plays everything on it and can save on it with no problems. 🙂

Yep that should be the case with NTFS created from Windows systems up to XP (as I stated above).
 
All partitions were made in the last 2-3 years, so im guessing the newest NTFS, which sounds fine from both comments.

All i really use it for is storing files, nothing else so i thnk im good.

Thanks!
 
They are all formatted for windows. I have thought about buying a new huge external and formatting it in ext4 and then just transfer everything over, but is that really the best option?
You can regularly get excellent prices on 4-6 TB external drives from seagate and samsung, for example, that I would consider this.

As an upside, you'll have a usable large capacity back-up drive after you do the transfer. :thumbsup:

I use linux (among other things) to do pull-backups of my non-OS storage drive. I got paranoid circa the cryptolocker stuff, and so I worked out a nice rsync script with hard-linking to do incremental, date-stamped, snapshots that doesn't ever require windows to mount the backup volume. I don't do much writing to the NTFS filesystem from linux, but I've restored a file or two that I had previously deleted, and that seemed to work OK.
 
Last edited:
I've played with btrfs for a little bit. I wish the standard space reporting tools worked with it. I also saw a lot of high I/O using btrfs on top of dm-crypt compared to ext4.
 
Back
Top