Bug 748780 - RFE: NTFS file system support for hard disk install
Summary: RFE: NTFS file system support for hard disk install
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: rawhide
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: David Shea
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-25 11:02 UTC by Hedayat Vatankhah
Modified: 2014-03-28 14:20 UTC (History)
9 users (show)

Fixed In Version: python-blivet-0.45-1
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-28 14:20:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Hedayat Vatankhah 2011-10-25 11:02:11 UTC
Description of problem:
As mentioned in bug #631796, since the addition of ntfs-3g driver to Fedora it was possible to install Fedora when its DVD iso is in an NTFS partition. However, since Fedora 14, this is no longer possible and the installer stops after mounting the NTFS partition. Apparently (according to bug #651534), the reason is that mount.ntfs-3g does not terminate while the partition is mounted and Anaconda waits for the mount command to be finished. It seems that it is not hard to solve this problem. Moreover, NTFS file systems are becoming more and more common specially with bigger storage devices, and supporting NTFS as an install source is a very useful feature. Please consider making it possible again. Also, it seems that the main problem that this file system were not supported from the beginning was the lack of NTFS file system support which is no longer the case.

Thanks

Comment 1 Chris Lumens 2013-01-07 18:16:11 UTC
It'd be worth trying again to see if this is working.  We've got a totally new UI now, as well as new dracut stuff to find the installation source.  I don't remember explicitly allowing ntfs, but I don't remember explicitly disallowing it either.

Comment 2 Hedayat Vatankhah 2013-01-12 14:14:03 UTC
No, it doesn't. While F18's installer image can mount ntfs partitions (unlike recent releases which didn't have ntfs support at all), the NTFS partitions doesn't appear in the list of partitions which can be selected in the installation source selection UI.

Comment 3 Brian Lane 2013-05-06 23:29:52 UTC
If you point the url to your ntfs partition and iso directly does the install work? Ignoring whether or not it can be selected in the UI.

Comment 4 Hedayat Vatankhah 2013-05-17 07:36:44 UTC
No. It prints an error while trying to mount the partition with an error message like this: Unknown filesystem 'ntfs'

Comment 5 David Shea 2014-02-27 22:16:50 UTC
blivet marks NTFS as unmountable, which is the only thing keeping NTFS partitions from showing up as hdiso sources. Maybe it's time to change that.

Comment 6 David Lehman 2014-02-27 23:47:52 UTC
If the ntfs mount command actually returns, sure. If not, no. I'm not writing _any_ code to accommodate insane behavior in ntfs-specific mount program.

Someone else is going to have to do the legwork to see if the ntfs mount is still acting crazy.


Note You need to log in before you can comment on or make changes to this bug.