Comment 8 for bug 537746

Revision history for this message
Kevin Kramer (kmkramer71) wrote :

stumbled across this trying to debug my mount issues. Here is my strace attempting a default mount from the command line. The same autofs setup (auto.master, etc) work fine on SL 6.6 fwiw

strace -f -eexecve mount server:/export/ufs/hp /mnt
execve("/bin/mount", ["mount", "server:/export/ufs/hp", "/mnt"], [/* 51 vars */]) = 0
Process 14364 attached
Process 14363 suspended
[pid 14364] execve("/sbin/mount.nfs", ["/sbin/mount.nfs", "server:/export/ufs/hp", "/mnt", "-o", "rw"], [/* 47 vars */]) = 0
mount.nfs: an incorrect mount option was specified
Process 14363 resumed
Process 14364 detached
--- SIGCHLD (Child exited) @ 0 (0) ---