Re: LABEL's
Jacques B. wrote:
Your second part is incorrect. It does not matter if there is a file
system or not (ANY file system) when copying from device/partition to
device/partition (i.e. if=/dev/???? and of=/dev/????). dd OVERWRITES
EVERYTHING.
No. It will only overwrite the number of bytes that are copied. Bytes
after that will be ignored. Thus, it's better to zero the partition first.
Matt Flaschen
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-list
Relevant Pages
- Re: *nix data wipe tools
... >file system to destroy the contents of a file. ... >that overwrite requests will actually overwrite the intended bits. ... encounter; flash memory devices, e.g., only pretend to be an array of bytes; ... Personally I prefer a "lose key, lose data" approach to secure erase; ... (Bugtraq) - Re: LABELs
... system or not (ANY file system) when copying from device/partition to ... It will only overwrite the number of bytes that are copied. ... Correct that if you are copying 10 gigs onto 30 gigs that it will only ... (Fedora) - Re: Help with (relatively) securely deleting files?
... Would that not overwrite the blocks ... :This depends on the file system. ... :areas, which aren't available for dd, except for the file tail. ... would not be touched by your 'dd' command. ... (comp.security.unix) - Re: cant save .rc in 2008 Studio
... Sounds like a file system issue. ... overwrite it, and then fails to overwrite since the file is already ... open (duh). ... As long as my editing ... (microsoft.public.vc.language) - Re: How to get fullpathname form MFT
... so CreateFile() fails ... but I can overwrite a.exe file by write sector. ... and most likely damage the file system. ... (microsoft.public.win32.programmer.kernel) |
|