Jump to content

Mount drives workflow?


Recommended Posts

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

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

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
  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...