Bug 834736

Summary: mount: you must specify the filesystem type
Product: Red Hat Enterprise Linux 6 Reporter: LunaSilverMoon
Component: util-linux-ngAssignee: Karel Zak <kzak>
Status: CLOSED NOTABUG QA Contact: qe-baseos-daemons
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3CC: notting
Target Milestone: rc   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-25 20:22:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description LunaSilverMoon 2012-06-23 03:27:23 UTC
Description of problem:
When trying to mount I must specify type of filesystem.  Just after the upgrade to 6.3 the mount command does not attempt to try figure out the filesystem so the -t is a must now.  This happens even with ext4.

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


How reproducible:
mount /dev/mapper/LogVol06 /mnt/folder

Steps to Reproduce:
1.mount /dev/mapper/LogVol06 /mnt/folder
2.
3.
  
Actual results:
mount /dev/mapper/LogVol06 /mnt/folder
mount: you must specify the filesystem type
mount -t ext4 /dev/mapper/LogVol06 /mnt/folder

Expected results:
mount /dev/mapper/LogVol06 /mnt/folder

Additional info:

Comment 2 Karel Zak 2012-06-25 19:34:06 UTC
The command mount uses libblkid to recognize filesystem type. There is
no libblkid update in RHEL6.3.

Please , try

  BLKID_DEBUG=0xffff mount /dev/mapper/LogVol06 /mnt/folder &> blkid.log

and add blkid.log to bugzilla, thanks.

Comment 3 LunaSilverMoon 2012-06-25 20:20:13 UTC
Never mind you can close this off because it was a typo I did with another bug I reported.  It is working as it was.