Re: Wipe a drive clean



On Mon, 23 Jun 2008 14:36:35 -0600
"Andrew Falanga" <af300wsm@xxxxxxxxx> wrote:

I'd rather not install a port, if I can avoid it. I

Have a look at security/wipe.

Before reading this, yes I did. In fact, I even installed it.
However, the first operation appears to be a renaming of the file in
question. I was doing:

wipe -z /dev/da2

which was being kicked out with "Operation not permitted." It seemed
to want to move/rename the file first. I didn't do enough digging to
get around this before reading this e-mail.


do you have access rights to write to that device?

is the device mounted ? (it shouldn't)

B
_________________________
{Beto|Norberto|Numard} Meijome

"Web2.0 is outsourced R&D from Web1.0 companies."
The Reverend

I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Wipe a drive clean
    ... Before reading this, yes I did. ... the first operation appears to be a renaming of the file in ... to want to move/rename the file first. ...
    (freebsd-questions)
  • Msvcrt.dll access denied
    ... In reading your instructions to fix damaged msvcrt.dll files by ... renaming them in DOS Safe Mode, I have repeatedly been denied access ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: get number of lines of a text file
    ... Osiris81 wrote:Unfortunatley, all of your methods do not work, they all need to read the whole file first to get the number of lines and that's way to slow if you have big files. ... If reading line by line takes 20 seconds, reading the entire file as a plain string and processing as in the link to my old post should be very fast. ...
    (comp.lang.labview)
  • Re: new to fstream
    ... There's no way to do it with only one file open for both reading and wrting ... copying the whole file x times, deleting then renaming looks like a lot of ... overhead... ...
    (comp.lang.cpp)
  • Re: fopen and r+ problem
    ... Open the file first for reading, put its contents into an array or other ... PHP variable, then re-write the file with your new data on the first line, ...
    (alt.php)