You are not logged in.
Hey all,
So, I've got an old eeepc 901 that I've reinstalled it's Asus-homebrew Xandros on, after having Ubuntu on there. (This was before I discovered #!) I'm planning to sell the netbook, so I want to bring it back to what it was when I opened the box.
Everything went okay, but it looks like the installation left all the files and data from the Ubuntu installation on there instead of wiping everything clean. The file system says I've got about 700 mb left, which seems weird.
Since the homebrewed linux distro has an emphasis on usesr-friendlieness, there aren't any easy-to find programs to use to take a look at the rest of the SSD, or to format/delete/otherwise muck about with the data. I can get to a terminal, however.
My linux-fu is still pretty weak,
so I'd be excited to hear some ideas about where to look for those gigabytes of data that the OS didn't wipe clean.
Fortune favors the bold.
#! WALDORF (just converted)
Asus EEEPC 1001PXD
2GB RAM
Offline
Since you're planning to sell it, why don't you properly wipe it beforehand in order to make any data you had unrecoverable by people other than the CIA? Boot a live distro, and run as root
dd if=/dev/zero of=/dev/sdx, where x is the disk, probably sda, but could be sdb or sdc. Run fdisk -l to see. If it takes too long, /dev/true might be better than /dev/zero. You'll have to reinstall Xandros, but that shouldn't be too difficult.
Last edited by el_koraco (2012-11-16 19:51:59)
Offline
That's a great suggestion, and just the kind I was looking for! Much appreciated, el_koraco!
This is the kind of communication that makes this board great. I'm not just getting information, but I'm learning too.
Fortune favors the bold.
#! WALDORF (just converted)
Asus EEEPC 1001PXD
2GB RAM
Offline
By the way, the 901 has got 2 SSD, a small 4GB one and depending on the model a 8 or a 16GB one.
As el_koraco told you, use a live distro to wipe your drives, but check before hand how many SSD your 901 has.
$ df -h will list all the partitions and drives that are mounted
and
$sudo blkidwill list all the partitions, mounted or not,
If your live distro is having GParted ( $ sudo gparted ), it can give you a visual idea of all your disks; but resist to temptation, don't delete partitions from there, but use $ dd if=/dev/zero of=/dev/sdx on the 2 SSD
Last edited by oupsemma (2012-11-17 08:23:19)
#Linux user 482038, eeepc 901 with 32GB Runcore SSD
Offline
Thansk for the tip, Oupsemma. I used gparted to make sure I was pointing my commands in the right direction.
Seemed to work. I've got the factory Xandros back on there with room to spare. To be honest, I'm recalling why I put a different linux flavour on there anyway... I'm not a fan of the home brew version they've got; it's not responsive and doesn't give you a whole lot of options. When I sell it I might also offer to put something different (like Ubuntu or #! if they're up for it) if they want a more up-to-date computing experience.
If I understand right, the dd command is essentially performing a copy of nothing to all the space on the disk designated? Is that why it took so long; because it had to touch every space on the disk to wipe it clean?
Fortune favors the bold.
#! WALDORF (just converted)
Asus EEEPC 1001PXD
2GB RAM
Offline
Not nothing, zeroes. It literally wrote zeroes over everything.
Offline
Ok.
But that doesn't mean it created a gigantic file of zeroes, does it? Gparted showed the partitions as completely blank... or is this zeroes down to the binary level?
Thanks in advance for your patience with the newbie question...
Fortune favors the bold.
#! WALDORF (just converted)
Asus EEEPC 1001PXD
2GB RAM
Offline
Oh, yeah, binary zeroes, not ASCI ones. As in, all the files are stored as ones and zeroes on the binary level, and now they're all stored as zeroes. It's known as "low-level formatting". An even stronger security method is to use /dev/urandom, but unless you're selling the laptop to a security agency or someone with access to recovery software worth tens of thousands of dollars, you're set.
Last edited by el_koraco (2012-11-18 19:23:22)
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.