PsycoGeek
[H]ard|Gawd
- Joined
- Jun 25, 2000
- Messages
- 1,226
I recently purchased a Seagate Black Armor 440 NAS ($60 instant + $60 promo code for a final price of $479 made it worth taking a chance on it at Newegg). It replaced an aging Windows Home Server (now re-purposed as a media PC). So far all my Windows systems (all Win7, except for the Media PC on Vista x64) have no problems with accessing it. I can access it with my rMBP too, save for one small problem... It always asks me for a password.
I've tried both Automator and Apple Script, and am familiar with both from using them to automate login to my WHS. The saved Automator app doesn't work as good as the Apple Script does. And there is an entry in my Keychain for the NAS, with a saved password. But every time I log in from a cold boot or restart it asks me for the password. I've tried starting over with the app and scripts, and deleting the Keychain entry for the NAS with no luck.
On the Win systems the Seagate BlackArmor Discovery took works perfect to map the shared as drive letters, however in OS X it never seems to complete the mounting of a share. It just sits there with the spinning wheel thingy in the window. It asks for a user name, password, and domain/workgroup (neither of which is set up as I don't need to use them at home).
The NAS has been updated to the latest firmware, and I have the latest BlackArmor Discovery app installed. All NAS shares were created using CIFS. NFS is also an option. I'm using OS X Mountain Lion 10.8.2.
Any help is appreciated.
>EDIT< Forgot to put this in... the Apple Script reads as follows:
tell application "Finder"
mount volume "cifs://BA-NAS NAME/share name" as user name "user ID"
end tell
Am I just missing putting the password in there somewhere?
I've tried both Automator and Apple Script, and am familiar with both from using them to automate login to my WHS. The saved Automator app doesn't work as good as the Apple Script does. And there is an entry in my Keychain for the NAS, with a saved password. But every time I log in from a cold boot or restart it asks me for the password. I've tried starting over with the app and scripts, and deleting the Keychain entry for the NAS with no luck.
On the Win systems the Seagate BlackArmor Discovery took works perfect to map the shared as drive letters, however in OS X it never seems to complete the mounting of a share. It just sits there with the spinning wheel thingy in the window. It asks for a user name, password, and domain/workgroup (neither of which is set up as I don't need to use them at home).
The NAS has been updated to the latest firmware, and I have the latest BlackArmor Discovery app installed. All NAS shares were created using CIFS. NFS is also an option. I'm using OS X Mountain Lion 10.8.2.
Any help is appreciated.
>EDIT< Forgot to put this in... the Apple Script reads as follows:
tell application "Finder"
mount volume "cifs://BA-NAS NAME/share name" as user name "user ID"
end tell
Am I just missing putting the password in there somewhere?
Last edited: