By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1503 - Add GUI support to format removable devices
Summary: Add GUI support to format removable devices
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2969
  Show dependency treegraph
 
Reported: 2013-05-09 16:32 CDT by Darrell
Modified: 2018-08-30 02:24 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2013-05-09 16:32:13 CDT
Other than the kfloppy tool, currently no method exists to format other removable devices. Currently users must revert to the command line or gparted to perform such a basic function.

Traditionally formatting has been a super user function, but with removable devices that should be a user function. Basic strategy:

* Add support to the TDE hardware library.

* Add a Format button and associated dialog to the TDE hardware manager.

* Add a Format menu option to the removable device popup context menu

OR

* Add a tab and associated dialog support to the popup menu Properties dialog.

* The Format dialog should:
1. Provide a drop-down list with all supported file systems (much like gparted).
2. Ask at least once before actually executing the format.
3. Allow the user to obtain root privileges with tdesudo/tdesu.

Not to ignore tradition, my initial thought is to ensure no Format menu options appear for fixed devices. Or mounted devices. :-) That said, if the removable device popup menu dialog is going to enforce that tradition by using tdesudo/tdesu to format removable devices, then seems such support should be available for all non-mounted devices. For fixed devices, probably a good idea to add additional verbosity about the action. Possibly with the additional verbosity for fixed devices, add a check box that serves as a second confirmation point beyond the OK button.

For now, adding formatting options for removable devices would be a great additional feature.