InterviewSolution
| 1. |
What should you do if you can't download a critical file because it's too large? |
|
Answer» The issue of a file being too large for a USB drive can be solved quite easily by changing the file system of the detachable drive from FAT32 to a more current system, such as exFAT or NTFS. Before you begin, examine the USB drive you're about to change for any vital files you own, and if it does, copy them to a separate location (such as the PC or a different removable drive). This is important since changing a drive's file system will wipe all of its contents. If you're unsure, go with exFAT: it has better SUPPORT from non-Windows device manufacturers, so if you wish to use the USB drive with either a Mac or Linux computer, possibilities are they'll be able to open the contents without any additional adjusting. If you plan to use the drives with older Windows PCs, such as Windows XP, choose NFTS INSTEAD of exFAT because exFAT is a newer FORMAT that the older computer MAY not recognise. |
|