How to mount/unmount external disks?

Tags → linux

Published →

Status → in progress · importance → 2 · certainty → highly likely

Add the following in your .xinitrc if not present:

udiskie &

Remember to unmount your disk before unplugging:

udiskie-umount <device>

We can also use the option -a to unmount everything we've plugged manually:

udiskie-umount -a