Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

woeusbgui not working: No space to copy uefi-ntfs.img #56

Closed
rbnmndz opened this issue Oct 28, 2021 · 0 comments
Closed

woeusbgui not working: No space to copy uefi-ntfs.img #56

rbnmndz opened this issue Oct 28, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rbnmndz
Copy link

rbnmndz commented Oct 28, 2021

I think is the same issue than https://github.com/WoeUSB/WoeUSB/issues/81

(checked on different systems and pen-drives)

$ woeusbgui
/dev/sde: 2 bytes were erased at offset 0x000001fe (dos): 55 aa
/dev/sde: calling ioctl to re-read partition table: Èxit
Cluster size has been automatically set to 4096 bytes.
Creating NTFS volume structures.
mkntfs completed successfully. Have a nice day.
Exception in thread Thread-2:

Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.8/dist-packages/WoeUSB/gui.py", line 403, in run
core.main(source_fs_mountpoint, target_fs_mountpoint, self.source, self.target, "device", temp_directory,
File "/usr/local/lib/python3.8/dist-packages/WoeUSB/core.py", line 177, in main
install_uefi_ntfs_support_partition(target_device + "2", temp_directory)
File "/usr/local/lib/python3.8/dist-packages/WoeUSB/core.py", line 381, in install_uefi_ntfs_support_partition
shutil.copy2(download_directory + "/uefi-ntfs.img", uefi_ntfs_partition)
File "/usr/lib/python3.8/shutil.py", line 435, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.8/shutil.py", line 275, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/usr/lib/python3.8/shutil.py", line 166, in _fastcopy_sendfile
raise err from None
File "/usr/lib/python3.8/shutil.py", line 152, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/WoeUSB.t03_1bwr/uefi-ntfs.img' -> '/dev/sde2'

@WaxyMocha WaxyMocha self-assigned this Oct 28, 2021
@WaxyMocha WaxyMocha added the bug Something isn't working label Oct 28, 2021
WaxyMocha added a commit that referenced this issue Oct 28, 2021
 Changes:
- #53; provide all args for core.cleanup
- #56; uefi image bigger than 512 KiB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants