1

I'm trying to get fstab to auto-mount a removable device when its plugged in? Is this possible and if not what is the easiest way to auto-mount a removable device?

Cfinley
  • 1,435
Jordan
  • 123

2 Answers2

1

You will need some kind of automounter. That will largely depend on what Linux distribution you have and whether or not you're using a GUI or CLI based system. And then, it will also depend on whether or not your using Gnome or KDE as your desktop environment. My experience lies with Gnome on Gentoo, Ubuntu and a little experience with Redhat. But you won't be able to use fstab to automatically mount devices when they're plugged in or removed.

1

While you many not be able to use fstab, you will be able to set up automount with udev and hal. However, in my experience (KDE, Gnome, and XCFE) Desktop Environments will automatically mount most removable devices.

Wilduck
  • 345