Find a tombstone in a large forest

I need some guidance in finding a tombstone in a forest that has 90 domain controllers and 79 sites. Each domain controller is receiving three daily EventID 1864 alerts. One for the domain partition, one for the configuration partition and one
for the schema partition. I have checked the replication between all domain controllers using repldiag /CheckForStableReplTopology and it returned No topology errors found.
I created a PS script to go out to the forest and search all DC's for EventID 2042 and it returned nothing. Due to the size of the infrastructure and the fact that they set their tombstone lifetime to 400 days, running any type of query where I can pull
GUID's and check DNS, returns literally thousands of entries in the output. I currently have a support case with Microsoft that has been open for nearly two weeks now but we have not found a resolution that wouldn't take countless man hours. I came into
this situation recently and was told that this tombstone has been out there for around 4 years. The reason this has come up again is because the client is looking to raise the functional level of their forest from 2003 to 2008. I am doing this for a client,
so everything is done remotely, and sometimes very slowly due to the fact that these domain controllers are located all over the world, and sometimes in places that have very bad connectivity.
A few quick questions:
Will they/we be able to raise the functional level of the forest with the tombstone there?
If we can, will this have any impact in the long run, or will it just remain a tombstone until it is found?
If we can't, is there a workaround to get the functional level raised while the tombstone is still there?
Is there any quick way to find either the name, IP address or even the GUID of the device that is causing these EventID's?
Any assistance would be greatly appreciated as I've tried everything I could possibly think of and have been researching and trying different tools for over two weeks now.

If strict replication consistency on domain controller is not enabled, lingering objects can be replicated to domain controller.
AD DS: Strict replication consistency should be enabled on all domain controllers in this forest
http://technet.microsoft.com/en-us/library/dd723692(v=ws.10).aspx
Strict Replication Consistency - Myth versus Reality
http://blogs.technet.com/b/askds/archive/2010/02/15/strict-replication-consistency-myth-versus-reality.aspx
http://technet.microsoft.com/en-us/library/cc816938(v=ws.10).aspx
If the server has reached tombstone lifecycle period the best way to deal with is demote/promote the DC.You cannot demote the faulty DC gracefully you need to do forcefull removal.You need to ran dcpromo/force removal and then run matadata cleanup on other
DC(healthy) to remove the instance of faulty DC from AD database and DNS.If faulty DC is fsmo role holder server the you need to seize the FSMO role on other DC.Once done you can promote the Server back as DC.
Sometimes its difficult to remove lingering object either using repadmin /removelingeringobjects or other tool. If lingering objects spreads then its more difficult to tackle them, demoting & promoting the server containg the lingering is best bet.
Complete Step by Step Guideline to Remove an Orphaned Domain controller (including seizing FSMOs, running a metadata cleanup, and more)
http://msmvps.com/blogs/acefekay/archive/2010/10/05/complete-step-by-step-to-remove-an-orphaned-domain-controller.aspxis
To remove lingering object see this:http://blogs.technet.com/b/glennl/archive/2007/07/26/clean-that-active-directory-forest-of-lingering-objects.aspx
Hope helps
Best Regards,
Sandesh Dubey.
MCSE|MCSA:Messaging|MCTS|MCITP:Enterprise Adminitrator |
My Blog
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

Similar Messages

  • Find a tombstoned device in a forest

    I have a tombstoned device on a domain that has over 80 domain controllers. We are having a very difficult time finding that device. Unfortunately, EventID 1864 in the Directory Service log does not tell me the name of the device. The best
    way I can think of finding it at this point, is to search the NTDS Replication log on each server in the domain for EventID 2042.
    I have found a few scripts out there that help with searching for specific EventID's, but they seem to all require a list of computers to monitor. What I'm looking to do is run a script once, search all domain controllers in a forest for that specific event
    ID and then tell me which server has the error.
    Is there a way to take the Powershell Centralized Log Monitor and make it so it does not require the "monitored_computers.txt" file and will instead search the entire Forest?

    Hi jrv
    This seems to work but only returns the results from the server I am on. I tested this by changing the EventID to one that is on the current server and doing a count total from Event Viewer. The EventID that I'm looking for is actually in the DFS Replication
    log, so I changed it...
    Get-ADDomainController |
    ForEach-Object{
    Get-EventLog 'DFS Replication' -computer $_.Name |
    Where-Object {$_.EventID -eq 1202}}
    This returns 10 entries with the same timestamp as what is in the event viewer for that server. When I change the EventID to 2042 it returns nothing, and there are none of those events on this server.

  • Could not find any available Global Catalog in forest when running RemoteMailbox cmdlet

    My current Exchange environment is a hybrid configuration of Office 365, Exchange 2013 hybrid, and Exchange 2007 on-premise.
    I have a script responsible for enabling remote mailboxes and assigning O365 licenses to a list of users; essentially provisioning users an O365 mailbox. This script runs every hour through a defined scheduled task in the Task Scheduler.
    The script is proven to work but will intermittently throw an error on some days: "Could not find any available Global Catalog in forest root.xyz.com"
    Here are the nuances of the error when it does occur:
    It will only throw the error when the script is run via scheduled task - the script will work fine if executed from the command line
    The error occurs when "Enable-RemoteMailbox" or "Get-RemoteMailbox" is called.
    The same error will occur with ANY script that calls "Enable-RemoteMailbox" or "Get-RemoteMailbox" and is ran via scheduled task - even when the RemoteMailbox cmdlet was the only line in the script
    Here is the output and error when Get-RemoteMailbox -verbose is ran:
    VERBOSE: [15:49:52.474 GMT] Get-RemoteMailbox : Active Directory session
    settings for 'Get-RemoteMailbox' are: View Entire Forest: 'True',
    VERBOSE: [15:49:52.489 GMT] 
    Get-RemoteMailbox : Runspace context: Executing
    user: , 
    Executing user organization: , 
    Current organization: , 
    RBAC-enabled:Disabled.
    VERBOSE: [15:49:52.489 GMT] Get-RemoteMailbox : Beginning processing
    VERBOSE: [15:49:52.521 GMT] Get-RemoteMailbox : Current ScopeSet is: {
    Recipient Read Scope: {{, }}, 
    Recipient Write Scopes: {{, }}, Configuration Read Scope: {{, }}, 
    Configuration Write Scope(s): {{, }, }, 
    Exclusive Recipient Scope(s): {}, 
    Exclusive Configuration Scope(s): {} }
    VERBOSE: [15:49:52.521 GMT] Get-RemoteMailbox : Resolved current organization: .
    VERBOSE: [15:49:52.521 GMT] Get-RemoteMailbox : Searching objects "abose" of type "ADUser" under the root "$null".
    VERBOSE: [15:49:52.536 GMT] Get-RemoteMailbox : Previous operation run on global catalog server 'evw-xyzdc-p02.ad.xyz.com'.
    Get-RemoteMailbox : Could not find any available Global Catalog in forest root.xyz.com.
    At C:\IDM_In\Scripts\MinimalTest.ps1:42 char:14
    + $abose = Get-RemoteMailbox 'abose' -verbose
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Get-RemoteMailbox], ADTransientException
    + FullyQualifiedErrorId : E421EF0B,Microsoft.Exchange.Management.RecipientTasks.GetRemoteMailbox
    VERBOSE: [15:49:52.567 GMT] Get-RemoteMailbox : Ending processing
    What could be the cause of this intermittent error?
    Thanks for any help

    looks to me permission error as when you are running it via a schedule task is is not able to call exchange shell/ commands {confirm this} where as when you running this manually looks to me you open exchange shell, may be as admin also and then running
    the script.
    schedule task process is not able to get the permission..
    MARK AS USEFUL/ANSWER IF IT DID
    Thanks
    Happiness Always
    Jatin

  • Finding suitable indices for a large collection

    Hello,
    I'm trying to find suitable indices for a large Xml collection.
    I'm using a indexed node container. I added a large Xml document (about 450 MB). The schema of the document is like this:
    <dbname>
    <tablename1>
    <row attribute1="attributevalue" attribut2="attributevalue" ... />
    <row attribute2="attributevalue" attribut2="attributevalue" ... />
    </tablename1>
    <tablename2>
    <row ......>
    </dbname>
    One table has got about 5 million entries. I'm not able to query this table, because my system runs out of memory (Windows begins to swap several gigabytes).
    Typical queries are : "all rows of a table" and "all rows of a table with attribute=value"
    I also tried using lazy queries, but it didn't get better.
    The following indices I already added:
    - edge-element-presence-none for dbname
    - edge-element-presence-none for each tablename
    - edge-element-presence-none for row
    - edge-attribute-equality-string for attributes I'm trying to query
    E.g. I'm trying to get all rows of a table. This is the query plan:
    dbxml> queryplan collection("temp.dbxml")/dbname/tablename1/row
    <XQuery>
    <DbXmlNav>
    <LookupIndex container="temp.dbxml">
    <PresenceQP index="edge-element-presence-none" operation="eq" parent="tablename1" child="row"/>
    </LookupIndex>
    <Join type="parent-of-child" return="context_item">
    <DbXmlNav>
    <LookupIndex container="temp.dbxml">
    <PresenceQP index="edge-element-presence-none" operation="eq" parent="dbname" child="tablename1"/>
    </LookupIndex>
    <Join type="parent-of-child" return="context_item">
    <DbXmlNav>
    <LookupIndex container="temp.dbxml">
    <PresenceQP index="edge-element-presence-none" operation="eq" parent="root:http://www.sleepycat.com/2002/dbxml" child="dbname"/>
    </LookupIndex>
    <Join type="parent-of-child" return="context_item">
    <QueryPlanFunction result="collection" container="temp.dbxml">
    <OQPlan>n(P(edge-element-presence-none,=,tablename1.row),P(edge-element-presence-none,=,dbname.tablename1),P(edge-element-presence-none,=,root:http://www.sleepycat.com/2002/dbxml.dbname))</OQPlan>
    </QueryPlanFunction>
    </Join>
    </DbXmlNav>
    </Join>
    </DbXmlNav>
    </Join>
    </DbXmlNav>
    </XQuery>
    When i execute this query (in eager mode), dbxml doesn't gives any response. The swap size is increased several gigabytes and the hard disk is working very hard. The same happens, when I use lazy mode and try to print out the results.
    Could anybody please help me to improve the query performance?
    Thanks,
    Benjamin

    Benjamin,
    Using lazy evaluation should allow you to get an answer. The upcoming 2.4 release is easier on memory as well and should help.
    That said, why are you even using an XML database if you are storing/querying what appears
    to be relational data? Mapping relational database tables into a single XML document is going on only slow down access (due to the constraints XML imposes on the data that do not exist in a
    relational system).
    If you must do such things it's best to map at a finer granularity -- e.g. one table to one document or even one row per document.
    Regards,
    George

  • Raising the functional level on a large forest/domain with a DC offline?

    Hello All
    I've done what research that I can and haven't been able to find a definitive answer outside of people purposely taking a DC offline while raising the functional level of a forest in case they need to do an authorative restore, but I have a bit of a different
    situation and I just need to confirm something.
    I have to perform the task on a very large AD infrastructure that includes 90+ domain controllers globally and I've run into a scheduling conflict that is out of my control. One of the locations overseas will be going through some maintenance during
    my time window when I will be raising the functional level of the forest and domain.
    The question is, what happens to the DC that is offline during this period? Once it is restarted, do the changes replicate to that DC, or do I need to perform the task in place for that DC? If anyone has any links or instructions on how to bring a DC online
    after the functional level of both the forest and domain have been raised, please let me know.

    The DC can be offline and it won't be an issue.  when it comes back online the changes should replicate to it.  Just don't keep it offline longer than the tombstonelifetime.
    Paul Bergson
    MVP - Directory Services
    MCITP: Enterprise Administrator
    MCTS, MCT, MCSE, MCSA, Security, BS CSci
    2012, 2008, Vista, 2003, 2000 (Early Achiever), NT4
    Twitter @pbbergs http://blogs.dirteam.com/blogs/paulbergson
    Please no e-mails, any questions should be posted in the NewsGroup.
    This posting is provided AS IS with no warranties, and confers no rights.

  • Finding the images used in my Forest Screensaver to use as a Desktop

    I guess the question is fairly self explanatory from the subject.
    Is it possibe for someone to tell me the location of the images used in the Forest Screensaver that comes with OSX so that I can use the images a desktop images, because I like them.
    I realise some of them are in the nature desktop folder, but there are many others that aren't. I've tried to spotlight search it to no avail, all it finds is the screensaver itself
    Thanks
    James K

    Applications are special folders and you can view their contents.
    Open HD/System/Library/Screen Savers folder.
    Hold down the Control key as you click on one of the app icons. Choose Show Package Contents from the pop-up menu.
    Open the Contents/Resources folder to view the image files. Use the Option key (hold down while dragging from the folder) and drag those you want to a new Desktop folder where they will copy.

  • How to find Explain Plan for a large querry which has multiple sub querries

    Hi All,
    I have a Package which has many procedures and one of the procedure has a cursor which is like 2000 lines. This cursor has a main select statement which again has many select statements in it.
    Now how do I do the explain plan for the main select statement?
    If it can be done easier way in toad(or SQLPLUS), please tell me...

    When your query takes too long ...

  • Can't find how make the menu bar on Safari 6 larger so I can actually see it on my new 27" display.  Help!

    I have new 27" Thunderboldt display with my new 15" retina MacBook Pro.  On my last 27" display, I could see the menu bar within Safari and the apple menu bar on the main screen.  Now the text is too small and I can't seem to find where to make it larger in my Safri preferences and in my Apple settings.  Can someone help, especially with the Safari menu....my eyes are sore.

    Check your settings in System Preferences > Displays > Display > Scaled
    Try a different resolution.
    If nothing there helps, try Sysem Preferences > Accessibillity

  • Finder's label's column too large

    How can I resize the left side of the finder? it is too large, and even if I move it to the proper size, after closing it and reopening it I find it again the large size.
    Here's a photo of how it appears to me every time
    http://grab.by/aWpShttp://grab.by/aWpShttp://grab.by/aWpS

    In column view, hold down the control key, move your cursor over the first column divider, then click and hold.  Choose "Right Size All Columns Equally", which will "rightsize" all the visible columns.  If you close, then reopen the window, you'll see the column width is preserved.  The first option "Right Size This Column" changes the column size, but doesn't remember it - probably a bug which seems to have been introduced in OS X Lion.
    This "stuck width" behavior isn't usually noticed much unless it's in the "default" window that you open when requesting a new Finder window.

  • My MacBook Pro is running very slow. How do I find out what is causing this?

    How do I find out why my MacBook Pro is running so slow? Then how do I fix it?

    Suggestions of Things You Can Do To Help A Slow Computer
    If your computer seems to be running slower here are some things you can do:
    Start with visits to:     OS X Maintenance - MacAttorney;
                                      The X Lab: The X-FAQs;
                                      The Safe Mac » Mac Performance Guide;
                                      The Safe Mac » The myth of the dirty Mac;
                                      Mac maintenance Quick Assist.
    Boot into Safe Mode then repair your hard drive and permissions:
    Repair the Hard Drive and Permissions Pre-Lion
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    Repair the Hard Drive - Lion/Mountain Lion/Mavericks
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilites Menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD disk icon and click on the arrow button below.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Restart your computer normally and see if this has helped any. Next do some maintenance:
    For situations Disk Utility cannot handle the best third-party utility is Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible.
    Note: Alsoft ships DW on a bootable DVD that will startup Macs running Snow Leopard or earlier. It cannot start Macs that came with Lion or later pre-installed, however, DW will work on those models.
    Suggestions for OS X Maintenance
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or later and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive.
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection I recommend using VirusBarrier Express 1.1.6 or Dr.Web Light both from the App Store. They're both free, and since they're from the App Store, they won't destabilize the system. (Thank you to Thomas Reed for these recommendations.)
    Troubleshooting Applications
    I recommend downloading a utility such as TinkerTool System, OnyX, Mavericks Cache Cleaner, or Cocktail that you can use for removing old log files and archives, clearing caches, etc. Corrupted cache, log, or temporary files can cause application or OS X crashes as well as kernel panics.
    If you have Snow Leopard or Leopard, then for similar repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. Applejack does not work with Lion and later.
    Basic Backup
    For some people Time Machine will be more than adequate. Time Machine is part of OS X. There are two components:
    1. A Time Machine preferences panel as part of System Preferences;
    2. A Time Machine application located in the Applications folder. It is
        used to manage backups and to restore backups. Time Machine
        requires a backup drive that is at least twice the capacity of the
        drive being backed up.
    Alternatively, get an external drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files. For help with using Time Machine visit Pondini's Time Machine FAQ for help with all things Time Machine.
    Referenced software can be found at MacUpdate.
    Additional Hints
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.
    Add more RAM. If your computer has less than 2 GBs of RAM and you are using OS X Leopard or later, then you can do with more RAM. Snow Leopard and Lion work much better with 4 GBs of RAM than their system minimums. The more concurrent applications you tend to use the more RAM you should have.
    Always maintain at least 15 GBs or 10% of your hard drive's capacity as free space, whichever is greater. OS X is frequently accessing your hard drive, so providing adequate free space will keep things from slowing down.
    Check for applications that may be hogging the CPU:
    Pre-Mavericks
    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Mavericks and later
    Open Activity Monitor in the Utilities folder.  Select All Processes from the View menu.  Click on the CPU tab in the toolbar. Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Often this problem occurs because of a corrupted cache or preferences file or an attempt to write to a corrupted log file.

  • Copy of drive larger than original

    I'm replacing a 750GB HDD with a 960GB SDD.  Using the finder, I copied 713GB of data from the old drive to the new, empty drive. Strangely, the data is using 897GB of space on the new drive.  Thinking that it may have been a finder-copy issue with a large chunk of data, I erased the new drive and used third-party software to mirror the data to the new drive.  The result was the same.  Disk Utility finds no trouble with either drive.  Is there an explanation for this?

    It is also possible that compressed files on the original were decompressed during the copy to the SSD.  That is a total guess.
    NOTE:  When I switched my Macbook Pro from an HDD to an SSD, I used Carbon Copy Cloner to move all my data.  That way I knew I had a bootable SSD that including all my data.
    You could also go with SuperDuper (free for a full clone), or Applications -> Utilities -> Disk Utility -> Restore specifying the original HDD as the source, and the SSD as the destination.  Carbon Copy Cloner does have a 1 month demo period where "All" its features are enabled, so you can even use CCC.

  • No Pages preview in Finder

    I recently upgraded to Mavericks from Snow Leopard and at the same time also upgraded to version 5 of Pages.
    Since then, for any new documents I create, I can no longer see a preview in the Finder - I just get a large Pages icon for each document (please see screenshot below).
    Documents created with the old Pages '09 version still have their previews available in the Finder.
    I'm finding this infuriating as I'm having to open these files in Pages where I always used to use Quick Look in the Finder.
    I know there was a setting in Pages '09 Preferences/General to "Include preview in document by default" when Saving, but this does not appear to be available in Pages 5 preferences.
    I've searched these forums for anyone else having a simliar problem and cannot find anything. This is also happening with Keynote presentations.
    Apologies if I am overlooking a simple setting somewhere but any help anyone can give would be very much appreciated.
    Many thanks.

    Hello. I had a similar problem an solved it like this:
    Search for following file:
    iWork.qlgenerator
    (use advanced search in the Finder with Option "Include Systemfiles")
    Move this file (iWork.qlgenerator) to following path:
    Sytem / Library / QuickLook
    If there's no folder named QuickLook, just create one.
    That does the trick for me. Good luck.

  • File Size Discrepancy Between Photoshop & the Finder

    I'm trying to be as brief as I can, so here goes. The specific application (PS) is irrelevant, I think. This is about why an app shows one file size & the Finder shows a different file size. In this case, it's a huge difference, due to the file being an image.
    I imported into PS CS, from a CD, an original image, which the Finder shows as 269.4 MB. The file format is TIFF, and the bit-depth is 16, not 8. The Finder shows it as a "TIFF Document." Now. I did a Save As and edited that as a master image file. So, I have two files: the original and the master.
    I substantially cropped (deleted) pixels in the master file. So, at the same 16-bit depth, the master file should be smaller in size than the original. Right? However, the Finder shows the file to be 433.6 MB in size! Photoshop shows the file to be a more realistic 185.8 MB in size. Why is the Finder showing such a huge file size? Why is the Finder storing 247.8 MB more than I need? The Finder shows this file as an "Adobe Photoshop TIFF file," so there has been a change in format. The file is flattened; no layers, etc., are involved.
    One clue could be that the Finder is storing the larger file size to accommodate Photoshop. If one multiplies 185.8 MB by 3, the result is close to the 433.6 MB figure. The 3 stands for the three color channels (red, green, blue) of each pixel (data element) in the image.
    The original image, however, is stored correctly by the Finder. Photoshop and the Finder agree on the 269.4 MB file size. If the above scenario were true, the Finder would be storing the original file at three times the size as shown in Photoshop. In other words, there would be consistency in what the Finder is doing.
    I suppose I could just ignore the discrepancy, but I have hundreds of images to process, and I don't want to have to go into PS every time to get a true reading of file sizes. The Finder should be accurate in doing that.
    I may be in the wrong forum re: Photoshop, but here I think I can find some expertise re: the Finder, since the Finder's storing procedures are in question, to my mind. It's definitely an app/OS interface problem, as I see it. Simply, I edit a file downward in data, save it, yet the Finder saves it at a larger size.

    ...do you think a lot of cloning & healing brush might have added to the file size, even though I cropped the image?
    Yes, depending on your History settings. The more you work on an image, the more history it accumulates. The more different states and sanpshots you save in the History palette, the bigger the file gets as you work on it, because you're storing (within the file) complete information about the file's state before and after every individual change you make to it. What I don't recall is whether that all gets saved to the file in a Save As, or whether the history is flushed each time the file is Saved.
    I should warn you that I am by NO stretch of the imagination a PS expert. I was still using PS 5.0.2 until last February, when I upgraded to CS2 (knowing it will be years before I have enough hardware horsepower to run CS3). I'm a rank beginner with CS2, and if someone else wants to jump in here and point out that I'm all wrong, it will be no surprise to me. And because I never used CS, I don't know whether what I'm describing in CS2 is even relevant here.

  • HOW TO MAKE FONTS BIGGER IN FINDER MENU

    How can i make fonts bigger in finder menu and safari menus . everything is very small

    Zoom works well or:
    Sidebar Text & Icons can be set to small, medium or large. > System prefs > General > Sidebar Icon size..  Sorry Lion..
    Finder text can be made larger > View > Show view options.
    Safari & Mail  command + works reasonably well.
    Changing the Display resolution > System Prefs > Display may work OK for you.
    Third party freeware option > Tinker Tool.
    Must admit I wonder if my eyes would cope OK with the HighDef screen on an Air..

  • Kiosk-like Finder/Front Row Alternative?

    Hello,
    I'm working on a geek-project for personal use and wondering if anyone has any suggestions. Basically, I'm taking an older G4/667 with S-Video out, no monitor (well, a TV, but no good for actually viewing Finder, navigation, etc.) and my only navigation tool is an Apple Remote and Mira (software) - basically, trying to create a very oldschool/simple "media center" out of it.
    Front Row chokes on this machine, and alternative tried thus far with no success are:
    - CenterStage
    - MediaCentral
    - iTheater
    - mMedia
    So, I'm ruling out "Front Row" like apps 'cause they're just not working. What I'm looking for now is an alternative for Finder that displays the navigation large enough that it's useable on a TV screen. Something that I can navigate finder and launch media files?
    I dunno. Maybe I'm wasting my time, but if anyone has any suggestions, I'm all ears!
    Thanks,
    Kristin.

    Elgato's EyeTV software is spec'ed to work with a G4/500 or above. And it has a full screen menu mode that works with the Apple remote. Converting Quicktime to a format playable on that machine without choppiness is going to be the hardest part, as it takes twice as long as the length of the video to encode MPEG-2s on a G4/733. So imagine something a bit longer, even if you max out the RAM.

Maybe you are looking for