| Home | Forums | Register | FAQ | Search | Today's Posts | Mark Forums Read |
|
Welcome to the misticriver forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: hidden, linux, rockbox |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I booted to the original firmware the other day, which caused my music folder to become hidden. Normally this isn't a problem but I recently switched to linux and I don't know how to make the folder unhidden for rockbox. (i know about the show files all option, but I like having some folders hidden)
anyone know how I can change the status of the folder without conecting to a windows computer? |
|
|||
|
Im a n00b at Linux but does Ctrl+H not show all hidden folders?
|
|
|||
|
Ah, i see. I didnt fully understand the problem.
Weird though as my H320 and H140 didnt have any problems with that. |
|
|||
|
So the chmod will not work for me on my girlfriends mac, I haven't had the time to try it on my comp at home yet.
But yes the problem is not the folder being hidden on my computer, I just want to unhide to to the H10 edit: the chmod -h says invalid command in ubuntu Last edited by blackthunder : November 30th, 2007 at 07:15 PM. |
|
|||
|
Quote:
Quote:
__________________
www.handmadematters. tk |
|
|||
|
the problem is not that I can't see the files, they are not hidden to me on the cpu.
The problem is that rockbox can not see the folder unless i select view all files. I want to be able to set it to view supported files and it will still see the music folder. In windows I could right click and unselect the hidden box. Linux/Ubuntu doesn't see the file as hidden, but rockbox does. |
|
|||
|
in short, you cannot unhide the .rockbox folder in linux.
In linux, any file with a "." in front of it is treated as hidden. If you rename the folder rockbox, then the system will not work, because it is looking for .rockbox. So, here is the solution. In your file manager simply select view hidden files (its under view for konqueror/dolphin, im not sure where it is for nautalus). Also, if your file manager allows you to manually enter a location, you can do that, "device_name/.rockbox should be it. Hope this helps. oh, you said your music folder was hidden...um, there are two ways to do this, one is show hidden files, and rename it (the easy way). The other way is in the terminal, using the rename command, which I think is rn ( i dont have my linux command cheat sheet on me, so do not use that command, google first to make sure) |
|
|||
|
Naegling, not entirely true information. Any file with a . preceding it is hidden, yes, however anything with a hidden attribute is also classed as hidden.
His problem isn't the inability to see hidden files on his computer, but that Rockbox will not show a hidden folder whilst in 'Supported Files' mode. The reason it is hidden in the first place, is that the OF gives the music folder the Hidden attribute when booted. Renaming (Which, by the way, is the mv command) won't help, as the music folder isn't preceded by a ., rather granted a hidden attribute. My method above your post removes the hidden attribute from a file or folder. |
|
|||
|
on my ubuntu system the chmod command did not work, I don't remember the error it gave me. On the mac I've been using it gave me a different error. I solved the problem by just making a new folder. But it seems odd that you can't change that windows hidden attribute using linux based system.
|