cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MAXIFY MB2320 says flash drive not connected

garyprettyman
Apprentice

I'm getting usb flash drive not connected. this just started. could it be that the old printer will not recognize the new flash drives?

3 REPLIES 3

Lithoman
Contributor

Verify that the flash drive is formatted as FAT32. Printers do not recognize any other file structure. This is common with most large flash drives, for Windows or mac to default to something other than FAT32.

To print from a USB memory device, the flash drive must be formatted in FAT 16 or FAT 32 AND in MBR (not GPT) format.

Use Diskpart to convert a GPT partition to MBR:

  1. Right-click Start > select Terminal (Admin).
  2. At the prompt, enter diskpart to initiate the disk partition process.
  3. Prepare the GPT disk for conversion by cleaning (deleting) any partitions or volumes.

If the GPT disk doesn't have any partitions or volumes, skip to the last step to apply the conversion.

  1. At the prompt, enter list disk. Make a note of the GPT disk number that you want to convert to MBR format.
  2. At the prompt, enter select disk <disk-number>, where <disk-number> is the GPT disk number to convert.
  3. At the prompt, enter clean to delete all partitions and volumes on the disk.
  1. At the prompt, enter convert mbr to convert the GPT disk to the MBR partition format.

Now create a new partition and format the flash drive.

Or for the average user, just use Disk Managment by right clicking on the windows icon and selecting from the menu. Select the drive, right click and go from there.

Typically, USB thumb drives always go MBR not GPT. I have only seen a small few.

To simplify, open up file explorer and right click the drive and format. On a MAC open Disk utilities and format selecting FAT32.

Announcements