Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

petehumble

macrumors member
Original poster
Sep 12, 2010
30
0
Hi,
I'm wondering if there is a way to turn off disk permissions at a universal/admin level so when I plug an external drive in I don't have to go into "get info" to do it. Im having issues with Avid media composer recognising drives via the interface which is how I need to navigate with this software. In teaching an Avid class and I don't want to have to go around to every students computer every time a new student plugs their drive in. I have 80 + students each week. (And I can't hand the admin password to them)

Thanks
 

kryten2

macrumors 65816
Mar 17, 2012
1,111
99
Belgium

petehumble

macrumors member
Original poster
Sep 12, 2010
30
0
Hmm, thanks for reply.
Although this seems way out of my league.
No idea where to begin, what any of this means or how to implement it.
Is there a non-computer science solution anyone?
 

Intell

macrumors P6
Jan 24, 2010
18,951
507
Inside
I think this will do it, but don't run it until someone gives their opinion on it.

Code:
sudo chmod -R 777 "/Volumes/{disk name}"

Of course, substitute the {disk name} part with the drive's name, don't include the curly brackets. It'd probably only have to be run once or whenever there's a problem with it.
 

kryten2

macrumors 65816
Mar 17, 2012
1,111
99
Belgium
Hmm, thanks for reply.
Although this seems way out of my league.
No idea where to begin, what any of this means or how to implement it.
Is there a non-computer science solution anyone?

Are you the administrator for these computers? It might be useful to look at ways to administrate all these computers with something like Apple Remote Desktop or alternatives. The solutions are there it will only take a little trouble on your part. If the computers are networked and remote login is enabled you can ssh into the student computer and run the chmod command. With Apple Remote Destop and Automator it would be even easier to do this.

I think this will do it, but don't run it until someone gives their opinion on it.

Code:
sudo chmod -R 777 "/Volumes/{disk name}"

Of course, substitute the {disk name} part with the drive's name, don't include the curly brackets. It'd probably only have to be run once or whenever there's a problem with it.
Yes, chmod would be the obvious command to use here but it would still have to be done on all the students computers manually. And what about the disk names. Are they all the same or do the differ? Are they provided by the teacher or do the students bring their own?
 

petehumble

macrumors member
Original poster
Sep 12, 2010
30
0
Hi,

I am the administrator but they're not networked.
I will see how I go with this. Thanks again, I appreciate the replies.
Peter
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.