Giter VIP home page Giter VIP logo

Comments (4)

ipa64 avatar ipa64 commented on June 18, 2024

Even with wrong share name or wrong ip range

from automount.

gniemetz avatar gniemetz commented on June 18, 2024

Please set the DEBUG variable to true an post the output of automount.sh --mountall, but don't forget to clear out the password(s)!
And also your ~/Library/Preferences/it.niemetz.automount.plist (or send PM if you don't want others to see your shares)

Thanks
Gerd

from automount.

gniemetz avatar gniemetz commented on June 18, 2024

Here is a minimum sample of ~/Library/Preferences/it.niemetz.automount.plist for mounting the your_share from your_nas (either IP address or DNS name) with user your_user and protocol your_protocol (usually afp or smb)

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Mountlist</key>
	<array>
		<dict>
			<key>Protocol</key>
			<string>your_protocol</string>
			<key>Account</key>
			<string>your_user</string>
			<key>Server</key>
			<string>your_nas</string>
			<key>Share</key>
			<string>your_share</string>
		</dict>
	</array>
</dict>
</plist>

Replace the sample values (your_...) with your data, optionally check the plist for errors with plutil -lint ~/Library/Preferences/it.niemetz.automount.plist (you shoud get an OK)

Next, add your_user to the keychain with automount.sh --addpassword --protocol your_protocol --server yourserver --account your_user and give in the password

At last, run automount.sh --mountall and hopefully your share get's mounted

If mounting doesn't work, see my comment above and try to debug where the problem is

HTH
Gerd

from automount.

ipa64 avatar ipa64 commented on June 18, 2024

from automount.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.