<div dir="ltr">When using fedora and ltspfs, ltsp clients want to fuse mount their USB drives onto the system into the /media directory. This mostly works except for the last step of move mounting into the /media.<div><br>

</div><div>The part that fails is the equivalent of the last line in these steps:</div><div><br></div><div><div> mkdir -p /tmp/testing</div><div> cd /tmp/testing/</div><div> mkdir -p foo bar</div><div> mount -t tmpfs tmpfs foo/</div>

<div> mount --move foo bar/</div></div><div><br></div><div style>The last step will give the error:</div><div style><br></div><div style><div>mount: wrong fs type, bad option, bad superblock on /tmp/testing/foo,</div><div>

       missing codepage or helper program, or other error</div><div>       In some cases useful info is found in syslog - try</div><div>       dmesg | tail or so</div><div><br></div><div style>This worked (the mount --move) in Fedora 16 (without sandbox installed) and Fedora 17. But not in fedora 18.</div>

<div style><br></div><div style>When the bug appeared briefly in F16, this bug:</div><div style><br></div><div style><a href="https://bugzilla.redhat.com/show_bug.cgi?id=838447">https://bugzilla.redhat.com/show_bug.cgi?id=838447</a><br>

</div><div style><br></div><div style>was logged. As noted there removing sandbox fixed the problem.</div><div style><br></div><div style>F18 seems to make use of pam_sandbox which is probably want is stopping the mount --move this time.</div>

<div style><br></div><div style>So how do I configure/remove pam_sandbox so the mounts will work again?</div><div style><br></div></div><div>-- <br>Norman Gaywood, Computer Systems Officer<br>University of New England, Armidale,<br>

NSW 2351, Australia<br><br><a href="mailto:ngaywood@une.edu.au" target="_blank">ngaywood@une.edu.au</a>            Phone: +61 (0)2 6773 2412<br><a href="http://mcs.une.edu.au/~norm" target="_blank">http://mcs.une.edu.au/~norm</a>    Fax:   +61 (0)2 6773 3312<br>

<br>Please avoid sending me Word or Power Point attachments.<br>See <a href="http://www.gnu.org/philosophy/no-word-attachments.html" target="_blank">http://www.gnu.org/philosophy/no-word-attachments.html</a><br>
</div></div>