Edit report at http://bugs.php.net/bug.php?id=53200&edit=1
ID: 53200 Updated by: ahar...@php.net Reported by: icarstudio at gmail dot com Summary: Unmount all FS's -Status: Open +Status: Bogus Type: Bug Package: Unknown/Other Function Operating System: Linux Debian Lenny 2.6.24.4 PHP Version: Irrelevant Block user comment: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2010-10-29 11:55:51] icarstudio at gmail dot com Description: ------------ When I'm run script above, all file systems became unmounted, when I'm run same command from shall, all looks good. Test script: --------------- $rt = exec('sudo umount -lf ' . $mountpoint . '/ 2>&1', $mount, $exec_ret); Expected result: ---------------- umount: MOUNTPOINT: not found Actual result: -------------- Unmount all FS's ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53200&edit=1