Bug 861641

Summary: Kernel missing ufs driver; can't mount FreeBSD partitions
Product: [Fedora] Fedora Reporter: matt <donotcare>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-29 18:32:06 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 matt 2012-09-29 16:16:56 UTC
Description of problem:
Cannot mount UFS filesystems due to lack of ufs kernel module.   The mount manpage claims to still support ufs, however there is no ufs.ko in any of the kernels.


Version-Release number of selected component (if applicable):
3.5.4-1.fc17.x86_64
3.5.3-1.fc17.x86_64
3.5.2-3.fc17.x86_64


How reproducible:
Install Fedora 17.  Try to mount FreeBSD or other UFS partition.


Steps to Reproduce:
1.  mount -tufs -o ufstype=ufs2,ro /dev/sdg1 /mnt/test1
2.
3.
  
Actual results:
Error message:
mount: unknown filesystem type 'ufs'

Expected results:
Successful mount

Additional info:
# modprobe ufs
FATAL: Module ufs not found.


# ls -l /lib/modules/*/kernel/fs/ufs
/lib/modules/3.5.2-3.fc17.x86_64/kernel/fs/ufs:
total 0

/lib/modules/3.5.3-1.fc17.x86_64/kernel/fs/ufs:
total 0

/lib/modules/3.5.4-1.fc17.x86_64/kernel/fs/ufs:
total 0

Comment 1 Josh Boyer 2012-09-29 18:32:06 UTC
It's in the kernel-modules-extra subpackage.  Install that.