I have a networked attached hard drive that I share through my Windows and Mac computers. It makes sharing files really handy. It uses SMB/Samba. On the Windows computer I can click "Reconnect at login" and my drive share always comes back.

But on the Mac I have to remount it each time I reboot. Luckly I don't seem to have to reboot the Mac often, but it would be nice if it could automount. I can't find any option to reconnect it.

Jeff

have you tried to connect the remote using smbmount command ?
I dont know if macs can use this..

(you can also stuff this in a users .login file or the like so this happens when you login
just be really certain that this doesnt require user interaction, passes the
password on the command line and has a mountpoint else the system will hang)

smbmount //server/share /path_to_mountpoint -o username=smbuser password=plaintextsmbpasswd


otherwise I would suggest to use nfs and mount it at runtime...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.