I,m not sure but maybe this is the solution to the problem.
The partition was originally made with fdisk and then later on changed with 
mkfs to something else.
To correct this the following can be done.

sudo fdisk /dev/hda

The fdisk prompt should appear. Type 'p' and Enter to print the
partition table. Select the partition you want to modify.

Type t and enter to change the partition type. Fdisk will ask you for
the partition number type the number and press Enter. Then, fdisk will
ask you for the partition code. You can type L and Enter to see a list.

Then type w and Enter to write the changed partition table to disk. This
can be done without losing data on the partition.

-- 
The filesystem type of a volume is identified incorrectly.
https://bugs.launchpad.net/bugs/36846
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to