You are not logged in.

#1 2016-09-26 06:45:42

kandaurov
Member
Registered: 2016-09-26
Posts: 3

[Solved] Mintstick is not working

Hello. I have some problem with Mintstick: when I try to format my USB stick, I have a message "An error occured". Here is an output:

mintstick -m format /dev/sdd

/usr/lib/mintstick/mintstick.py:10: PyGIWarning: Polkit was imported without specifying a version first. Use gi.require_version('Polkit', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import GObject, Gio, Polkit, Gtk, GLib, UDisks
/usr/lib/mintstick/mintstick.py:10: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import GObject, Gio, Polkit, Gtk, GLib, UDisks
/usr/lib/mintstick/mintstick.py:10: PyGIWarning: UDisks was imported without specifying a version first. Use gi.require_version('UDisks', '2.0') before import to ensure that the right version gets loaded.
  from gi.repository import GObject, Gio, Polkit, Gtk, GLib, UDisks
1+0 записей получено
1+0 записей отправлено
512 байт скопировано, 0,00476706 s, 107 kB/s
Traceback (most recent call last):
  File "/usr/lib/mintstick/raw_format.py", line 114, in <module>
    main()
  File "/usr/lib/mintstick/raw_format.py", line 111, in main
    raw_format(device, fstype, label, uid, gid)
  File "/usr/lib/mintstick/raw_format.py", line 60, in raw_format
    call(["mkdosfs", "-F", "32", "-n", volume_label, partition.path])
  File "/usr/lib/python2.7/subprocess.py", line 523, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

The Mintstick was installed by makepkg from AUR. All dependecies are resolved and "/usr/lib/python2.7/subprocess.py" exist on my system. I will be grateful if someone tell me what to do with this issue.
P.S. Sorry for my english. It may be not so good for native speakers.

Last edited by kandaurov (2016-09-26 14:43:01)

Offline

#2 2016-09-26 06:49:25

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Mintstick is not working

Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Co … s_and_code


Moving to AUR Issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-09-26 10:12:37

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,788
Website

Re: [Solved] Mintstick is not working

Do you have dosfstools installed?


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2016-09-26 14:07:58

kandaurov
Member
Registered: 2016-09-26
Posts: 3

Re: [Solved] Mintstick is not working

WorMzy wrote:

Do you have dosfstools installed?

No. I just installed that packeged and my Minstick works properly. Thank you very much for advice!

Offline

#5 2016-09-26 14:12:46

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,788
Website

Re: [Solved] Mintstick is not working

You should probably let the maintainer know that dosfstools should be a dependency (or at least an optdepends if there's other fs options).

Please remember to mark your thread as solved by editing your first post and amending the topic title.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#6 2016-09-26 14:55:02

kandaurov
Member
Registered: 2016-09-26
Posts: 3

Re: [Solved] Mintstick is not working

WorMzy wrote:

You should probably let the maintainer know that dosfstools should be a dependency (or at least an optdepends if there's other fs options).

Please remember to mark your thread as solved by editing your first post and amending the topic title.

Done.

Offline

Board footer

Powered by FluxBB