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

Feature request: integration of wipe tool into Lumina-fm #51

Closed
q-pa opened this issue Dec 7, 2018 · 1 comment
Closed

Feature request: integration of wipe tool into Lumina-fm #51

q-pa opened this issue Dec 7, 2018 · 1 comment

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@q-pa
Copy link

@q-pa q-pa commented Dec 7, 2018

It would be cool for Lumina-fm to have a tool like e.g. BCWipe integrated with a menu entry to delete files with the default setting.

@q5sys
Copy link
Member

@q5sys q5sys commented Dec 7, 2018

Couple things...

  1. BCWipe is commercial product so we can't use that one specifically. But Im sure we could find a MIT/BSD licensed 'wiping' program out there.
    However...
  2. It would be effectively pointless on ZFS drives. With the way ZFS works, there's no way to ever completely destroy your data. That was the underlying drive for the FS. And the ZFS devs have not been willing to entertain the idea of forensically being able to destroy your data on purpose.
    Now you could use a 'wiping' utility on other formatted disks, but since the user is not informed of the FS of any particular disk... it's not really going to help.
    I'd really rather not give the user the belief that they can 'wipe' data, when in fact in many situations they will not be able to.

I would recommend a 3rd party application if you're wanting to 'wipe' files on non-ZFS drives.
Thanks for the recommendation though. If ZFS ever enabled some type of 'purge' functionality for metadata on ZFS formatted disks... we'll definitely be interested in making a feature like this possible.

@q5sys q5sys closed this Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment