NFS Permissions Inconsistency (get info, Finder, and PathFinder)

This is the dangdest thing, and I've never noticed it before trying to get CocoaTech's PathFinder to work...
I've got some NFS exports on my MythTV box using squash_all and setting gid and uid to 105 -- which is mythtv.mythtv on the Linux box. Hence I can connect from my Macs and everything else just perfectly fine without having to screw with gids and uids on any of the machines. No muss, no fuss.
Now when I try to use PathFinder, I get read-only access to everything on the mounted shares. Closer examination in Finder (which works rw!) is such that I can read and write and do everything like I've always been able to do, but when using Get-Info on anything in that nfs share, the Get-Info window indicates that I have "read only" access the file or directory or whatever I'm looking at! But that's not really the case, because Finder works perfectly for me!
Any idea what's going on here, or how to make PathFinder work with squashed NFS exports?

Hi Chilled_Penguin, and a warm welcome to the forums!
How full is the HDD?
At this point I think you should get Applejack...
http://www.versiontracker.com/dyn/moreinfo/macosx/19596
After installing, Reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
applejack AUTO
Then let it do all 5 of it's things.
The 5 things it does are...
Correct any Disk problems.
Repair Permissions.
Clear out Cache Files.
Repair/check several plist files.
Dump the VM files for a fresh start.
At least if it doesn't fix it, it'll eliminate a few questions.

Similar Messages

  • All my hard drives (internal and external) have a small lock in the lower left corner of the icon and I don't have permissions to access. Permissions are set to 'Custom' in the get info window and I can't change them.

    All my hard drives (internal and external) have a small lock in the lower left corner of the icon and I don't have permissions to access. I have 3 user accounts set up and I cannot access any of them.   Permissions are set to 'Custom' in the get info window and I can't change them. Originally I had Snow Leopard installed on one hard drive and 10.5.8 installed on another.   I started to have some problems accessing data between them and so I tried changing the permissions on ONE hard drive partition.   The next thing I know, all my drives are locked (except the ones with the systems on them), the small lock appeared in the lower left corner of the drive icons and I don't have permissions to access any of them.   In the get info window, permissions are set to 'Custom' and I can't change them.

    There is suddenly a lock icon on my external backup drive!
    Custom Permissions

  • Fetching freezes get Info bar and won't close

    Hi, when I click "Get Info" on any file that I search for on my Computer, "Fetching" appears under "more info but won't disappear". I then won't be able to close the Get Info Bar. The only way to close the info bar is to click on any open window and then the info for that files appears and "Fetching" Disappears. "Fetching" does not hang when I click "Get Info" on any file on my computer that's in a folder, desktop, or located anywhere else on my computer. This only occurs with files that I search for in Finder. Please help.

    Hello there,
    I am also having the same issue. I have reset my timecapsule, rebooted, restarted...
    I can view the file structure, but as soon as I go to click on any file (not folder) it goes to fetching info, and doesnt stop.
    most of the time locking up my finder and me needing to fully unplug the time capsule and reboot. Really worrying since its got some data on it that isnt backed up. And it is also my backup for my 2 computers.
    Do I need to fully reformat?

  • How do I get a user name off the permissions in "Get Info"?

    I installed some new apple software and the help manuals are not showing upas they should. The problem seems to be in the get info permissions area, I am the owner and administrator so I was able to unlock it and add me to the list, but the old unkown-'read only' still is there. I tried the steps in the Manual- select the unkown account and click on the minus, but it doesn't remove that unknkown account. Any one know how to fix this?

    I would use the external for backup and other storage and use the internal for the OS, Applications and User/Home folders.
    First back up whole of internal to external as a new read/write sparse disk image with Carbon Copy Cloner.
    Then use install DVD to erase internal before you install.
    Resist the temptation to import more than necessary from old OS as you could be importing corrupted files. I usually import network preferences and any special non-Apple applications for which I don't have installers. Items from Home folder etc can be dragged across after the install.
    Just remember that hard disks can fail at any time without warning with the loss of everything - best not to have anything critical on only one disk.

  • Get Info - file and extension greyed out

    .dmg image which contains several folders and files. If I do a "Get Info" against any of the contents - they are all greyed out and not editable.
    Also I can't add any more file to the .dmg
    I know it's something simple or I've missed
    TIA

    Found an answer in this post: <https://discussions.apple.com/message/1406506#1406506>
    Herman1's answer (second reply to post) did the trick for me even though he is mentioning 10.4.x and I'm using 10.6.x. It still worked like a charm

  • How can I make Photoshop Cc 2014 my default. I have tried the get info route and it keeps defaulting to PS CS6

    I have tried to change the default PS to CC 1014 using "Get Info" changing it to PS CC 2014 and then "change all" And when I press continue it defaults back to PS CS6

    What OS are you using.  If Windows check your windows register key Photoshop shell sub-keys command for Open and Edit are set to CC 2014 not CC 14.2.1.

  • On the order of permissions in "Get Info" window

    I know that the three permissions listed are Owner, Group and Others. Is there any significance to the order in which they are listed? or only to the rights assigned each (Unknown is showing up on some of my files, I presume because of a recovery from a failed hard drive...) I can't add a replacement in the middle slot, it always goes to the top, which would effectively give me Group, Owner, others. I don't think it should be an issue, but... I don't know. Anyone?

    That's the default order in any Unix flavor. If you open the terminal and do a:
    *ls -l*
    in any given folder, you will see something like this:
    -rwxrw-r--
    followed by other pieces of information (Owner, Group etc.)
    Those are Read/Write/eXecute permissions on the files, for Owner, Group and Others (in that order).
    So in this example the first dash tells me that this is a file (if it were a directory, you would see a d instead of it), the Owner has full rights, the Group cannot execute the file, while the Others can only read it.
    In order to change the permissions on a file, you can use the chmod command, followed by permission code digits (777 would be full rights granted to ALL users, where 4=read, 2=write, 1=execute, and 764 would match our example) and the file name, like this:
    *chmod 750 file_name*
    and so the owner would have full access (7), the group read/execute (5) and the others none (0).
    Another way to go would be to use letters, such as u(ser) - aka owner -, g(roup) and o(thers), and for permissions - r(ead), w(rite), x(ecute).
    So if I want to change the permissions of the file in the first example and add full rights to the others, I could use:
    *chmod o+wx file_name*
    which would add write/execute rights, beside the already given read access.
    For more information, you can do a
    *man chmod*
    in the terminal.
    What we see in the GUI is based on shell commands and scripts anyway.

  • I go to File get info sharing and it says I have custom info, me read and write, staff read only and everyone read only and I don't know how to change the setti

    I am attempting to download an update for Firefox - when attempting to open it tells me to go to File/getinfo and when I look at sharing and Permissions there are three entries, me, staff and everyone - me is Read/write, the others are read only and there is a note that says I have suxtom access but still cannot drag to applications -
    how do I unlock this process

    Hello mbennjr, if you have problem with update or permissions firefox the better way is to '''download and install the new version'''.
    1. Download a copy of the latest firefox from http://www.mozilla.org/en-US/firefox/all.html
    2. '''Trash''' the current Firefox application to do a clean install.
    3. Install the version that you have downloaded.
    Do not select to remove your personal data, your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox#Mac Firefox Profile Folder], so you won't lose your bookmarks or other personal data.
    see also: [https://support.mozilla.org/en-US/kb/install-firefox-mac?redirectlocale=en-US&redirectslug=Installing+Firefox+on+Mac#os=mac&browser=fx24 Installing Firefox on Mac]
    thank you

  • What is the work around for not being able to see icons for folders.  I want to be able to copy and paste image icons in the GET INFO windows.

    I have always used images for my folder icons, and now I am told that Mt. Lion does not allow me to go to the GET INFO window and do a click on the image icon and then be able to paste that image on to other folders.    I just talked with a Apple support guy and he said that Mt. Lion does not support this function.  He did say that there are third party programs that allow using images to make icons for folders or other items.  I can see some image icon in some of my hard drive folders.......  some folders show image icons while others do not. I am a photographer and have scads of photo folders spread all over different hard drives, and I find it easier to find what I am looking for by just looking at the IMAGE PICTURE in the different folders on my hard drives, than by having to read the one or two words associated with each folder.
    THe support guy said to request that APPLE put back the ability to use the coy paste function in the GET INFO window.  If i can't get this working like it was I wouyld like to know how to get a refund and throw out Mt Lion.

    Restore your Lion bootable backup/clone or Time Machine backup and file your ML bug report. Just keep the installer ($20 USD isn't worth the hassle trying to get it refunded). Then, when the function's restored, reinstall and run Software Update.

  • Can anyone help me write a script that would click "get info" and then "enter" on each movie in my itunes library? I am asking because my itunes 11 repeatedly loses the artwork to my movies in my itunes library.

    Can anyone help me write a script that would click "get info" and then "enter" on each movie in my itunes library? I am asking because my itunes 11 repeatedly loses the artwork to my movies in my itunes library. I can restore the artwork (and make my apple tv see the movie exists as well) by going into the movie library and clicking on each movie by hand, slecting get info, and then selecting enter. Now doing this 10 times in 20 days was fun and all BUT I would really like to automate the process so everytime itunes screws it up I can fix it easier.
    I saw this example of an itunes script that restores artwork for music
    tell application "iTunes" set theSelection to selection repeat with i from 1 to count of theSelection tell (item i of theSelection) set artworkCount to count of artwork repeat artworkCount times set theArtwork to data of artwork 1 delete artwork 1 set data of artwork artworkCount to theArtwork end repeat end tell end repeat end tell
    but I need to tweak this to fit my needs for simply clicking the "get info" button and "enter" in the movie library rather than all the stuff this guy has listed. Any ideas or help on writing this? Thanks.

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • ITunes 12 - ACC Creation and Get Info

    HI
    Does anyone know how I can convert MP3's to AAC also how can I add art work without Get Info?
    The right click functions before the upgrade did everything I needed it to, now thats lost except for very few options on the ...
    In the last few years apple have taken away more functionality than it adds to iTunes, I still miss a link where i could see every new release each week, which I'm sure caused me to spend even more money with apple!
    Thanks in advance

    While this is definitely a workaround, I thought I might suggest something.  The fields seem to be type sensitive on iTunes 12.
    So, Album, Album Artist, and some others are available for Music/Music Videos.  So, if you have your tracks as something other than these, it won't show up.  However, iTunes 12 doesn't delete fields, so you could change the type to Music Video and then put info into those fields, then change the type back to whatever you had them as in the first place.
    I did this while importing some TV Seasons.  The strange thing is that iTunes still lists Album on the unwatched list for TV Seasons.  So, for those that are imported, it says unknown album.  It's bad enough that Apple took away some useful fields from some types in the standard Get Info window, and then didn't even allow you to add them back again if you wanted, but they actually use these fields in some views and it messes those views up.
    Hope this helps.

  • Keyboard shortcuts and tabs with get info box

    I'm having several problems with the new get info box - and regret that I can no longer bring up the old version with the shift/right-click/get-info command.
    1) No keyboard shortcut to advance from one track to the next, from inside the Get Info box. This used to be handled with Alt-N or Alt-P for Next and Previous. Now it seems to require mouse click on the error.
    2) When tabbing through fields, it skips fields toward the bottom (album artist)
    3) For works with the same title (most of my library is classical), I've tended to organize them by adding an extra space at the end of the Album line for the 2nd work with that title, or an extra two spaces for the 3rd work with that same title. This way they sort as distinct albums, since most works have multiple tracks. With the new Get Info, if I enter that extra space on the field in the box, it cuts it off when clicking ok. But if I just F2 the field on itunes list view, I can add it with no problem. This is a pain because I have to do it one track at a time, can't do it for multiple tracks at once. 

    The functions printed in small letters on those keys are accessed by the fn key.
    The following work on my MBP (albeit using Word 2008, but IIRC the same shortcuts worked in Word 2004):
    Jump to start of document = Command-Fn-LeftArrow (aka Command-Home)
    Jump to end of document = Command-Fn-RightArrow (aka Command-End)
    Likewise,
    Jump to start of line = Fn-LeftArrow
    Jump to end of line = Fn-RightArrow
    Page Up = Fn-UpArrow
    Page Down = Fn-DownArrow
    In this one (exceedingly rare) instance, Niel is incorrect.

  • Time Machine Running Very Slow After Repairing Permission under "get info"

    Hi,
    I have a timemachine backup external hard drive which had permissions problem (perhaps this is because I crossed over from 10.5 to 10.6 at some point?)  When I enter timemachine some files had that red minus sign beside it and told me "you don't have permission to access its content", and this problem was not with all files but with some of files and folders scattered all over my backed up 500GB data. 
    This created a problem and i wasn't gonna go in and open "get info" for each folder and go under sharing & permissions to manually fix it to read & write (and I believe some files didn't even allow me to do this)
    Now here is the real concern.  What I did without thinking is I right clicked on the external hard drive in the finder and opened the "get info" window and went down to the sharing and permissions.  At first I fixed all privileges to "read & write" by unlocking the lock, but this still didn't fix all restrictions on accessing files and folders. 
    So instead I clicked on the icon which appears to be a "gear" and selected the "apply to enclosed items" and ran this operation on my whole 2TB hard drive.  This of course took over 12 hours as far as I can remember.  And I think in some forum it said this can create a problem? (Granting permissions to some system related files which can cause critical problems perhaps) 
    I also think this action I took has caused the time machine external hard drive to run slow in almost every way.  My question I guess is, is there a way to revert my action of clicking on the gear and running the "apply to enclosed items"?  Or perhaps another fix?
    I have no idea on how to go onwards from here and worried that if I continue using this all-permissions-altered 2TB hard drive that it will create a huge problem in the future.
    Any advise from senior members and/or members who encountered such situations would be greatly appreciated.
    Thanks in advance,
    Norio

    Do not attempt to change the permissions on your backups.
    And the problem you are having, on Lion, is far different from these old Leopard threads.
    Please browse and/or search for similar threads in the Lion forum: https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion?view=discussi ons#/

  • Get Info image data missing

    I have used the Finder's Get Info command and accompanying window to determine the height and width of images since the beginning of time. Today that capability suddenly disappeared. When I select an image in the Finder and invoke Get Info, under "More Info" there are two hyphens instead of the dimensions in pixels (e.g. 300x250). I tried a dozen images in various formats like JPG and TIF but the dimension info doesn't appear anymore. I'm using System 10.5.8 on a 2008 Mac Pro. All the other expected info (creation dates, name, preview, etc.) in Get Info is there except for the image dimensions.
    I did not do any recent updates and haven't noticed anything else amiss. I played around with Finder prefs, restarted the system, repaired permissions, etc. Nothing brought back the image dimensions. I can use Photoshop or other programs to get the image dimensions but using Get Info via the keyboard command was a nice shortcut.

    I don't directly use Spotlight - I prefer HoudahSpot's interface to the Spotlight index. I have not changed the prefs in HoudahSpot or Spotlight itself, and the Spotlight Privacy list was empty when I just now checked it.
    But you are definitely on to something because after checking the Privacy List to see if any folders had been inadvertently added, I then tried Get Info again on an image file and VOILA! all the image data had been magically restored. Indeed, Get Info image data is now working for all images I have checked in the past few minutes.
    Thanks for the pointer. Apparently something triggered Spotlight to prevent the data from appearing and the mere act of checking the Spotlight settings restored the "missing" info.

  • Image Icon not showing in "get info" for OS 10.9.4

         I  now have PS CC 2014 and the image icons are showing the "generic" .jpg and .psd files in the "get info" finder window, but on my desktop the images are showing their
         proper image icon.
         I was previously using PS CS 5 and the icons are showing up in the "get info" window, but with PS CC 2014 these icons are showing up as generic.
         To be clear the images I saved using PS CS 5 are showing the icons vs. the images I saved in CC 2014 where the icons are not showing in the "get info" window.
         I've compared preference settings with PS 2014 and PS 5 but their basically about the same.
         I'm including 2 images so you can see what I'm explaining. IMG_1627 is a PS CC2014 created image and Arturo is a PS 5 image.
         I did read about other PS users having similar issues but it looked to be unresolved.
         You may think what's the big deal, but I use these image icons to label my folders. A "trick" I've doing for over decade which helps keep my folders visually on track for me.
         Is anyone out there able to solve this issue??  

    I do on occasion get jpgs and pngs that won't render a thumbnail or preview in MacOS.  I have 10.9.5
    I don't have this problem, although I just have CC and CC 2014 on my Macbook.
    I would open those up in Preview.app and try a Save As... and I would get the thumbnail and thumbnail preview back.
    Not really the best idea,but you can see if it helps.
    These  are my file saving options, perhaps there is something there you can try.
    Gene

Maybe you are looking for

  • Custom Script using Classifications

    Hi. I am wondering if it is possible and how I would go about using custom scripts to use classifications to display particular things. This is the goal: To classify events (back end) and then based on the classification of an event, on the detail pa

  • Monster Commerce Browser Conflict

    I just got my Curve to use with my Ecommerce site that is a Monster Commerce Shopping Cart. When I go to the Administrator Panel, it will only display the upper portion of the admin panel which stops at the Store Admin Menu. It will not give me the l

  • Import format and scripts

    Hi, I have been testing an import script in a location but it kept showing me an import error message. Now I had only slightly modified a script from another location which i wrote a couple weeks ago so I was pretty sure I was working in the right di

  • How to delete or disable chart

    How can I disable chart from the existing report? Do I need to go WAD and look for the templet for particular query and check for setting? Query contains the chart, so I am assuming web template was used to create it. Pleas help me to get some direct

  • Thunderbolt & Screen

    Hi.. i have an Imac mid 2011. One thunderbolt, which i use mostly with a Lacie Thunderbolt for video editing. I need to add a new monitor my work, but i think that if i use my thunderbolt for the screen i will not be able to use  Lacie. There are thi