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
Attachment:
pgpxhP4YuQNst.pgp
Description: PGP signature
_______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos