Hello,
I'm a bit new to Mac OS in general, but I think I understand enough to be dangerous
I am trying to mount a share I have on my local NAS, so it automatically mounts upon reboot of my new Mac mini.
I created the mount point, and folder as /mnt/Share
The command I run is:
If I run when the share is already manually mounted, I get:
If I run after a reboot, and the share is not mounted, I get:
What am I doing wrong?
I'm a bit new to Mac OS in general, but I think I understand enough to be dangerous
I am trying to mount a share I have on my local NAS, so it automatically mounts upon reboot of my new Mac mini.
I created the mount point, and folder as /mnt/Share
The command I run is:
Code:
mount -t afp "afp://nas-xx-xx-xx (AFP)._afpovertcp._tcp.local/Share" /mnt/Share
If I run when the share is already manually mounted, I get:
Code:
mount_afp: the volumen is already mounted
If I run after a reboot, and the share is not mounted, I get:
Code:
mount_afp: AFPMountURL returned error 1, errno is 1
What am I doing wrong?