Link to home
Start Free TrialLog in
Avatar of Steve Marin
Steve MarinFlag for United States of America

asked on

Permissions on files stored on WD MyBook WE - Windows/Linux

Hey all.

I have a doozy of a problem and cannot figure it out. I have a bunch of mp3 files stored on a Western Digital MyBook World Edition. I want to add them all to an iTunes Library however, a good amount of the files have for some reason have the hidden attribute on them. What I have done this far is this, and to no avail.

1.) I've SSH'd into the MyBook and chmod -R 777 on the entire directory which is called "ipod"
2:) Changed the owner to match folders and files that are not effected: chown -R www-data:www-data ipod/
3.) chmod -R 755 ipod/
4.) From my winblows xp box: >Command Prompt>cd M:\>attrib -H /S /D ipod

None of this has worked. I am able to go through windows explorer (windows) and go to a file that is hidden and uncheck hidden and that works, but man I would hate to have to comb through 300+GB of music to do that.

Also, on my linux desktop it is the same, if I go to that directory on the MyBook I have to force (ctrl-h) nautilis to display the file.

So with that, anyone have any grand ideas how to fix this? Preferably directly on the MyBook itself via CLI
ASKER CERTIFIED SOLUTION
Avatar of helpquick
helpquick
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Steve Marin

ASKER

helpquick

That did the trick. Thank you.