I'm trying to reinstall windows on my laptop by creating a bootable USB but when I try to move the files from the disk image mounter, but the file "Install.wim" is too large. I've done some research and learned about wimsplit so I ran.
$ wimsplit install.wim install.swm 1000 --check
and the output was this
[WARNING] "install.wim" does not contain integrity information. Skipping integrity check.
Writing "install.swm" (part 1 of 5): 0 MiB of 4358 MiB (0%) written
[ERROR] Failed to open "install.swm" for writing: Read-only file system
ERROR: Exiting with error code 47:
Failed to open a file.
I cant really find a answer to a solution. please help