June 15, 201115 yr The log is giving me this: Jun 15 18:17:54 MicroServer emhttp: shcmd (31): umount /mnt/user >/dev/null 2>$stuff$1 (Other emhttp) Jun 15 18:17:54 MicroServer emhttp: _shcmd: shcmd (31): exit status: 1 (Other emhttp) The number just goes up each time.
June 15, 201115 yr Author Do you have any files being held open? You can use the lsof command to check. Literally type in: 'lsof' ? I got it to shutdown using the power down script but as I was originally going for a reboot using the script was obviously not the best idea. I will run that command next time and see what happens.
June 15, 201115 yr Sorry, try : lsof | grep /mnt/user This will show any files held open and what process has them open. If you have unmenu installed there is also a button in there to run the command via the unmenu interface. Whichever is easiest!
Archived
This topic is now archived and is closed to further replies.