PDA

View Full Version : partion problem



george.shoni
April 16th, 2011, 06:59 AM
I installed ubuntu10.4 .when I tried to make new partion .there is an error
mkfs.ext3: Device size reported to be zero. Invalid partition specified, or
partition table wasn't reread after running fdisk, due to
a modified partition being busy and in use. You may need to reboot
to re-read your partition table
any one give replay..

falko
April 16th, 2011, 08:30 AM
What exactly did you do (what commands?) when you created the partition?

Rubi1200
April 16th, 2011, 09:11 AM
If you are on a LiveCD/USB, please post the output of this command:


sudo fdisk -l
(lowercase L not 1)

george.shoni
April 18th, 2011, 05:03 AM
What exactly did you do (what commands?) when you created the partition?

I did this camaands
#fdisk /dev/sda
:n
create partion size
:w
#mkfs.ext3 /dev/sda4(new created partion no.)
then I got this error