Author Topic: Writing of partition table failed  (Read 964 times)

Offline gryphon

  • New Friend
  • *
  • Posts: 1
Writing of partition table failed
« on: October 12, 2011, 11:32:07 AM »
First off, I am new to Linux - I have an old computer on which I want to install Linux so I can play around with it.  I am attempting to install PCLinuxOS KDE 2011.6, completely overwriting the existing Windows XP installation.  Under Disk Partitioning, I choose Erase and use entire disk and click OK.  I then get the message: "writing of partition table failed" and it returns to the Disk Partitioning screen.  I can't seem to reformat or repartition my hard drive.  Thanks for any help.

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15290
  • ┌∩┐(◕_◕)┌∩┐
Re: Writing of partition table failed
« Reply #1 on: October 12, 2011, 11:45:18 AM »
Hi gryphon - big welcome to the forum.

It could be a few things - have you had any hard disk issues prior to this?  Do you know if the disk was mounted/unmounted?

I always used the GParted LiveCD to partition my disk before doing the install and that way you can just point PCLinuxOS at the pre-set partitions during the install.

Oh, BTW, there is a later 2011.09 release of PCLinuxOS which will help you doing the first update (i.e. there won't be as many as with the 2011.06 release)

It can be downloaded from:

http://ftp.heanet.ie/pub/pclinuxos/live-cd/

Post back for further help.
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline pags

  • Hero Member
  • *****
  • Posts: 2515
  • Keep it clean.
Re: Writing of partition table failed
« Reply #2 on: October 12, 2011, 01:56:19 PM »
Were you viewing the contents of your old XP install, possibly?

It could be as simple as a mounted partition....

The following mat be helpful (easier if done as root)

Code: [Select]
df

Code: [Select]
mount

Code: [Select]
fidsk -l

Post the results of each command...