I have a small external backup drive where I dump my phone camera captures and archive YouTube channels - nothing special; a few terabytes, mostly mp4s.
Is there anything I need to do before/after I swap?
If it matters, the drive is 9TB, formatted as NTFS, and connected via USB 3.0.
I also have 4 internal drives, but I’m not so much worried about them, as I plan on just formatting everything but the external.


So it’s gonna be ntfs so it’s a matter of handling the permissions in fstab. Because it’s not gonna link your user ids from the NTFS files and map them automatically to your UNIX users. So there are options in fstab for that. Easy to look up. For instance maybe your user is ‘user’ so you’re gonna tell fstab to assign everything in a ntfs to partition to ‘user’. Except maybe you have media files served by plex media server running under user ‘plexmediaserver’. This kind of things.