Re: terminal work

2017-10-16 Thread Caitlyn Furness
I thought about a curropted disk as well, but when I run disk utility on it, it checks out fine.. but, since I am unsure, this is one reason I just want to get everything off there asap! lol Cait > On Oct 15, 2017, at 3:14 PM, Alex Hall wrote: > > Sudo requires a password. Type it as you d

Re: terminal work

2017-10-15 Thread Tim Kilburn
Hi, With Jonathan's good advice regarding different connected volumes, do the following: sudo cp -av source_folder target_location As Alex mentioned, when the password prompt is displayed, enter your regular Admin password. You will not get any feedback while entering it. It will just ask f

Re: terminal work

2017-10-15 Thread Alex Hall
Sudo requires a password. Type it as you did the first time, and when Terminal asks for your password, type in the one you'd use for any other administrative task in your Mac account. If Terminal and Finder are both choking, are you sure the disk itself is okay? Could there be corruption of som

Re: terminal work

2017-10-15 Thread Caitlyn Furness
After I hit the file utility button, I try and unlock the window and it just hangs..stays busy for ages. when I tried to move stuff in the terminal as you instructed, it said “password” after I typed the sudo mv source destination line, so I retyped everything with the password and then termina

Re: terminal work

2017-10-15 Thread Jonathan Cohn
Ok the essence of this problem is that moving directories across volumes is not the same as moving directories within a volume. If you move a directory and it stays on the same virtual disk, then all UNIX is doing is deleting one entry in a directory and adding that same entry into a different

Re: terminal work

2017-10-15 Thread Tim Kilburn
Hi, Yes you can use the same method to make sure the destination or target path is correct. Just be sure that there is a space between the source path and the target path. Regarding the stuff after the Join button in my original response, most of that is immaterial so I didn't bother mentioni

Re: terminal work

2017-10-14 Thread Caitlyn Furness
Hi, can I do this copy and paste deal with the destination as well? I did try your other trick with the root account, but I got a bunch of stuff you didn’t mention, so got a little bogged down in all of it For example, I couldn’t find where to edit things after I clicked on file analysis or wha

Re: terminal work

2017-10-14 Thread Tim Kilburn
Hi, In addition to Alex's comments, you will encounter the same issues you had in the GUI since the level of authority of the user performing the move action is still you. You may wish to use the "sudo" command in front of the "mv" command. Also, a trick you can use to ensure you have the cor

Re: terminal work

2017-10-14 Thread Alex Hall
First, I think you need quotes if you're going to use paths with spaces. Put each path--origin and destination--in quotes and see if that helps. Second, if you want to move all the files and folders in origin, use the -R flag (note that the R is capitalized). Third, you start with Volumes. Unle

terminal work

2017-10-14 Thread Caitlyn Furness
Hi, so I’ve been trying to move files from one place to another with the terminal. I am screwing this up royally, so any help would be great. Here’s what I’ve been typing: mv Volumes/Library Disk /Volumes/My Book/books What am I doing wrong, please? This is trying to move files from one exte