Home » Questions » Computers [ Ask a new question ]

How do I unmount a drive "not mounted by HAL"?

How do I unmount a drive "not mounted by HAL"?

I'm running CentOS in a virtual machine (VMware) and booting from an iso, is it possible to unmount the 'drive' I booted from?

Asked by: Guest | Views: 174
Total answers/comments: 1
bert [Entry]

"Not mounted by HAL means you can't unmount it as a normal user so you need to use your root account to do so.

So run:

su
(enter your root password)
umount /mnt/wherever"