fighting with bad sector in EEEPC

#1 15 Feb 2010 @ 15:04
Hi, I have a problem that when I install Ubuntu into my EEEPC(4GB + 8GB SSD),a set the 4GB as root, 8 GB as home, but the system said that my 8GB SSD had a bad sector in area 63.

What should I do if I really want to install a Ubuntu system into my EEEPC with SSD only,so I can use the SD card as a portable storage device.Can anyone help me to fix this problem?

Thank youu very much
AfterDawn Advertisement
#2 15 Feb 2010 @ 16:40
scum101 Suspended due non-functional email address
really shoulda posted this somewhere more relevant.. the linux section or the UBUNTU FORUMS.. but I will reactivate my dead account and take pity on you by making a suggestion..

That's a hopeless partitioning scheme.. you need a swap area defined.. as usual n00buntu tries to make a non booting or runs like crap system setup..

so why not use the area with the bad sector as /swap .. say the first 500mb's of the 8gb area of the ssd. In reality the situation will just get worse now you have one bad sector.. but you can effect a cure (linux magic follows)

The easiest way is to boot from a USB stick and run:

dd if=/dev/zero of=/dev/sda1 (for the smaller 4G SSD)
dd if=/dev/zero of=/dev/sdb1 (for the larger 8G SSD)

This will wipe _everything_ from the disks by writing zeroes to each block. You can verify this by making new file systems (assuming ext3) on the disks with:

mkfs.ext3 -c /dev/sda1
mkfs.ext3 -c /dev/sdb1

That's -c for bad-block scan. After it works, you can just reinstall the system from scratch, but remember my note about defining a proper swap area, especially with a bloat monster like ubuntu.. puppy works way better on these little notebooks.

#3 15 Feb 2010 @ 22:10
moved to correct forum.
#4 17 Feb 2010 @ 8:33
scum101 Suspended due non-functional email address
no reply.. *sigh* .. typical.. next time I'm going to leave them to rot in the "other pc hardware" with all the M$ fanboys.

#5 17 Feb 2010 @ 19:26
can't please everybody.
This discussion thread has been automatically closed, as it hasn't received any new posts during the last 180 days. This means that you can't post replies or new questions to this discussion thread.

If you have something to add to this topic, use this page to post your question or comments to a new discussion thread.

Subscribe to AfterDawn's weekly newsletter.