On Saturday, April 18, 2015 3:59:15 PM walt wrote: > > execve("/bin/mount", ["mount"], [/* 61 vars */]) = 0 > > That number 61 on the 'bad' machine is 48, though, and I don't know where > that odd-looking string of characters is generated or what it means. To me > it looks like a comment in a file of 'c' code. > > Still stumped :(
That would be the number of environment variables passed to execve. strace is just trying not to be too noisy. Are there any differences in the options used in fstab between both machines, Especially the auto or noauto options or if one of them is using labels. The mount(8) man page may have more hints. -- Fernando Rodriguez