Bug 714718

Summary: ntfs file system is recognized as ext3
Product: [Fedora] Fedora Reporter: anonymous <sl4ckerus>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-19 17:08:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Contents of the storage log none

Description anonymous 2011-06-20 13:55:47 UTC
Created attachment 505620 [details]
Contents of the storage log

Description of problem:

Hi, I am trying to install the Fedora 15 from KDE live cd, the physical device is recognized but instead of multiple partition all I get is one with ext3. 
=============================================================================
Output from fdisk -l /dev/sda:

Disk /dev/sda: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312579695 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x6b94398a

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 210173951 104983552 7 HPFS/NTFS/exFAT

===========================================================================
cfdisk

Name Flags Part Type FS Type [Label] Size (MB)
------------------------------------------------------------------------------
Pri/Log Free Space 1.05*
sda1 Boot Primary ntfs [System Reserved] 104.86*
sda2 Primary ntfs 107503.16*
Pri/Log Free Space 52431.75*


===========================================================================
Anaconda shows it as one single ext3 partition - http://i54.tinypic.com/bdqof6.png

Comment 1 David Lehman 2011-06-20 15:45:05 UTC
There are two bugs here. For one, blkid is telling udev (and anaconda) that the disk contains an ext3 filesystem. If that is not the case, there's a blkid bug (blkid comes from util-linux package). Secondly, it is possible for blkid to detect both a disklabel and another format on a disk. In anaconda-16.8-1 I added code to improve anaconda's handling of such cases. This will be in Fedora 16.

If you need to use that disk to get your system installed, let me know. I can try to provide you with an updates image that should solve the problem.

Comment 2 anonymous 2011-06-20 17:32:39 UTC
Hi David, I've tried my second drive and it installed fine. Thank you.