From 05fa3051e12acddfe320912a93e1927bcf1b64f6df2a14589594144df3b9f3e2 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Mon, 23 May 2022 00:00:00 +0000 Subject: Fix spelling errors --- .../entry/how-to-transfer-large-files-from-one-computer-to-another.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/entry/how-to-transfer-large-files-from-one-computer-to-another.md') 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. -- cgit v1.2.3