summaryrefslogtreecommitdiff
path: root/content/entry/how-to-transfer-large-files-from-one-computer-to-another.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/entry/how-to-transfer-large-files-from-one-computer-to-another.md')
-rw-r--r--content/entry/how-to-transfer-large-files-from-one-computer-to-another.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/entry/how-to-transfer-large-files-from-one-computer-to-another.md b/content/entry/how-to-transfer-large-files-from-one-computer-to-another.md
index 4d85db7..895346b 100644
--- a/content/entry/how-to-transfer-large-files-from-one-computer-to-another.md
+++ b/content/entry/how-to-transfer-large-files-from-one-computer-to-another.md
@@ -32,7 +32,7 @@ If the messaging app is proprietary, which it usually is, then it's probably not
So how should one transfer files? There are several ways to securely transfer files without relying on centralized data-mining cloud services.
## USB
-If the recipient is in close physical proximity to you and you trust them, you can use a USB drive or external hard drive to transfer large files. To prevent data from getting into the wrong hands later, the USB should have an encrypted, password-protected LUKS volume. For cross-platform support, use FAT32 or NTFS for the filesystem.
+If the recipient is in close physical proximity to you and you trust them, you can use a USB drive or external hard drive to transfer large files. To prevent data from getting into the wrong hands later, the USB should have an encrypted, password-protected LUKS volume. For cross-platform support, use FAT32 or NTFS for the file system.
FAT32 only supports a 4 GB max file size. If a file is too large for the encrypted volume, Linux offers the split command to split it into smaller, more manageable chunks and the receiving machine only needs the cat command to piece the file back together.