Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106818 - partitioning fails if one partition of type fat16 (6) exists
Summary: partitioning fails if one partition of type fat16 (6) exists
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Installer (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux Installer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 12:10 UTC by Hervé
Modified: 2006-03-24 13:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hervé 2005-09-21 12:10:46 UTC
The partitioner failed to display any partition on my disk because there was a 
fat16 (type 6) partition (my Windows SWAP). Looking at the code, only FAT and 
FAT32 seem indeed to be recognised.

Reproducible: Always
Steps to Reproduce:
1. Create a FAT16 partition (FAT12 is likely to fail to)
2. Launch installer
3. Go to partitioning

Actual Results:  
Disk contents not displayed; impossible to select partitions.

Expected Results:  
Displayed disk partitions.

I suppose not many people have FAT12 or FAT16 partitions on their hard drives 
anymore, but I do for the SWAP file of Windows XP. Also, USB keys might have a 
FAT16 partition to start with, so you really want to support at least this case.
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2005-09-21 12:16:21 UTC
Please give me the output of 'parted -s /dev/hdX print' where "hdX" is the drive
that contains the fat16 filesystem.
Comment 2 Andrew Gaffney (RETIRED) gentoo-dev 2005-09-21 13:01:00 UTC
Ignore the last comment. I've added code that *should* support FAT16 now. Please
follow the directions in the FAQ
<http://www.gentoo.org/proj/en/releng/installer/faq.xml#newerversion> for
updating the installer to the latest CVS and try again. Reopen this bug if you
still have problems with fat16.
Comment 3 Jeffrey Forman (RETIRED) gentoo-dev 2006-03-24 13:46:33 UTC
Moving to Release Media/Installer.