NetInfo Manager disappeared in OS X 10.5, along with all my automount SMB shares from my Buffalo Linkstation. After poking around the net for documentation on the unix automounter, I came up with this solution to get my automounts going again:According to /etc/auto_master, the /etc/fstab file is now used to dynamically mount shares under /Network/Servers. So you basically just need to transfer the stuff you used to have under Mounts in NetInfo Manager to your /etc/fstab file; mine looks like this:excalibur:/music x url net,automounted,url==cifs://guest:@excalibur/music 0 0excalibur:/photos x url net,automounted,url==cifs://guest:@excalibur/photos 0 0excalibur:/videos x url net,automounted,url==cifs://guest:@excalibur/videos 0 0