0

I am trying to mount a Windows 10 Education iso to create a bootable USB, using Ubundu.

When I mount via Archive Manager the file only contains a ReadMe.txt. That only happened to another Windows 10 iso file.

Mr T
  • 333

2 Answers2

1

I ran into the same issue. The solution was to mount it manually as UDF type, like:

mkdir win
sudo mount Win10_1909_EnglishInternational_x64.iso win/ -o loop -t udf
1

Mounting with the Disk Image Mounter would do the work, as @CelticWarrior mentioned!

Mr T
  • 333