[Inx] Follow-up/correction re: umount on halt (was Re: INX-lucid-alpha2)

Peter Garrett inx-one at optusnet.com.au
Mon Jul 12 21:18:45 PDT 2010


Just a follow-up/correction to my previous reply:

The command

sudo umount -a && sudo shutdown -h now

(or 'sudo shutdown -r now' for reboot)

Will of course not run to completion if

'sudo umount -a' 

fails -

So, try running the commands separately

sudo umount -a
sudo shutdown -h now

Or substitute, for example

sudo umount /dev/sd?2

and so on.

Peter



More information about the Inx mailing list