How To Rename A Flash Drive On Mac

Mac OS Extended (Case-sensitive, Journaled): This is the same as Mac OS Extended (Journaled), with the exception that you can give your drive a case-sensitive name (“Flash Drive”) instead of an all-uppercase name (“FLASH DRIVE”). MS-DOT (FAT): This file format comes with a big benefit and a big drawback. It’s compatible with Mac.

  1. Rename Folder Mac
  2. Mac Rename Command
  3. How To Rename A Flash Drive On Mac

By default, the hard disk drives on your computer use the same name 'Local Disk'. You use drive letters such as C, D, E, F, etc. to distinguish different hard disk drives. Occasionally, you may want to change the name of the hard disk drive for easier identification. Here in this post, we will show you how to rename hard drive in Windows 10. There are three available ways.


Way 1: Rename hard disk drive from File Explorer

  • To rename a file from the context menu, right-click a folder, and click “Rename” from the context menu that appears. With the name of the folder highlighted, start typing out a new name, and press Enter when you finish. Using a Keyboard Shortcut.
  • On your Mac, select a disk, folder, or file, then choose File Get Info. If the information in Sharing & Permissions isn’t visible, click the arrow. If the lock at the bottom right is locked, click it to unlock the Get Info options, then enter an administrator name and password.
  • Formatting a USB flash drive to FAT32 on Mac is easy as windows. To do so you can either use the disk utility or the terminal command line. Method 1: Use Disk Utility. Follow the steps to format FAT32 with Disk Utility: Step 1: Plug the USB drive that needs to be formatted to the Mac computer. Step 2: Navigate to Applications and then to.

Step 1: Launch File Explorer in Windows 10, and then select This PC.

Step 2: Under the 'Devices and drives' section, right-click on the drive you want to rename, and select Rename from the context menu.

Step 3: Then the name of the disk is changed to an editable field. Type your desired name in the field and hit Enter to apply the name.

Rename Folder Mac

Note that if you rename the drive where the operating system is installed, you will need to provide administrator permission.

Way 2: Rename hard drive from Disk Management

Step 1: Open the Disk Management in Windows 10 by right-clicking on the Windows icon in the lower left corner of the desktop and then select the Disk Management from the menu.

Step 2: Right-click on the disk drive you want to rename under the Volume list, and then select Properties from the context menu.

Step 3: After the Properties dialog opens, select the General tab, type your desired name in the field following the disk icon, and click OK to apply the name.

Way 3: Rename hard disk drive with Command Prompt

Mac Rename Command

Step 1: Press Win + X, and then select Command Prompt (Admin) from the menu to open Command Prompt as administrator in Windows 10.

Mac

Step 2: Type the command: label <drive letter>: <drive name>, and press Enter key. For example, type label C: Operating System and press Enter to change the name of the local disk C to 'Operating System'.

Related Articles

  • How to Change Disk Drive Letter on Windows 10
  • How to Hide/Unhide Hard Disk Partition in Windows 10
  • How to Encrypt Hard Drive in Windows 10 Using BitLocker
  • How to Create and Format Hard Disk Partition in Windows 10
  • 2 Ways to Rename Multiple Files at Once in Windows 10
  • How to Initialize and Partition a Hard Disk in Windows 10/8/7

Fusion Drive, a storage option on some iMac and Mac mini computers, combines a hard drive and flash storage in a single volume for improved performance and storage capacity. If your Fusion Drive appears as two drives instead of one in the Finder, it's no longer working as a Fusion Drive. This can happen after replacing either drive of your Fusion Drive, or using software to intentionally split them into separate volumes.

You can continue using the two drives independently, or follow these steps to regain the benefits of having the single logical volume of a Fusion Drive.

Before you begin

If you're not sure that your Mac was configured with a Fusion Drive, or that the drive has been split:

  1. Disconnect any external storage devices from your Mac.
  2. Choose Apple menu  > About This Mac, then click Storage.
    • If you see a drive labeled Fusion Drive, your Fusion Drive is working and this article doesn't apply to you.
    • If you have a Fusion Drive that has been split, you should see two drives. One of them should be labeled Flash Storage, with a capacity of 24GB, 32GB, or 128GB. The other should be at least 1TB.

Use Terminal to create a Fusion Drive again

These steps permanently delete all data stored on the drives that make up your Fusion Drive. Make sure that you have a backup before continuing.

If you're using macOS Mojave or later

  1. Turn on your Mac, then immediately press and hold Command-R to start up from macOS Recovery. Release the keys when you see the Apple logo or spinning globe.
  2. When you see the macOS Utilities window, choose Utilities > Terminal from the menu bar.
  3. Type diskutil resetFusion in the Terminal window, then press Return.
  4. Type Yes (with a capital Y) when prompted, then press Return.
  5. When Terminal indicates that the operation was successful, quit Terminal to return to the macOS Utilities window.
  6. Choose Reinstall macOS, then follow the onscreen instructions to reinstall the Mac operating system. Your Mac restarts from your Fusion Drive when done.
Flash

If you're using macOS High Sierra or earlier

How To Rename A Flash Drive On Mac

  1. Turn on your Mac, then immediately press and hold Command-R to start up from macOS Recovery. Release the keys you see the Apple logo or spinning globe.
  2. When you see the macOS Utilities window, choose Utilities > Terminal from the menu bar.
  3. Type diskutil list in the Terminal window, then press Return.
  4. Terminal displays a table of data about your drives. In the IDENTIFIER column, find the identifier for each of the two internal, physical drives that make up your Fusion Drive. Usually the identifiers are disk0 and disk1. One of them should be 128GB or less in size. The other at least 1TB in size.
  5. Type the following command, replacing identifier1 and identifier2 with the identifiers you found in the previous step. Then press Return.

    Example: diskutil cs create Macintosh HD disk0 disk1

  6. If you get a disk unmounting error, enter diskutil unmountDisk identifier, using the first identifier you gathered previously. Then enter same command again using the second identifier. Then retry the command in step 5.
  7. Type diskutil cs list, then press Return.
  8. Terminal displays additional data about your drives (volumes). Find the string of numbers that appears after ”Logical Volume Group” for the volume named Macintosh HD. It's a number like 8354AFC3-BF97-4589-A407-25453FD2815A.
    Example:
    +-- Logical Volume Group 8354AFC3-BF97-4589-A407-25453FD2815A

    Name: Macintosh HD

  9. Type the following command, replacing logicalvolumegroup with the number you found in the previous step. Then press Return.

    Example: diskutil cs createVolume 8354AFC3-BF97-4589-A407-25453FD2815A jhfs+ Macintosh HD 100%

  10. When Terminal indicates that the operation was successful, quit Terminal to return to the macOS Utilities window.
  11. Choose Reinstall macOS, then follow the onscreen instructions to reinstall the Mac operating system. Your Mac restarts from your Fusion Drive when done.