Folders Within Public Share Read-Only after Firmware Update

support asked me to attach log files but still over 31mb even after deleting shares

I found that the main bulk of the log file was copies of thumnails.  So I deleted them, as they were totally irrelvant to the operation of the device.

But, since I wasn’t entirely happy that I knew what I was sending to WD from my system, I didn’t bother in the end, not that it was looking hopeful that I’d get a solution if I did.

But I know that there is an FTP server that can be used to upload large log files.

It does seem a bit silly that the device generates a log file, including stuff that has no diagnostic value, that is larger than can be emailed to support…

Hi all,

As expected, 308 couldnt solve my problem too. 

Still everythingt under Public is ReadOnly … 

I think WD messed up this time badly… 

this should be a sticky.  i’d hate to be forgotten :confounded:

This topic should be sticky as we are unable to do anything under Public folder… 

We are buying these storages to archive and acess purpose and now, we can not archive … 

This is a serious problem, not a joke. 

is there a patch yet for this bug with permissions yet im still waiting from support !.

Support is just playing the delay-game by throwing us crumbs now and then.  They have no clue how to fix the issue it seems.  Its’ been 7 days now.

frankiep wrote:

Support is just playing the delay-game by throwing us crumbs now and then.  They have no clue how to fix the issue it seems.  Its’ been 7 days now.

havent had a crumb !.

frankiep wrote:

Support is just playing the delay-game by throwing us crumbs now and then.  They have no clue how to fix the issue it seems.  Its’ been 7 days now.

Unfortunately, if there is no work around for an issue like this, support won’t be able to do much until a fix is released. Just know that we are working on the fix and haven’t forgotten any of you.

Bill_S wrote:


frankiep wrote:

Support is just playing the delay-game by throwing us crumbs now and then.  They have no clue how to fix the issue it seems.  Its’ been 7 days now.


Unfortunately, if there is no work around for an issue like this, support won’t be able to do much until a fix is released. Just know that we are working on the fix and haven’t forgotten any of you.

ok keep us up to date then bill please.

Well, in my playing with the new firmware and Twonky, I found some strange behaviour, which I reported here:

http://community.wd.com/t5/My-Cloud/Update-Firmware-04-04-00-308/m-p/906320#M42207

I found that new ‘Shared Media’ folders created by Twonky had permissions such that I couldn’t access them using Windows File Explorer on mapped shares. Whereas the old shares were accessible.

Ussing SSH to access the linux command line, I used ls -la to check the owner, group and permissions for these folders, and spotted that the new folders were different.

Working folders had properties:

drwxrwxr-x root shares

whereas the new folders had properties:

drwxrwxrw- root root

On the thread above, Kazzzzz (WD Staff) suggested the following command to fix the group ownership:

find -P /shares/ -not -path ‘/.’ -group root -exec chgrp share {} ;

This will find all shares that have group ownership as ‘root’, and set them to group ownership ‘shares’.

Now, I’m NOT saying that this is the solution to the problem people are having with inability to access their shares, but it might be worth using SSH/Linux to have a look at the folder permissions of ‘working’ folders and ‘broken’ folders, and see if there are obvious differences.

I’m not sure what the folder properties should be…

1 Like

Hi cpt_paranoia.

You can also use chmod -R 777 to set the folders under Public to read/write/execute.   That fixed my device.

I wrote instructions on Tuesday , a few pages down, in this thread.  

Of course, people should use SSH at their own risk.

I also turned off the automatic updates for my device.  I want no more surprises caused by poorly-tested buggy firmware.  I will take the updated firmware once I know there are no big issues. 

im not confident eneogh to do that myself using ssh . hoping for a fix from WD

jsstx wrote:

Hi cpt_paranoia.

 

You can also use chmod -R 777 to set the folders under Public to read/write/execute.   That fixed my device.

 

I wrote instructions on Tuesday , a few pages down, in this thread.  

 

Of course, people should use SSH at their own risk.

 

 

I also turned off the automatic updates for my device.  I want no more surprises caused by poorly-tested buggy firmware.  I will take the updated firmware once I know there are no big issues. 

 

 

 

For those of you still experiencing folder permission issues, we now have a patch available that should fix the issue.  However, you will need to call into Support for them to install the patch for you.  Please call in using the phone number for your region.

Below is the contact information for WD’s Support. 

Contact WD
http://support.wdc.com/contact.aspx?lang=en

You can also use chmod -R 777 to set the folders under Public to read/write/execute.   That fixed my device.

Yes, that’s what I did, too; I reported it on the thread I linked. But I’m not convinced it’s the ‘right’ solution, since the ‘working’ folders didn’t have 777 permissions. I’d rather get it right than use a 777 unix kludge.

I think it’s certainly worth people investigating the owner/group/permissions on the folders.

1 Like

im not confident eneogh to do that myself using ssh . hoping for a fix from WD

Understood. And you really shouldn’t be expected to, as a consumer user: I’m making the suggestion to the more technically-skilled users for diagnostic purposes.

adampcarvell wrote:

im not confident eneogh to do that myself using ssh . hoping for a fix from WD

Understandable that one doesn’t want to use the command line to make changes. The end user shouldn’t have too. There may be a slightly easier way (if the WD fix mentioned previously doesn’t work) to modify the permissions without using the command line. Use an FTP program like the free FileZilla program to connect through SSH. From there you can navigate to the public folder (/DataVolume/shares/Public) and select the folder (or folders) and change their permissions from a graphical user interface.

1 Like

Bill_S wrote:

For those of you still experiencing folder permission issues, we now have a patch available that should fix the issue.  However, you will need to call into Support for them to install the patch for you.  Please call in using the phone number for your region.

 

Below is the contact information for WD’s Support. 

Contact WD
http://support.wdc.com/contact.aspx?lang=en

hi im in the uk a bit late to call now how exactly do they fix it over the phone ? give you instructions etc om how to change the permissions .

adampcarvell wrote:


hi im in the uk a bit late to call now how exactly do they fix it over the phone ? give you instructions etc om how to change the permissions .

They will have to remote into your computer, and then the drive interface, and install it.

I think this find command will fix the current folders.  But any new folders will again be created with the wrong group.  The fix needs to be fixing the default group.  I tested on my system and created a folder in the Public folder.  It had the correct group.  I am testing on firmware version 308 using windows explorer.  I then created a folder in the Public/Shared Music  folder it aalso had the correct group. 

I’m wondering how other people are creating the new folders.  It appears that samba defaults to group share.

How are the people that have the problem creating these new folders?

RAC

1 Like

im on osx  mac softwaer unsure how they would do that remotely 

Bill_S wrote:


adampcarvell wrote:


hi im in the uk a bit late to call now how exactly do they fix it over the phone ? give you instructions etc om how to change the permissions .


They will have to remote into your computer, and then the drive interface, and install it.