카테고리 없음

Format Usb Drive For Mac And Windows

difhysomlucage 2021. 1. 23. 08:13


Later in this article I will give you step-by-step instructions to format your USB drive on Mac and Windows the right way. FAT Also known as FAT16 is an acronym for File Allocation Table 16 bit. Formatting With Windows 8.1: Insert the USB drive into an open port on your. Mac computers are capable of formatting any storage device (internal or external) such as HDD/SSD, USB flash drive, and external storage. Even if the Mac is unable to mount the storage, following this method will enable you to format the storage. Begin by connecting the storage device to your Mac, and then launch Disk Utility using Spotlight. If you want to format a hard drive or USB flash drive on your computer, disk formatting tool is the best choice. In this article, we will introduce 5 disk formatting tools for Windows and Mac to help you securely format hard drive/USB flash drive or memory card on a PC or a Mac.

Most new PCs don't come with DVD drives anymore. So it can be a pain to install Windows on a new computer.

Luckily, Microsoft makes a tool that you can use to install Windows from a USB storage drive (or 'thumbdrive' as they are often called).

But what if you don't have a second PC for setting up that USB storage drive in the first place?

In this tutorial we'll show you how you can set this up from a Mac.

You can download the ISO file straight from Windows. That's right - everything we're going to do here is 100% legal and sanctioned by Microsoft.

If you want an English-language version of the latest update of Windows 10, you can download the ISO here.

If you have a relatively new computer, you probably want the 64-bit version. If you're not sure, go with the 32-bit version to be safe.

If you want a non-English-language version of Windows, or want to get an older update version, download the ISO here instead.

The ISO file is only about 5 gigabytes, but I recommend you use a USB drive with at least 16 gigabytes of space just in case Windows needs more space during the installation process.

I bought a 32 gigabyte USB drive at Walmart for only $3, so this shouldn't be very expensive.

Stick your USB drive into your Mac. Then open your terminal. You can do this using MacOS Spotlight by pressing both the ⌘ and Space bar at the same time, then typing 'terminal' and hitting enter.

Don't be intimidated by the command line interface. I'm going to tell you exactly which commands to enter.

Open Mac Spotlight using the ⌘ + space keyboard shortcut. Then type the word 'terminal' and select Terminal from the dropdown list.

Paste the following command into your terminal and hit enter:

diskutil list

You will see output like this (note - your Mac's terminal may be black text on a white background if you haven't customized it).

Copy the text I point to here. It will probably be something like

/dev/disk2.

Next format your USB drive to Windows FAT32 format. This is a format that Windows 10 will recognize.

Note that you should replace the disk2 with the name of the your drive from step 3 if it wasn't disk2. (It may be disk3 or disk4).

Run this command using the correct disk number for your USB:

diskutil eraseDisk MS-DOS 'WIN10' GPT /dev/disk2

Cannot format usb drive windows 10

Then you'll see terminal output like this.

This will probably only take about 20 seconds on a newer computer, but may take longer on an older computer.

Format Usb Drive For Mac And Windows Use

Note that for some hardware, you may instead need to run this command, which uses the MBR format for partitioning instead of GPT. Come back and try this command if step 7 fails, then redo steps 5, 6, and 7:

Now we're going to prep our downloaded ISO file so we can copy it over to our USB drive.

You will need to check where your downloaded Windows 10 ISO file is and use that. But your file is probably located in your ~/Downloads folder with a name of Win10_1903_V1_English_x64.iso.

hdiutil mount ~/Downloads/Win10_1903_V1_English_x64.iso

Update April 2020: One of the files in the Windows 10 ISO – install.wim – is now too large to copy over to a FAT-32 formatted USB drive. So I'll show you how to copy it over separately.

Thank you to @alexlubbock for coming up with this workaround.

First run this command to copy over everything but that file:

rsync -vha --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/WIN10

Then run this command to install Homebrew (if you don't have it installed on your Mac yet):

/usr/bin/ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'

Then use Homebrew to install a tool called wimlib with this terminal command:

brew install wimlib

Then go ahead and create the directory that you're going to write the files into:

mkdir /Volumes/WIN10/sources

Then run this command. Note that this process may take several hours, you may see 0% progress until it finishes. Don't abort it. It will use wimlib to split the install.wim file into 2 files less than 4 GB each (I use 3.8 GB in the following command), then copy them over to your USB:

wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 3800

Once that's done, you can eject your USB from your Mac inside Finder.

Congratulations - your computer now should boot directly from your USB drive. If it doesn't, you may need to check your new PC's BIOS and change the boot order to boot from your USB drive.

Windows will pop up a screen and start the installation process.

Enjoy your new PC, and your newly-installed copy of Windows.

How to format internal and/or external drive to work properly on Mac and Windows computers?

External data storage devices such as USB flash drives, external Hard Disk Drives (HDDs), and Solid State Drives (SSDs) provide one of the easiest ways to transfer files between separate computers without accessing the Internet. This option is often used when attempting to move very large files. The method is also chosen by people who work with media data that imposes various limitations and automatic optimizations when transferring via Internet. Despite the advantages of using external data storage to transfer content, some experienced users encounter problems caused by the difference between operating systems. This article addresses these issues.

A common issue discussed by users within various technical support forums is that of USB flash drives not working on their computers. This is a cross-platform problem that Windows and macOS users often experience. For example, a photographer may provide you with a USB flash drive with stored photos and videos from your birthday party, but you cannot access them on your system. This is the result of differences between operating systems on computers. Windows and macOS use separate file system formats. PCs with Windows operating systems use New Technology File System (NTFS) while Macs with macOS operating systems use Hierarchical File System (HFS+). By default, USB flash drives and external storage are formatted with the NTFS file system - this works flawlessly on PCs, while Mac computers are able to read data in the format, but struggle to write using this type of storage. Fortunately, there is a simple solution: format your external storage with the File Allocation Table (FAT32) or Extended File Allocation Table (exFAT) file system. In this article, we describe the differences between these two file systems and how to format external storage using a Mac computer.

Format Usb Drive For Mac And Windows 10

Table of Contents:

Format Usb Drive From Mac To Pc

It is recommended to run a free scan with Malwarebytes - a tool to detect malware and fix computer errors. You will need to purchase the full version to remove infections and eliminate computer errors. Free trial available.

Which file system to choose - FAT32 or exFAT?

As mentioned above, both file systems are compatible with Windows or macOS/OS X operating systems. Naturally, the question is: which should you choose? To make the choice easier, we describe both file systems and their features below.

Starting with FAT32 [on a Mac, known as MS-DOS (FAT)], this file system is fully compatible with all versions of Windows and Mac operating systems. Therefore, even the oldest versions of operating systems such as Windows XP SP1 and OS x 10.5 Leopard are compatible. As well as computers, the FAT32 file system is supported by PlayStation 3, Xbox 360, and most cameras. This particular file system does contain file size restrictions. For example, the maximum size of supported files is 4GB (you cannot write files larger than 4GB). Also, you cannot create a startup drive for Mac computers within storage media that uses the FAT32 file system. If, however, you are not planning to use external storage to transfer large files or create any executable partitions (such as a Mac startup drive) the FAT32 file system might be an option, since this format is supported in all versions of the operating system.

exFAT is a newer file system format and has the biggest advantage when compared with FAT32: there are no restrictions on file or partition sizes stored. Therefore, you can write a file of, for example, 1TB size and create partitions of 5TB within the device. Despite this improvement of available data size, some older versions of operating systems are no longer compatible with this file system format. The oldest versions of operating systems compatible with exFAT are listed below:

  • Mac OS X Snow Leopard 10.6.5 or later
  • OS X Lion
  • Windows XP SP2 or later (with an additional update for exFAT support)
  • Windows Vista SP1 or later
  • Windows 7
Format

Unfortunately, as well as some old versions of operating systems, the exFAT file system format is not supported by various cameras, video games consoles, and other devices able to read and/or write to external storage. If you will be using a USB flash drive or external storage device with any of these, the required format is FAT32. Otherwise, if the device is to be used only with computers with modern versions of operating systems, the recommended format is exFAT.

Format the drive with Mac computer

Firstly, bear in mind that formatting the drive will erase all content stored on it. Mac computers are capable of formatting any storage device (internal or external) such as HDD/SSD, USB flash drive, and external storage. Even if the Mac is unable to mount the storage, following this method will enable you to format the storage. Begin by connecting the storage device to your Mac, and then launch Disk Utility using Spotlight. Simply use the keyboard shortcut of Command and Spacebar, type Disk Utility, and then press return. Alternatively, open Finder and go to Applications, open Utilities, and then launch Disk Utility. Select the drive you wish to format from the list in the left sidebar of the Disk Utility window.

Then click the Erase button at the top of the window, in the new pop-up window, and type the name of drive. Then click the drop-down menu beside Format and select MS-DOS (FAT) - the FAT32 file format - or exFAT. These formats are described above.

If you are not planning to use this drive as the Windows startup disk or use it with the oldest version of the operating system, do not change the Scheme. Select Master Boot Record.

Finally, when all preferences are set, click the Erase button. The formatting process duration depends on size and type of the drive. A hard disk drive will take longer to format than a flash drive. NOTE: formatting will erase all existing data on the drive.

Video Showing how to format drive for Mac and Windows computers