Can someone tell me how to mount a directory from another host on startup? I know I might have to edit the /etc/vfstab file.
Lets say my current computer name is george, and I want to mount the /util directory from host name leonard onto the /util directory here on george. I know how to mount it myself without having it mount on startup:
mount leonard:/util /util
But how do I make this command happen during startup?
Lets say my current computer name is george, and I want to mount the /util directory from host name leonard onto the /util directory here on george. I know how to mount it myself without having it mount on startup:
mount leonard:/util /util
But how do I make this command happen during startup?