Carlos E. R. wrote:
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()'.
The function does exist, it just throws an ENOSYS error :-) Do you have DVDs with file systems other than xfs? Do they work? cu Ludwig -- (o_ Ludwig Nussel //\ SUSE Labs V_/_ http://www.suse.de/ SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-security+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-security+help@opensuse.org