Go to advanced search

by Thra3h
Sun Jul 19, 2015 9:43 am
Forum: Raspberry Pi OS
Topic: Letting Owncloud Access A USB
Replies: 5
Views: 1101

Re: Letting Owncloud Access A USB

DougieLawson wrote:If your USB stick is formatted as FAT, vFAT, exFAT or NTFS then ALL security is done on the mount command. You can't use chown and chmod, it simply does not work.
That worked for me! Thanks so much! Ended up changing the auto-mount line to give permissions to 'www-data'. :D
by Thra3h
Sat Jul 11, 2015 11:08 pm
Forum: Raspberry Pi OS
Topic: Letting Owncloud Access A USB
Replies: 5
Views: 1101

Re: Letting Owncloud Access A USB

Still not working...

I'm probably missing something fairly simple. Help would be appreciated greatly!

Thra3h
by Thra3h
Sat Jul 11, 2015 9:43 pm
Forum: Raspberry Pi OS
Topic: Letting Owncloud Access A USB
Replies: 5
Views: 1101

Re: Letting Owncloud Access A USB

Just noticed something...

I mentioned /media/owncloud but in the code I wrote:

Code: Select all

sudo chown -R www-data:www-data /media/owndrive
Will look into it some more today...
by Thra3h
Thu Jul 09, 2015 9:09 am
Forum: Raspberry Pi OS
Topic: Letting Owncloud Access A USB
Replies: 5
Views: 1101

Letting Owncloud Access A USB

Hello, I'm trying to setup owncloud 8 on my RPi2 and when I enter my local IP this is where I get - normal. http://i.imgur.com/Iv7Ugo2.png I've mounted my USB to /media/owncloud and I can store files there, and then view them on my computer - so the USB is working. I believe I have given owncloud th...

Go to advanced search