Bug 75232

Summary: mount fail to detect ext3
Product: [Retired] Red Hat Linux Reporter: Christian Lepine <clepine>
Component: mountAssignee: Elliot Lee <sopwith>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-14 16:34:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christian Lepine 2002-10-05 19:24:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Description of problem:
I tried to mount a partition with mount but it fail with the error ntfs not
supported by kernel

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


How reproducible:
Always

Steps to Reproduce:
1.try to mount a ext3 filesystem with command mount /dev/hda1 /mnt/data
2.it fail with ntfs not supported by kernel
	

Actual Results:  fail with ntfs not supported by kernel

Expected Results:  mounting of partition

Additional info:

if a use mount -t ext3 /dev/hda1 /mnt/data it work's fine.

The partition is declare by fdisk or others to be a ext3 filesystem.

With RH7.3, the partition can be mounted with mount /dev/hda1 /mnt/data without
having to specifie -t ext3.

Comment 1 Elliot Lee 2003-01-14 16:34:51 UTC
Can't reproduce with latest kernel & util-linux in rawhide.