Друг купил ноут с арчем (который я обновил), хочет установить винду, в компах не разбирается, я ему по видеосвязи помогаю это сделать. Образ скачан, woeusb установлен (https://aur.archlinux.org/packages/woeusb/). Там еще есть woeusb-ng, на там трейсбек питона который не может загрузить WoeUSB.core.
woeusb выдает следующее:
[user@linux-pc woeusb]$ sudo woeusb -d windows.iso /dev/sdc --target-filesystem NTFS
WoeUSB v5.2.4
==============================
/usr/bin/woeusb: line 2383: warning: setlocale: LC_TIME: cannot change locale (ba_RU.UTF-8): No such file or directory
/usr/bin/woeusb: line 2383: warning: setlocale: LC_TIME: cannot change locale (ba_RU.UTF-8): No such file or directory
Info: Mounting source filesystem...
Info: Wiping all existing partition table and filesystem signatures in /dev/sdc...
/dev/sdc: 2 bytes were erased at offset 0x000001fe (dos): 55 aa
/dev/sdc: calling ioctl to re-read partition table: Success
Info: Ensure that /dev/sdc is really wiped...
Info: Creating new partition table on /dev/sdc...
Info: Creating target partition...
Info: Making system realize that partition table has changed...
Info: Wait 3 seconds for block device nodes to populate...
Failed to set locale, using default 'C'.
/dev/sdc1 is mounted.
Refusing to make a filesystem here!
ERROR: The command ""${command_mkntfs}" --quick --label "${filesystem_label}" "${target_partition}"" failed with exit status "1", program is prematurely aborted
Info: Unmounting and removing "/tmp/woeusb-source-20220107-203012-Friday.vG1eRH"...
Warning: Target device is busy, please make sure you unmount all filesystems on target device or shutdown the computer before detaching it.
Стоит KDE, может она автомонтирует что-то?
Делал:
sudo systemctl mask udisks2
sudo umount /dev/sdc1
pkill udiskie
lsblk на сдц после юмаунта выдает:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 476.9G 0 disk
|-sda1 8:1 0 500M 0 part /efi
|-sda2 8:2 0 2G 0 part [SWAP]
`-sda3 8:3 0 474.5G 0 part /
sdb 8:16 0 22.4G 0 disk
sdc 8:32 1 28.9G 0 disk
`-sdc1 8:33 1 28.9G 0 part
sr0 11:0 1 1024M 0 rom
После команды woeusb, sdc1 каждый раз оказывается смонтированной.
Помогите, пожалуйста.