Finder

Joined
Jan 28, 2012
Messages
24
Reaction score
0
Points
1
There is a folder /users/home/library/developer/DerivedData according to a request I typed in Terminal.
It does not show up in the find command in Finder?
How can I restore it from the time capsule or does it not get backed up?
Thanks
Warren
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
There is a folder /users/home/library/developer/DerivedData according to a request I typed in Terminal.
It does not show up in the find command in Finder?
How can I restore it from the time capsule or does it not get backed up?
Thanks
Warren
Let's backtrack a second here. What do you mean "according to a request"? Did you create that directory? Second, that's an odd path for a folder unless your username is "home." Are you sure that's it? Third, how are you searching for it?

Finally, I'm a little confused. Does it not exist (hence why you want to recover it)?
 
OP
W
Joined
Jan 28, 2012
Messages
24
Reaction score
0
Points
1
Yes home is my user name.
No I did not create it.
I search for it using Find in Finder, it is not listed.
In terminal I can go to it using cd /users/warren/library/developer
and then ls -l
I do not know if it exists on the time capsule.
If it does I wish to recover the data in the folder.
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
That folder isn't excluded from a Time Machine backup so assuming you backed up at least once, it should be there. Open up Time Machine and take a look in that folder.

If you haven't already unhidden your Library folder (you'll likely need to do this to see it), execute the following command:
Code:
chflags nohidden ~/Library
 
OP
W
Joined
Jan 28, 2012
Messages
24
Reaction score
0
Points
1
Time capsule

Let me generalize.
There are files and folders on my hard drive that I may access using the terminal app that do not appear when busing Find in the Finder app.
Since the only away I know to restore files/folders is by using the Finder app, those elusive files/folders (if backed up) are currently unavailable.
Any help will be appreciated.
Thanks
Warren
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
If you execute that in the Terminal, you'll be able to see your Library folder.
 

Raz0rEdge

Well-known member
Staff member
Moderator
Joined
Jul 17, 2009
Messages
15,765
Reaction score
2,106
Points
113
Location
MA
Your Mac's Specs
2022 Mac Studio M1 Max, 2023 M2 MBA
Threads merged - I merged your thread about Time Capsule in here since I think you meant to reply as opposed to start a new thread..
 
OP
W
Joined
Jan 28, 2012
Messages
24
Reaction score
0
Points
1
Terminal

I can see it in terminal.
I can not see it in Finder
If i type that command in root folder I get an error message "no folder"
Lost in the wilderness.
Warren
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
If i type that command in root folder I get an error message "no folder"
It doesn't matter what folder you're in when you execute that command. However, it will matter if you're logged in as root. Is that what's happening here?
 

bobtomay

,
Retired Staff
Joined
Dec 22, 2006
Messages
26,561
Reaction score
677
Points
113
Location
Texas, where else?
Your Mac's Specs
15" MBP '06 2.33 C2D 4GB 10.7; 13" MBA '14 1.8 i7 8GB 10.11; 21" iMac '13 2.9 i5 8GB 10.11; 6S
You need to type the command in "Terminal" which will change the system preferences and enable you to see the Library folder in "Finder".
 
OP
W
Joined
Jan 28, 2012
Messages
24
Reaction score
0
Points
1
Terminal

I am not logged in as root nor am I using sudo in the command.
If I type chflags nohidden /library It comes back no such directory
If I type chflags nohidden It comes back with options -fhv,-R, -H, -L, & -P
I am using OS X 10.8.3
 

Slydude

Well-known member
Staff member
Moderator
Joined
Nov 15, 2009
Messages
17,612
Reaction score
1,078
Points
113
Location
North Louisiana, USA
Your Mac's Specs
M1 MacMini 16 GB - Ventura, iPhone 14 Pro Max, 2015 iMac 16 GB Monterey
Look at post 4 again. Enter the command exactly as written. It must have the ~ in front. That is what directs it to the Library folder in your home folder.
 
OP
W
Joined
Jan 28, 2012
Messages
24
Reaction score
0
Points
1
terminal

Warrens-Mac-mini:~ warren$ chflags nohidden -/Library
chflags: -/Library: No such file or directory
Warrens-Mac-mini:~ warren$
 

bobtomay

,
Retired Staff
Joined
Dec 22, 2006
Messages
26,561
Reaction score
677
Points
113
Location
Texas, where else?
Your Mac's Specs
15" MBP '06 2.33 C2D 4GB 10.7; 13" MBA '14 1.8 i7 8GB 10.11; 21" iMac '13 2.9 i5 8GB 10.11; 6S
Try a copy and paste of the above instead of typing it in.

You are using a dash, as in -. (- - - - - - )
You need to be using the tilde, as in "~". (~ ~ ~ ~ ~ ~)

The tilde, as shown in "~warren$" is a short cut for your home directory.
If you were to change that to a dash "-warren$", there is no such directory.


(For those not familiar with Terminal, and I count myself among those; I have found it is always best to copy and paste what has been provided from trusted sources rather than attempting to retype it and not get it right and possibly screw up your computer by doing so.)
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
As others have mentioned, it's the tilde sign. This is next to the 1 keyboard (at least on a North American English keyboard) and you have to press shift and that button to get it.

As bobtomay noted, the tilde is shorthand for you home directory. He may know more than he thinks. ;)
 
OP
W
Joined
Jan 28, 2012
Messages
24
Reaction score
0
Points
1
terminal

Thanks, This solved a problem. Is there a way to unhide all hidden files?
Wrren
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top