Cleaning private data off of a drive to return it

Hi

I have an external usb hard drive 500GB. It’s faulty and if I return it
to the supplier it will be replaced. I used it to store years of data,
some of it sensitive like banking data etc.

I have formatted it but I understand that doesn’t remove the underlying
files.

Is there an app in openSUSE thet removes the underlying files or wipes
the drive so they can’t be reconstructed?

Thanks
Swerdna


‘Drop in and visit some time’
(http://www.swerdna.net.au/linux.html).

swerdna’s Profile: http://forums.opensuse.org/member.php?userid=84
View this thread: http://forums.opensuse.org/showthread.php?t=406654

Will parted magic wipe it?

Not sure if that’s enough. I know it takes an age


Box: Linux 2.6.27.12-170.2.5 i686 | Fedora 10 | Gnome 2.24.2 | M2N4-SLI
| AMD 64 X2 5200+ | nVidia 8500GT | 2GB RAM
Lap: openSUSE 11.1 | Celeron 550 | (KDE4.2.0)“83.1” | Intel 965 GM |
Lenovo R61e | 3GB RAM

caf4926’s Profile: http://forums.opensuse.org/member.php?userid=204
View this thread: http://forums.opensuse.org/showthread.php?t=406654

Ah! An easy one.

Look for /usr/bin/shred

Use it something like this (as root):

shred -vfz -n 100 /dev/hda

It can take a long time.

Cheers

BTW It can take a very long time if the drive is faulty.


Linux User No. 483060

KaptRoger’s Profile: http://forums.opensuse.org/member.php?userid=2973
View this thread: http://forums.opensuse.org/showthread.php?t=406654

dban can be foudn at

linux.softpedia.com/get/System/Hardware/DBAN-6081.shtml


Linux User No. 483060

KaptRoger’s Profile: http://forums.opensuse.org/member.php?userid=2973
View this thread: http://forums.opensuse.org/showthread.php?t=406654

KaptRoger;1937391 Wrote:
> dban can be foudn at
>
> linux.softpedia.com/get/System/Hardware/DBAN-6081.shtml

That is:) very good info;)
Thank you it help me in the future.


1michael1

1michael1’s Profile: http://forums.opensuse.org/member.php?userid=17853
View this thread: http://forums.opensuse.org/showthread.php?t=406654

There is an easier solution, ‘Encrypted Root File System - openSUSE’
(http://en.opensuse.org/Encrypted_Root_File_System_with_SUSE_HOWTO)

Use
dd if=/dev/urandom of=/dev/sda3

Any tool used will work like crap if the disk is damaged so it doesn’t
make any difference what You use.


If builders built homes the same way programmers make applications then
one woodpecker would destroy whole civilization.

BenderBendingRodriguez’s Profile: http://forums.opensuse.org/member.php?userid=1731
View this thread: http://forums.opensuse.org/showthread.php?t=406654

There is no problem using shred on a drive that is formatted. You just
make sure you run shred for the entire drive and not for a single file.

The number of overwrite iterations you use is related to your paranoia.
100 is overkill. Some sources say that as few as one may now be
acceptable. More reading on the subject:
‘Data remanence - Wikipedia, the free encyclopedia’
(http://en.wikipedia.org/wiki/Data_remanence)

The trouble with failing drives is that you never know how the drive
firmware will treat failed sectors. If you are extremely paranoid, you
have to physically destroy the drive because it’s always possible the
firmware will stop writing to failed sectors entirely, and your data
will be left after running an operation like shred.


mattm3a

mattm3a’s Profile: http://forums.opensuse.org/member.php?userid=1674
View this thread: http://forums.opensuse.org/showthread.php?t=406654

I wouldn’t be that sure about that article, professional ways to recover
data from a disk involve some magnetic shadowing or something (you can
see 7 or 8 writes back) so 100 may be an overkill but 20 would be quite
sure but it will still take hell lot of time.


If builders built homes the same way programmers make applications then
one woodpecker would destroy whole civilization.

BenderBendingRodriguez’s Profile: http://forums.opensuse.org/member.php?userid=1731
View this thread: http://forums.opensuse.org/showthread.php?t=406654

swerdna;1937367 Wrote:
> Hi
>
> I have an external usb hard drive 500GB. It’s faulty and if I return it
> to the supplier it will be replaced. I used it to store years of data,
> some of it sensitive like banking data etc.
>
> I have formatted it but I understand that doesn’t remove the underlying
> files.
>
> Is there an app in openSUSE thet removes the underlying files or wipes
> the drive so they can’t be reconstructed?
>
> Thanks
> Swerdna

Not being sarcastic, how much the usb drive cost vs. sensitive banking
data.
In this circumstances and if your paranoid that someone can obtain
information from this hardware better to just use the hammer. My feeling
is if the drive is faulty there is a big chance that there will be a
failure in erasing the datas stored.


People who do not break things first will never learn to create
anything

conram’s Profile: http://forums.opensuse.org/member.php?userid=872
View this thread: http://forums.opensuse.org/showthread.php?t=406654

Thanks folks. The fault is in the spin-up process, not the surface
itself, so I feel I can shred it with confidence in the result.

I have to power it on 10-15 times to get a result, and bang the case
each time. It’s going now at last. I’ve set it to shred with 25
iterations. It will run all night.


‘Drop in and visit some time’
(http://www.swerdna.net.au/linux.html).

swerdna’s Profile: http://forums.opensuse.org/member.php?userid=84
View this thread: http://forums.opensuse.org/showthread.php?t=406654

conram;1937516 Wrote:
> Not being sarcastic, how much the usb drive cost vs. sensitive banking
> data.
> In this circumstances and if your paranoid that someone can obtain
> information from this hardware better to just use the hammer. My feeling
> is if the drive is faulty there is a big chance that there will be a
> failure in erasing the datas stored.

You right if there is bank info.,personal info. use 10lb hammer and go
for,
That I did 2 years ago use a hammer that`s it;)


1michael1

1michael1’s Profile: http://forums.opensuse.org/member.php?userid=17853
View this thread: http://forums.opensuse.org/showthread.php?t=406654