0
votes
0answers
52 views

Large copied folders. Byte sizes same, but file counts different

I have a few very large folders copied that have the exact same byte size as their originals, but different file counts (off by 1-10 items) than what they should have. No errors were reported during ...
0
votes
1answer
99 views

How to share files or folders across different user accounts on Mountain Lion?

I have some files with an user account.I would like to share some of the files to another user on the same MAC. I copied the files to Public folder,but I am not able to view the files in the other ...
1
vote
2answers
125 views

Does OS X enforce a maximum filename length or character restriction?

What is the maximum filename character length of files in OS X? Of secondary importance is whether some characters are allowed/disallowed in addition to any overall length restrictions.
0
votes
1answer
68 views

Difference between du and Finder file sizes

I was having a look at the size of libBLAS.dylib at some location in my Mac and du showed it's file size as 572K while the allocated file size (showed by Finder) was 1.4MB. I've read that the lack of ...
1
vote
0answers
44 views

Get info: sizes displayed in MB first

One thing that I miss and would like to have back, is when I get info on one or more files, the size displayed first is not the MB rounded one, it is the size in bytes. The image below shows on the ...
0
votes
1answer
54 views

File Name Bubble Hovering on Screen?

I'm not sure what just happened... I was just about to rename a file, and just mis-clicked off. - After that point there was a constantly floating yellow bubble with the file name in it, on the finder ...
1
vote
1answer
156 views

show long filenames immediately in Mountain Lion when hovering mouse and key press

In Leopard, at the finder, when a file/folder had a long filename (and it truncated it with an ellipsis "…"), I just had to press the option (alt) key and hover the cursor on that file/folder, and it ...
4
votes
1answer
148 views

Taking forever to move files to the trash

Finder is taking forever to move, rename, etc. files, especially when moving to the trash or emptying the trash. Here is a video ...
1
vote
1answer
170 views

Keeping both files when moving them to a different folder?

When I'm moving files to a folder with another set of files named the same, it doesn't give me the "keep both"-option. However when I move the files one by one, I get this option. Any tips on how I ...
0
votes
0answers
24 views

How to open a file and app from within a web browser

Is is possible to trigger a file to open in textedit and trigger terminal to open from an HTML link? For example, <a href="file://Applications/Folder/file.txt">Open file</a> <a ...
0
votes
0answers
215 views

/.fseventsd (File System Event Store) is empty?

For some reason my /.fseventsd directory (for the File System Event Store) is empty. I suspect this isn't normal, especially because the .fseventsd directory on my external drives have about 15 files ...
2
votes
5answers
1k views

How to batch rename images, in reverse numerical order?

My camera names its images IMG_0001.jpg, IMG_0002.jpg, IMG_0003.jpg, etc. I have about a thousand images and would like to rename them without having to do it manually if possible. Is there a good ...
4
votes
0answers
153 views

“Open with” in Finder.app gives duplicate entries [duplicate]

Possible Duplicate: How to omit apps from external drives in “Open With” menu? in finder's open with menu are a lot of dups. I am running latest OX X and patches. I googled and found ...
3
votes
2answers
85 views

Is there an application for creating an text inventory of media files and/or applications

For insurance purposes, I would like to keep a list of the following: All of the movie files on my Mac All of the music files on my Mac All of the applications on my Mac The lists needs to be ...
0
votes
1answer
470 views

Why don't Projects folder and subfolders dynamically update with file system changes?

After spending a long time debugging Sublime Text 2, I discovered the bug is in OSX. The Finder does not dynamically update changes in the file system for the Projects folder and subfolders. Why ...
2
votes
4answers
131 views

Is it possible to edit the path and view the folder path in the Finder?

I'm not sure what it is called on the Mac, but when I open my Downloads folder (or any other folder), I'm referring to this file explorer window that shows me my file structure. I know there are ...
1
vote
1answer
194 views

Can't open example files in LyX (greyed out)

I am trying to bring up LyX on a mac. One of the first things in the tutorial is to go look at the file named example_raw.lyx. I know the file is on my machine because I found it using terminal, ...
0
votes
0answers
16 views

Open File window badly framed

Whenever I need to open a file from any app the finder window is extremely bad framed. The toolbar gets most of the space on the window and I always have to widen the window towards right in order to ...
3
votes
3answers
1k views

Why isn't finder finding all files?

I had a Smart Search for my Photo Stream files located at ~/Library/Application Support/iLifeAssetManagement/assets/sub/, searching for JPG and PNG files. I found that not all files were showing up. ...
3
votes
2answers
4k views

Whenever I try to delete a file in Finder I get “Finder wants to make changes. Type your password to allow this.”

I can't figure out why Finder isn't letting me delete files under my home directory without providing my password. Here's a listing of some files on my desktop: ~/Desktop steve 526$ ls -l@ flower* ...
0
votes
3answers
362 views

Unremovable directory

I have a problem with a seemingly unremovable directory/bundle. I moved Spotify.app from /Applications to the Trash and later tried to empty the Trash. The empty trash progress bar shows up but then ...
4
votes
2answers
368 views

How to change path in Finder by entering the path manually?

It seems that by default there is no way to enter a whole path in the Finder, so instead one should traverse through all the tree to get somewhere deep in the filesystem. Is there anyway to overcome ...
2
votes
1answer
250 views

In Lion, the “Open File” dialog doesn't refresh until 30 to 60 seconds after the window appears

I'm running Lion (10.7.3). In any application, when I bring up the "Open File" dialog, it shows an outdated list of files — files I deleted hours ago still show up; files I recently created don't ...
8
votes
3answers
1k views

How can I associate a file extension with a content type?

I have some files with extension "module" and "inc," which are PHP files. When I try to open them, the list of applications that can open them shows only the application I have set as default ...
2
votes
1answer
45 views

Can I enable file removal in the open window on OS X?

Can I enable file removal in the open window on OS X? The open or save dialogs do not allow you do do many opeations, like removing a file or renaming it. Is there any hidden defaults preference ...
7
votes
3answers
2k views

How to set to open folder with enter in finder?

I want to set to open a folder in finder with Enter. I know it's possible to open a folder with ⌘ Command + ↓ Down Arrow but I don't like it and I never use it because it's easier to use the ...
2
votes
2answers
107 views

Running a command line tool based on its extension

I use Leo for structured editing of my code, and Leo has the extension of .leo. In order to run Leo, I use the following alias alias leo='arch -x86_64 /usr/bin/python2.6 ...