<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
On August 25, Gustin Johnson wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &quot;Paul DeShaw&quot;wrote:<br>
<br>
&gt; How do I fix this?<br>
&gt;<br>
<br>
sudo find /path/to/drive/mount/point -type d -exec chmod 0666 \{\} \;<br>
<br>
This is assuming that there are no other problems with the drive. &nbsp;I<br>
would unmount and check the disk for inconsistancies.<br>
<br>
You also did not mention &nbsp;what file system this drive is using. &nbsp;That<br>
might help us to diagnose the problem as well.</blockquote><div><br>Hello,<br><br>Thanks for answering.&nbsp; I finally got some time to work on this.&nbsp; I&#39;m fuzzy on the concept of mount point.&nbsp; My Googling hasn&#39;t helped me find the path and mount point to the drive.&nbsp; If I use ls /media the drive is directly below /media, so I tried using /media/PPA1 in the command:<br>
<br>pad@MacBuntu:~$ sudo find /media/PPA1 -type d -exec chmod 0666 \{\} \;<br>[sudo] password for pad: <br>find: /media/PPA1: No such file or directory<br><br>You also said to check the drive for problems; I&#39;m not sure how to do that.<br>
<br>I chose to use a non-journaled HFS+ file system so I could share the drive between Mac and Linux systems without the file size limitation that FAT2 imposes.&nbsp; This was working pretty well for a while.<br><br>The idea was to use my Mac laptop in the field, but still be able to open the Ardour sessions with my Linux desktop.&nbsp; Now that I have Ubuntu Studio on the laptop as well, it&#39;s kind of moot.&nbsp; Maybe it&#39;s best to back up the files, reformat the disk ext3, and put the files back. (Recall that the disk is readable, just not writable).&nbsp; OTOH I see value in learning about interoperability betwen Linux and Mac OS, since I might want to collaborate with a Mac user.<br>
<br>--Paul<br><br><br><br></div></div><br></div>