Ddyracer Posted July 28, 2013 Share Posted July 28, 2013 (edited) Could anyone tell me how to make this? Thanks Edited July 29, 2013 by Racer Link to comment
jdfwarrior Posted July 30, 2013 Share Posted July 30, 2013 Anyone? Could you explain a little better what it is you are wanting to do? Link to comment
Ddyracer Posted July 30, 2013 Author Share Posted July 30, 2013 Could you explain a little better what it is you are wanting to do? Thanks for the response. I would like to make a workflow that mounts my drive. I have two partitions so what i would like to do is mount both. Is this possible and if so can you tell me how? Link to comment
jdfwarrior Posted July 30, 2013 Share Posted July 30, 2013 Thanks for the response. I would like to make a workflow that mounts my drive. I have two partitions so what i would like to do is mount both. Is this possible and if so can you tell me how? Well since its a single disk with a known partition schema and partition type, diskutil will do it. Check out the documentation on `diskutil mount`. Works the same way it would to mount a partition on linux. `mount <device> <mount point>`. Google should be able to point you at several examples Link to comment
Ddyracer Posted July 30, 2013 Author Share Posted July 30, 2013 Well since its a single disk with a known partition schema and partition type, diskutil will do it. Check out the documentation on `diskutil mount`. Works the same way it would to mount a partition on linux. `mount <device> <mount point>`. Google should be able to point you at several examples got it quicker than i thought it would take. thx. Link to comment
pstadler Posted October 11, 2013 Share Posted October 11, 2013 You might want to try this: http://www.alfredforum.com/topic/1248-mount-network-shares-with-automatic-discovery/ Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now