I have a production server which has an NFS Share mounted via fstab. We now need to switch this to autofs to reduce some startup dependencies.
Is it possible to delete the fstab entry and add an autofs entry without unmounting the file system?
I'm guessing that autofs will try to mount at the same mount point as soon as i access the file system, but i'm not completely sure.
As there is an application server which is accessing the file system, its not possible to have the share unmounted prior to adding the autofs entry.