-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Tuesday 2007-04-17 at 13:56 +0200, Ludwig Nussel wrote:
Is there something I can do to expand info? How to know what that "Function not implemented" is refering to?
Maybe an strace of mount gives some insight.
It does indeed. I did: # strace -ff -o mountrace mount /dev/mapper/foo foodir/ and the 'mountrace' file contains: brk(0x8088000) = 0x8088000 close(3) = 0 stat64("/sbin/mount.xfs", 0xbf9ec6f0) = -1 ENOENT (No such file or directory) mount("/dev/mapper/foo", "foodir/", "xfs", MS_MGC_VAL, NULL) = -1 ENOSYS (Function not implemented) rt_sigprocmask(SIG_UNBLOCK, ~[TRAP SEGV RTMIN RT_1], NULL, 8) = 0 write(2, "mount: Function not implemented\n", 32) = 32 exit_group(32) = ? Truly, '/sbin/mount.xfs' does not exist in my system. Either that, or the non existing function is 'mount()'. I case I'm jumping to conclussions too fast, I'll try to attach the file to this email, it's under 6KiB. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFGJNc0tTMYHG2NR9URAjxVAKCY7bP3tK51x43XZFYyrgTJE848uQCeMLNN Qzq/J1z3MbsgSjEJuab9BCM= =kVrC -----END PGP SIGNATURE-----