I need to run the following command at startup or upon login to make my samba share accessible to my file system. How can I make this command run when I start my computer?
sudo smbnetfs ~/Shared -o allow_other
Note that this command requires sudo and must be run from a terminal. Putting it in startup applications does not work.