[CentOS] UFS (Unix File System) support

Mon Jan 29 13:55:18 UTC 2007
Peter Kjellstrom <cap at nsc.liu.se>

On Monday 29 January 2007 13:25, Jordi Espasa Clofent wrote:
> > 1) just try to use or modprobe it and find out by trial and error
> > 2) see which filesystems modules are available:
> >    find /lib/modules/$(uname -r)/kernel/fs -name "*.ko"
> > 3) look in the config for your kernel to see if something is enabled:
> >    grep CONFIG_UFS_FS /boot/config-$(uname -r)
>
> 4) cat /proc/filesystems

That only shows you which filesystems are currently "loaded" (built into the 
kernel or loaded modules). Typically you'd like to know which filesystems you 
can do "mount -t blaha /..." on and then you'll have to go looking for 
modules in one way or the other.

/Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20070129/5c7029df/attachment-0004.sig>