Re: Permissions

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: Snyder, Alexander
Date:  
To: Main PLUG discussion list
Subject: Re: Permissions
By default, storage devices that are plugged into the system mount
automatically in the /media/<username> directory.

Open terminal ...

USER=$(whoami)

sudo find /media/"$USER" -type f -name '*.m4a' -exec chown "$USER":"$USER"
'{}' \;

<enter your superuser password>

Should resolve any ownership issues.

I hope that helps.

--
Thanks,
--:: Alexander J. Snyder ::--
--:: ThisGuyShouldWorkFor.Us <http://thisguyshouldworkfor.us> ::--
--:: "Never trust a computer you can't throw out a window. --Steve Wozniak"
::--
--

On Sat, Jan 16, 2016 at 10:59 PM, Brian Cluff <> wrote:

> Did you accidentally flip the little switch on the side of the SD card
> that puts it in write protect mode?
>
> Brian Cluff
>
> On 01/16/2016 08:03 PM, dad wrote:
>
>> Okay I need some help here. My desktop system is Mint 17.3. The owner
>> name of said system is dad.
>> I bought an 8 gig micro card and named the owner dad. I put music on
>> this card in m4a format.
>> THEN, I bought an mp3 player that ONLY plays mp3's. This player won't
>> recognize my m4a files.
>> I installed a program called sound converter to convert the offensive
>> files. The micro card will NOT let me add or delete files to it.
>> Therefore I can't convert the offensive files.
>> How do I get the Micro card I own to accept converted music that I own
>> to it?
>> Checking the ownership of each, says dad own both. What am I missing here?
>>
>>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss