1

In Ubuntu 12.04 using disk utility while formatting, there was an error

Error creating partition table: helper exited with exit code 1: Error calling fsync(2) on /dev/sdc: Input/output error

I tried to format even using windows failed and showed up "Windows coudn't format". How can I fix this?

Olli
  • 8,971
bzl
  • 21
  • 1
  • 2

1 Answers1

1

Using Gparted may of help - install it, open it, and you should be able to reformat the disk once you have unmounted it.

You can do this and other options by selecting the drive in the menu at the top right, and then right-clicking on the partitions.

Picture of Gparted

Wilf
  • 30,194
  • 17
  • 108
  • 164
  • Gparted also has some add-ons that may help in case there is a problem formatting the drive, for example because there is an encrypted volume on the drive. – karel May 02 '14 at 08:12