Well - SteveRiley, I had to think about it. In the meantime I ran all available hardware tests - all saying there is no mechanical trouble. So I shall try out what you suggested. If you can explain, how I do copy the wget-links to the updated kernel when I'm on a command-line interface, please? Do I install eLinks text-only browser or what? For if I have to type I shall make at least one typo - and then it's all in a mess.
Announcement
Collapse
No announcement yet.
13.04 stopped working
Collapse
This topic is closed.
X
X
-
Originally posted by SteveRiley View PostThis really shouldn't be necessary. Removing the partition table is enough to make the drive appear blank, as the partition table contains the starting and ending locations for each partition. Without these references, a partitioner will view the disk as blank.
That said, if you want to wipe a drive, the easiest way to do it is to mount it in an external USB or eSATA enclosure and the run the following:
Code:sudo dd if=/dev/zero of=/dev/sd[i]X[/i] bs=16M
Oh, and one pass is sufficient to overwrite whatever was previously stored. The need for multiple passes is long-standing myth, promulgated mostly by vendors of software who want to sell disk wiping programs.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Originally posted by StarGazer83 View PostIf you can explain, how I do copy the wget-links to the updated kernel when I'm on a command-line interface, please? Do I install eLinks text-only browser or what? For if I have to type I shall make at least one typo - and then it's all in a mess.
- Top
- Bottom
Comment
Comment