I'm looking for a way to automount every share on my existing network. I'm able to mount a specific share using something like: mount -t smbfs //[WINDOWSCOMPUTER]/music /home/[local user]/shares/music But, what if I want to just say scan the network for any computer sharing files on the network, and mount anything they're sharing into /home/[local user]/shares?