Automatically Mount in ArchLinux
Apr 16, 2014
Technology
Use udisk/udisk2/udiskie for automatically mount usb disks.
pacman -S udisk udisk2 udiskie
Add following line into the .xinitrc:
udiskie -2 --tray &
If you want to umount all media with the command:
udiskie-umount -a
umount speicified disk partition:
udiskie-umount /media/MY_USB_DRIVE