! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Allow formatting removable drives from right click menu
Status:
RESOLVED: MOVED

Comments

Description Alex 2013-09-06 14:44:25 CEST
I think it would very useful to implement the option of formating a pendrive from the right click mouse menu, where you only can now mount or unmount it. I don´t know if the best would be to make it throught a plugin or in thunar directly, but the option to format your usb to ext4, ntfs, fat32, ... directly like in windows an other desktop managers would be great.

Thanks,
Comment 1 Pablo Lezaeta 2013-09-13 20:57:36 CEST
actually I think that this need to be used on removable non cd-rom media because that is a best description than 'pendrive'
anyway I try to write a custom action, but I fail because that not work on that part of the panel, (or I not know how make it work).

so I agree that can by a good option
Comment 2 Julien [nodiscc] editbugs 2018-06-28 18:44:10 CEST
An alternative would be searching for common graphical disk management utilities like gnome-disks or gparted and, if found, display right-click menu entries to access the device from these utilities.

For example gnome-disks can be told to directly jump to specified drive properties using '--block-device DEVICE', or display the format dialog with '--block-device DEVICE --format-device'. Gparted can also be told to show a specific drive with 'gparted DEVICE'

XFCE has no disk utility and so I think it would be good to delegate this feature to existing tools, if they are installed. gnome-disks has very few dependencies, many features, and it works well.


https://manpages.debian.org/stretch/gnome-disk-utility/gnome-disks.1.en.html
Comment 3 alexxcons editbugs 2018-07-01 21:57:33 CEST
I would support the proposal to scan for available disk mangment tools.

A proper solution could be an additional thunar-plugin which does so.
Or, maybe even better,  this service could be added thunar-volman.
Comment 4 Reuben Green editbugs 2020-03-14 18:36:25 CET
*** Bug 16546 has been marked as a duplicate of this bug. ***
Comment 5 Yousuf 'Jay' Philips 2020-03-15 09:27:13 CET
From my duplicate bug 16546.

The context menu entry would try to execute one of these commands, based on the availability of the app in this order.

`gnome-disks --block-device [device] --format-device`
`mintstick -m format -u [device]`
`gparted [device]`
Comment 6 Git Bot editbugs 2020-05-26 23:15:29 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/thunar/-/issues/60.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #10337

Reported by:
Alex
Reported on: 2013-09-06
Last modified on: 2020-05-26
Duplicates (1):
  • 16546 Option to format non-root partitions and removable drives

People

Assignee:
Jannis Pohlmann
CC List:
6 users

Version

Version:
unspecified

Attachments

Additional information