I can't copy data to a USB

barzan muhammed 6 Reputation points
2020-12-08T07:58:55.77+00:00

Hi there,

I am here for help, we have workstations connecting to our domain via Azure AD but we have a problem with connecting external hard-drive and USB

when we want to connect a hard-drive or a USB to the laptop a window appears that ask you to Encrypt the disk when we want to encrypt it says

" The drive cannot be encrypted because it contains boot information, create a separate46098-when-you-connect-the-usb.jpg46099-when-you-click-encrypt.jpg partition for use the system drive that contains the boot information and a second partition for use as the operating system drive and then encrypt the operating system drive."

if we choose don't encrypt we can't put data on it but we can copy data from the disk to the laptop

how can I solve the issue? I don't mind to encrypt the disks but doesn't let me to do it.

Could you please help me to solve the issue?

Thanks in advance,
Best Regards,

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Microsoft Security | Intune | Other
{count} vote

3 answers

Sort by: Most helpful
  1. Anonymous
    2020-12-08T15:41:09.123+00:00

    Hi,
    Does this happen to all the external drive?
    What is the OS version?
    You could try using use DISKPART to set the partition you wish to encrypt as INACTIVE. This will allow you to Encrypt with Bitlocker. See below screenshot that shows marking a Partition on a USB Flash Drive as INACTIVE.

    46483-picture1.png

    Best regards.

    **
    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

  2. MTG 1,246 Reputation points
    2020-12-09T07:22:11.67+00:00

    Lately, I have seen this myself and I suspect that a windows update changed the behavior and causes this.
    The only way I got rid of that message was using diskpart (as depicted by Dale) but with a different command: clean.
    diskpart
    list disk
    select disk x (x is the number of your stick)
    clean
    Attention: this clean command will remove all partitions from the stick, data is lost, so save it beforehand, the recreate the partition(s) and encrypt it (should succeed now), then restore the data.

    0 comments No comments

  3. Detal John 1 Reputation point
    2021-01-22T11:45:26.417+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.