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.


Word of warning on “Safe removal” of external harddrives: You really want to click “Eject” or “Safe removal” every time before unplugging. This is much more important than on Windows, due to the way Linux handles buffers and caching. A copy operation will be “finished” but still live in the write-cache and not securely written to disk.
NTFS is no problem (But as mentioned earlier in the thread the permission system is different). I usually format all my external devices with NTFS so they’ll work on both Linux and Windows machines without any fuss.
I’m pretty neurotic about that anyway, but this drive is only external because I ran out of headers; I don’t plan on ever unplugging it. I do appreciate the info though
and on linux, the ‘sync’ command will manually flush the buffers if you’re worried about buffered data not being written to the drive.