Bug 70346 - mount-2.11n-12.7.3 compiled with ntfs support
Summary: mount-2.11n-12.7.3 compiled with ntfs support
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mount
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Elliot Lee
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-31 18:37 UTC by Need Real Name
Modified: 2007-04-18 16:45 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-07-31 18:37:37 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-07-31 18:37:33 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607

Description of problem:
kernel-2.4.18-5 has no ntfs modules, however mount-2.11n-12.7.3 was compiled
with ntfs support. In consequence, any attempt to autodetect the filesystem type
on a partition/disk fails with the error:
"mount: fs type ntfs not supported by kernel"

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Create a ext3 filesystem on a disk partition; 
2.mount /dev/partition /mnt/new
3.
	

Actual Results:  mount: fs type ntfs not supported by kernel

Expected Results:  filesystem type is autodetected as being ext3 and filesystem
is mounted.

Additional info:

The same happens with any filesystem if the type is not specifically mentioned
or fstab field is set to "auto".

Comment 1 Elliot Lee 2002-08-08 16:19:46 UTC
It's likely that the partition in question was previously an NTFS filesystem, because 
otherwise mount wouldn't be trying to mount it as ntfs AFAICS. An open bug in e2fsprogs 
means that the old filesystem's magic may still be there when a new ext[23] filesystem is 
created. If you have the ability to re-mkfs the partition, do 'dd if=/dev/zero of=/dev/partition 
count=1' before mkfs -t ext3. Otherwise, specify the filesystem type explicitly.


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