Avid Pro Audio Community

Avid Pro Audio Community

How to Join & Post  •  Community Terms of Use  •  Help Us Help You

Knowledge Base Search  •  Community Search  •  Learn & Support


Avid Home Page

Go Back   Avid Pro Audio Community > Legacy Products > Pro Tools TDM Systems (Mac)
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-02-2013, 02:57 PM
Alécio Costa's Avatar
Alécio Costa Alécio Costa is offline
Member
 
Join Date: Oct 2001
Location: Florianópolis, Magic Island - Brazil
Posts: 2,875
Default Help: altering permissions of every audio file of Audio Folder

Hi,

Today I faced a very strange situation: I received 2 DVDr-s and as I copied them to my internal sata drives on a MAC Pro with 10.6.8, no matter if I manually changed permissions of every folder, the interior content ( tons of pt audio diles) continued with the read only permission.

I never had any problem opening drives, dvdr-s and cdr-s.

I imagine there shall be a shortcut for globally fixing this but I just don´t know it.
I also have no idea why the original owner did this. Seems he had some trouble with this "new" client of mine.

Any guiding light on this?


Thanks and Nice weekend!
__________________
Alécio Costa Studio
High-End e-Mastering & Music Production
www.aleciocosta.com

http://www.facebook.com/alecio.costa

PT Ultimate Native 2023.3 - Mac Mini M1 16GB RAM - Mac Os Ventura 13.2 - 2 192 IO Digidesign Digital


PT HD2 Accel - 10.3.10 OS 10.6.8 - Mac Pro 2008 16GB RAM

Mastering Gear: Pendulum Audio, Crane Song, Avalon, Great River, Sebatron, Sonnox, Izotope, PSP, TC, Fab Filter.
Reply With Quote
  #2  
Old 03-03-2013, 04:02 AM
suicune suicune is offline
Member
 
Join Date: Mar 2007
Location: Wolverhampton, UK
Posts: 896
Default Re: Help: altering permissions of every audio file of Audio Folder

When you have the parent session folder info open in the finder, unlock the permissions, entered your admin password and change them to read & write, then on the bottom left-hand corner there's a little settings button. Click on it and there's an option 'Apply to enclosed items'. Click that and it'll warn you it's not undoable, hit ok and it should sort all the files out.
__________________
M2 Studios
Wolverhampton, UK
http://www.madhat.co.uk
Reply With Quote
  #3  
Old 03-03-2013, 05:39 AM
JFreak's Avatar
JFreak JFreak is offline
Moderator
 
Join Date: Jan 2003
Location: Tampere, Finland
Posts: 24,903
Default Re: Help: altering permissions of every audio file of Audio Folder

Or, you can use this command in Terminal app:

sudo chmod -R ugo+rw *

Execute this in your root session folder to give each and every user in the system read and write privileges.

Not so elegant regarding data security, but if you're the only user that has access to your workstation then who cares.
__________________
Janne
What we do in life, echoes in eternity.
Reply With Quote
  #4  
Old 03-03-2013, 06:56 PM
Alécio Costa's Avatar
Alécio Costa Alécio Costa is offline
Member
 
Join Date: Oct 2001
Location: Florianópolis, Magic Island - Brazil
Posts: 2,875
Default Re: Help: altering permissions of every audio file of Audio Folder

thanks, guys!

At GS a folk also informed this|:

Hi Alécio, try this:

- Open Terminal
- type "cd " (including the space) and then drag the affected Audio Files folder onto the terminal window. Then press Enter

- type "ls -l" and press Enter

This will display the permissions of all (visible) files in the folder.

To modify permissions of all files in the folder, type:

"sudo chmod a+r *.wav" to add read permissions to all (users, groups, others), for all wav files in the folder, or
"sudo chmod a+w *.wav" to add write ..., or
"sudo chmod a+x *.wav" to add execute ...

Run "ls -l" again to confirm ...

Use "chmod u+r *" to add read permissions to users only, g for groups, o for others (for example).
__________________
Alécio Costa Studio
High-End e-Mastering & Music Production
www.aleciocosta.com

http://www.facebook.com/alecio.costa

PT Ultimate Native 2023.3 - Mac Mini M1 16GB RAM - Mac Os Ventura 13.2 - 2 192 IO Digidesign Digital


PT HD2 Accel - 10.3.10 OS 10.6.8 - Mac Pro 2008 16GB RAM

Mastering Gear: Pendulum Audio, Crane Song, Avalon, Great River, Sebatron, Sonnox, Izotope, PSP, TC, Fab Filter.
Reply With Quote
  #5  
Old 03-03-2013, 07:12 PM
groundcontrol's Avatar
groundcontrol groundcontrol is offline
Member
 
Join Date: Aug 2001
Location: Montreal, Canada
Posts: 961
Default Help: altering permissions of every audio file of Audio Folder

http://www.ohanaware.com/permissionsreset/

This little app can be handy at times.
__________________
Can you please send yourself over fiber to go spam some other forum?

Darryl Ramm
Reply With Quote
  #6  
Old 03-03-2013, 10:54 PM
JFreak's Avatar
JFreak JFreak is offline
Moderator
 
Join Date: Jan 2003
Location: Tampere, Finland
Posts: 24,903
Default Re: Help: altering permissions of every audio file of Audio Folder

Quote:
Originally Posted by Alécio Costa View Post
At GS a folk also informed this...
Yes, the guy suggested the same thing than my one line command UNIX is pretty nice because you can combine many things into one command.

To be clear; let me state the obvious: this would be wrong approach to almost anything, as it is a potential security risk. But if you know what you're doing and nobody else uses your workstation, it is just fine.

Now the better way would be actually changing the ownership of the files, so your user really owns them. That command would be CHOWN and used like this:

- open terminal and change directory to your project folder
- issue this command: sudo chown -R yourusername:yourusergroup *

It means that the command changes ownership of all files in that folder and its subfolders to whatever username and usergroup you want them to be assigned.

If there are multiple users that require access to the same files, this might get trickier than the CHMOD trick, but this is the proper (and secure) way to do it. If you only have one user that uses Protools, do this instead of the chmod. And even if you had more users, they would most likely belong to same usergroup which means you can chmodby the user group and not let everyone have full control.

Okay, let me end this nerding session now, let's make some music ;D
__________________
Janne
What we do in life, echoes in eternity.
Reply With Quote
  #7  
Old 03-04-2013, 04:49 AM
Alécio Costa's Avatar
Alécio Costa Alécio Costa is offline
Member
 
Join Date: Oct 2001
Location: Florianópolis, Magic Island - Brazil
Posts: 2,875
Default Re: Help: altering permissions of every audio file of Audio Folder

Hi, Jfreak
I am the only user at this machine.
I will try now the stuff you guys informed me.

Frankly, I don´t know why did the previous guy did this to such files.
__________________
Alécio Costa Studio
High-End e-Mastering & Music Production
www.aleciocosta.com

http://www.facebook.com/alecio.costa

PT Ultimate Native 2023.3 - Mac Mini M1 16GB RAM - Mac Os Ventura 13.2 - 2 192 IO Digidesign Digital


PT HD2 Accel - 10.3.10 OS 10.6.8 - Mac Pro 2008 16GB RAM

Mastering Gear: Pendulum Audio, Crane Song, Avalon, Great River, Sebatron, Sonnox, Izotope, PSP, TC, Fab Filter.
Reply With Quote
  #8  
Old 03-04-2013, 05:06 AM
Alécio Costa's Avatar
Alécio Costa Alécio Costa is offline
Member
 
Join Date: Oct 2001
Location: Florianópolis, Magic Island - Brazil
Posts: 2,875
Default Re: Help: altering permissions of every audio file of Audio Folder

ops
Now It seems to be doing fine!
Thanks
__________________
Alécio Costa Studio
High-End e-Mastering & Music Production
www.aleciocosta.com

http://www.facebook.com/alecio.costa

PT Ultimate Native 2023.3 - Mac Mini M1 16GB RAM - Mac Os Ventura 13.2 - 2 192 IO Digidesign Digital


PT HD2 Accel - 10.3.10 OS 10.6.8 - Mac Pro 2008 16GB RAM

Mastering Gear: Pendulum Audio, Crane Song, Avalon, Great River, Sebatron, Sonnox, Izotope, PSP, TC, Fab Filter.
Reply With Quote
  #9  
Old 03-04-2013, 05:10 AM
Alécio Costa's Avatar
Alécio Costa Alécio Costa is offline
Member
 
Join Date: Oct 2001
Location: Florianópolis, Magic Island - Brazil
Posts: 2,875
Default Re: Help: altering permissions of every audio file of Audio Folder

it is fine!
__________________
Alécio Costa Studio
High-End e-Mastering & Music Production
www.aleciocosta.com

http://www.facebook.com/alecio.costa

PT Ultimate Native 2023.3 - Mac Mini M1 16GB RAM - Mac Os Ventura 13.2 - 2 192 IO Digidesign Digital


PT HD2 Accel - 10.3.10 OS 10.6.8 - Mac Pro 2008 16GB RAM

Mastering Gear: Pendulum Audio, Crane Song, Avalon, Great River, Sebatron, Sonnox, Izotope, PSP, TC, Fab Filter.

Last edited by Alécio Costa; 03-04-2013 at 05:13 AM. Reason: tip functioned!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
No audio file in folder, but files in session??? yachty macOS 10 02-28-2016 06:08 AM
8.4 Creating Audio File Folder on another drive hmac 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Mac) 2 09-11-2010 01:32 PM
Audio files disappeared from session and Audio file folder? HELP Wookie 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Mac) 2 01-10-2010 03:14 PM
One audio file folder for all sessions! HELP tom devilution Pro Tools TDM Systems (Mac) 1 10-15-2007 12:57 PM
Moved Audio file to wrong folder and it was replaced how do I get old audio back Marxamill 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Mac) 2 02-27-2003 05:15 AM


All times are GMT -7. The time now is 10:09 PM.


Powered by: vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Limited. Forum Hosted By: URLJet.com