Make USB drive fast in Windows 11
USB hard drive in Win11 has been terribly slow for transferring files and even just listing files in a folder.
Mouse's Nest in America
USB hard drive in Win11 has been terribly slow for transferring files and even just listing files in a folder.
Each file occupies 4k, which can become a lot of waste in disk space and speed.
Based on this webpage, use the following command to disable MacOS from creating those hidden files on network and USB drives:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
Another elegant way is to use TinkerTool or CleanMyMac.
Although Windows can run Linux as a subsystem, it may not work properly when GUI is needed. To install Ubuntu as a dual boot system is very straightforward:
1. Download Linux ISO file.
2. Use Etcher to create a bootable USB for Linux. Etcher supports Windows, MacOS and Linux.
3. After using the USB to boot up Windows PC, it allows you to adjust partition of your C: drive to make space for Linux. No need to use other disk partition tools anymore!
After the installation and rebooting, the dual boot menu may not show up and the PC still boots into Windows. Do the following:
4. Go to Setup --> Windows Update --> Recovery, and choose to restart.
5. After rebooting into the recovery mode, choose Troubleshoot --> Advanced --> Repair Disk Image.
Then the system will reboot again. This time the dual boot menu shows up! Done!