File Size capped at 32bit for File System Data soruce?

I have a report that uses the "File System Data" source. I am using it to find files older then 30 days of type BAK or TRAN. That all works well but the "File Size" field does not display the correct information. For example I have a file that is 191GB or 205,192,528,384 Bytes, but the report displays it as 4,294,967,295 this corresponds with the max for a 32bit INT. Can anyone confirm that this is a limitation of the driver? Is there are 64bit CRDB_FILESYSTEM.DLL?
Regards

Hi Thomas
What version of CR are you using? Please look for the version in the Help | About screen of the designer.
- Ludek
Senior Support Engineer AGS Product Support, Global Support Center Canada
  Follow me on
Twitter

Similar Messages

  • ORA-19510 failed to set size of 12288 blocks for file "/sisdev01/dbs/log01b.dbf

    My company's harddisk has corrupted and files under /sisdev01/dbs/ cannot list and don't have any backup, then I have to create a new database again after changing the disk and recovering the data. I plan to reuse the /sisdev01/dbs/ as following.
    I fail in creating database by using the following script:
    CREATE DATABASE SISDEV01
         LOGFILE GROUP 1 '/sisdev01/dbs/log01a.dbf' SIZE 10M
         ,     GROUP 1 '/sisdev01/dbs/log01b.dbf' SIZE 10M
         ,     GROUP 2 '/sisdev01/dbs/log02a.dbf' SIZE 10M
         ,     GROUP 2 '/sisdev01/dbs/log02b.dbf' SIZE 10M
         NOARCHIVELOG
         CHARACTER SET ZHT16BIG5
         NATIONAL CHARACTER SET ZHT16BIG5
         DATAFILE '/sisdev01/dbs/system01.dbf'      
              SIZE 210M AUTOEXTEND OFF
         , '/sisdev01/dbs/rbs01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev01/dbs/temp01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev01/dbs/users01.dbf'
    SIZE 1050M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_index_ivr01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_ivr01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev01/dbs/ts_index_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
    but I receive error message:
    CREATE DATABASE SISDEV01
    ORA-01501: CREATE DATABASE failed
    ORA-19510: failed to set size of 12288 blocks for file "/sisdev01/dbs/log01b.dbf
    " (blocksize=512)
    ORA-27059: skgfrsz: could not reduce file size
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: 1
    ORA-19502: write error on file "/sisdev01/dbs/log01b.dbf", blockno 8193 (blocksi
    ze=512)
    ORA-27063: skgfospo: number of bytes read/written is incorrect
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: -1
    Additional information: 524288
    Here is the content of my parameter file:
    db_file_multiblock_read_count = 8 # SMALL
    # db_file_multiblock_read_count = 16 # MEDIUM
    # db_file_multiblock_read_count = 32 # LARGE
    # db_block_buffers = 60 # SMALL
    db_block_buffers = 550 # MEDIUM
    # db_block_buffers = 3200 # LARGE
    # shared_pool_size = 3500000 # SMALL
    shared_pool_size = 5000000 # MEDIUM
    # shared_pool_size = 9000000 # LARGE
    log_checkpoint_interval = 10000
    processes = 400 # SMALL
    # processes = 100 # MEDIUM
    # processes = 200 # LARGE
    dml_locks = 100 # SMALL
    # dml_locks = 200 # MEDIUM
    # dml_locks = 500 # LARGE
    # log_buffer = 8192 # SMALL
    log_buffer = 32768 # MEDIUM
    # log_buffer = 163840 # LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    log_archive_start = false
    log_archive_dest = /u01/sisdev01_arch
    log_archive_format = arch%s.dbf
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    rollback_segments = (r01, r02)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/10 = 4:
    transactions = 40
    transactions_per_rollback_segment = 10
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # define two control files by default
    # control_files = (/sisuat02/dbs/ctl01.ora,/sisuat02/dbs/ctl02.ora)
    control_files = (/sisdev01/dbs/ctl01.ora,/sisdev01/dbs/ctl02.ora)
    DB_NAME=sisdev01
    DB_BLOCK_SIZE=8192
    # DB_BLOCK_LRU_LATCHES=4
    DB_FILES=500
    DB_DOMAIN=shk.sony.com.hk
    background_dump_dest = /u01/dba/sisdev01/log
    user_dump_dest = /u01/dba/sisdev01/log
    NLS_LANGUAGE="traditional chinese"
    NLS_TERRITORY="hong kong"
    NLS_CURRENCY="HK$ "
    NLS_DATE_FORMAT="DD/MM/YYYY"
    NLS_NUMERIC_CHARACTERS=".,"
    utl_file_dir = *
    compatible = 8.1.5
    remote_os_authent = TRUE
    sort_area_size = 65536
    sort_area_retained_size = 65536
    It always fail during creation of logfile log01b.dbf.
    I have tried to send same size logfiles to the directory but it fails too when inserting the second logfile log01b.dbf too.
    NETOUT: 10054452 Error writing file: Error 0
    Can anyone kindly help me?

    This may be a blindingly obvious question but do you have sufficient disk space on /sisdev01/dbs/ partition?

  • When i open a new document, my "width" and "lenght" add two zeros automatically to file size??? For example basic A4 size in mm is 210 00mm x 297 00mm? And i can´t do nothing about it! Why on earth?

    When i open a new document, my "width" and "lenght" add two zeros automatically to file size??? For example basic A4 size in mm is 210 00mm x 297 00mm? And i can´t do nothing about it! Why on earth?
    This "error note" must have something to do about it?

    elppaelo,
    You may try the list.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save curent artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Script to "Optimize to file size" (automatically) in "Save for Web"?

    Hello, all,
    I'm a novice when it comes to scripts in Photoshop, but I'm really coming to the conclusion that this is the only way to automate the actions I need to do, whithout having to do it one-by-one.
    Is it possible to write a Script to automatically choose the option (and settings) to "Optimize to file size" in the "Save for Web" dialog?
    Is it also possible to save the file in the document's original folder, instead of a single specific folder, using "Save for Web"?
    I have a really big number of different files (some .JPEG, some .PNG, some .TIFF) and I need to generate a single "reference.jpg" in each one of those original folders. It's quite easy to use whatever method to separate all those files in some lists and later open them in Photoshop in small subgroups of files.
    I only have a restriction of size (60Kb) for those "reference.jpg" files, and I would like to save all of them, in each document original folder, with the best possible quality within that size constraint.
    Here's my problem:
    I can easily do that with a very simple action, but, that specific way, I have no control whatsoever over the resulting filesize of those "reference.jpg" files generated. Moreover, I also find the "save for web" command create a more "slim" file, allowing for better quality within my size constraint.

    c.pfaffenbichler wrote:
    "I can’t make that out in the ScriptingListener code, but maybe someone else knows better or has a Script for the task already.
    I seem to remember a thread where it was discussed to save a copy, check its size and overwrite it with different settings if it was too big … that should be possible, but may run longer."
    Many, many thanks for your reply, c.pfaffenbichler!    I spend the whole day (and night) yesterday learning (or rather trying to learn) about javascript, OOP, and how it should be applied in Photoshop's Scripts.
    I was able to modify some snippets of code I found on the web to suit my needs (temporarily):
    //SaveforWebSP.jsx
    //Save a fixed width image with a size constraint in its original folder
    var docRef = activeDocument;
    var outputFolder = docRef.path;
    NamesaveRef = new File( outputFolder + "/reference.jpg" );
    var NewfileRef = new File( NamesaveRef )
    // quality/size constraints
    var w = 300; // new file width
    var MaxSz =  61440; // max. 60Kb
    var Qlt = 100; // initial quality 100
    var x = 1; // decreasing step
    // resize the image to the right width
    docRef.resizeImage(UnitValue(w,"px"),null,100,ResampleMethod.BICUBICSHARPER);
    // Perform the first SaveForWeb Operation
    ExpWeb(NewfileRef, Qlt);
    // Keep trying to save the file with max. Qlt, but under MaxSz   
    while (NewfileRef.length > MaxSz)
          Qlt = Qlt - x;
          NewfileRef = new File( NewfileRef );  
          NewfileRef.remove();
          ExpWeb(NewfileRef, Qlt);  // Perform a new SaveForWeb Operation, with slightly lower Qlt
             if (Qlt <= 50) {
               alert("The file can't be saved with the desired size AND quality.");
               break  // break the loop whenever the quality is as low as 50 (this shouldn't need to happen)
    var FileSz = NewfileRef.length/1024;
    FileSz = Math.round(FileSz);
    // close the original file without saving
    activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    // SaveForWeb Export, with the desired constraints and parameters
    function ExpWeb(FileNm, Qlt)
          var options = new ExportOptionsSaveForWeb();
          options.quality = Qlt;   // Start with highest quality (biggest file).
          options.format = SaveDocumentType.JPEG;   // Save Format for the file
          docRef.exportDocument(File(FileNm), ExportType.SAVEFORWEB, options);
    This works, but it takes a long time and keep the HD disk "going crazy" during the time it is processing the images.
    This is too bad, because the "Optimize to file size" dialog in the "Save for Web" would have been so much faster, efficient and much less "disk-intensive"...

  • I use Adobe Acrobat Pro XI (11.0.08) When performing "Save as" "Reduced file size pdf" Adobe processes for a while then completely stops, and has to close down. Just started doing that today.

    I use Adobe Acrobat Pro XI (11.0.08) When performing "Save as" "Reduced file size pdf" Adobe processes for a while then completely stops, and has to close down. Just started doing that today.

    I have Windows 8.1, and when I right click on the Windows flag (bottom left), the menu gives me a "Search" option. When I enter "%temp%", it goes to " "my username"/ appdata/temp" which is a list of file 1718 file folders. Many are empty but I did a small sample. Is that the right place to delete?    I tried Windows- Disk Clean, but that did not help.

  • After adding MIME type in sharepoint server, file click opens a popup for file to open as readonly or edit, How to avoid this popup

    After adding MIME type in sharepoint server,
    File click opens a popup for file to open as readonly or edit, How to avoid this popup
    Popup Details:
    You are about to open --> File Details
    How would you like to open --> ReadOnly, Edit
    OS: Window 7
    Jagadish

    this is likely caused by the library requiring check-out/check-in. For a file to be editable, the file needs to be checked out.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • 4GB File Size Limit in Finder for Windows/Samba Shares?

    I am unable to copy a 4.75GB video file from my Mac Pro to a network drive with XFS file system using the Finder. Files under 4GB can be dragged and dropped without problems. The drag and drop method produces an "unexepcted error" (code 0) message.
    I went into Terminal and used the cp command to successfully copy the 4.75GB file to the NAS drive, so obviously there's a 4GB file size limit that Finder is opposing?
    I was also able to use Quicktime and save a copy of the file to the network drive, so applications have no problem, either.
    XFS file system supports terabyte size files, so this shouldn't be a problem on the receiving end, and it's not, as the terminal copy worked.
    Why would they do that? Is there a setting I can use to override this? Google searching found some flags to use with the mount command in Linux terminal to work around this, but I'd rather just be able to use the GUI in OS X (10.5.1) - I mean, that's why we like Macs, right?

    I have frequently worked with 8 to 10 gigabyte capture files in both OS9 and OS X so any limit does not seem to be in QT or in the Player. 2 GIg limits would perhaps be something left over from pre-OS 9 versions of your software, as there was a general 2 gig limit in those earlier versions of the operating system. I have also seen people refer to 2 gig limits in QT for Windows but never in OS 9 or later MacOS.

  • Why can I only "Save as Other... Reduce File Size" a single time for an Adobe X file?

    We are struggling with our form editing in that anytime we make a change and save the file size is doubled.  As a work around we started using the ...Reduce File Size save as.   However, we can only use that once per file.    Some of our forms contain several hundred fields that are edited, with the behavior as is we cannot save our work as we go.  
    Reproduction Steps...
    1. Open a file in Acrobat X and note it's file size.
    2. Make any kind of change (our work is focued on View>Forms>Edit)
    3. Go to File > Save as Other... > Reduce Size PDF
    4. Set Version Compatability to 'Retain Existing' and Save
    5. File size should be very close to the original
    6. Open the new file
    7. Rinse and repeat steps 2 and 3
    8. Note  that when you go to try to Save as the new edit, the Save As Reduce size is grayed out and no longer available for seslection.
    Please help!!!!

    Just do a standard Save As. The problem is that Save includes the old and new. Save As deletes the old. Also, if you distribute the form it is locked from editing as I understand it.

  • Output file size restrictions - HD Video for YouTube

    For over a year YouTube has removed restrictions on file sizes for individuals that want to do so.  The preset output in Premier Elements 11 for "Online - HD Video for YouTube 1920X1080" will not allow a video longer than 15 minutes.  I need to remove this restriction and be able to produce files to upload to YouTube without file size restrictions.  How can I do this?

    TheBanjoNut
    You cannot. And, Premiere Elements 12 has the same YouTube limitations as 11.
    You need to export your Timeline to a file saved to the computer hard drive, and then upload that file to YouTube at the YouTube web site.
    At YouTube, you would need to explore the opportunities that it offers in the way of "extended times". It may require special accounts.
    Without further details of your Premiere Elements project preset and the properties of your source media, I would generalize and suggest that you look at the follow choices for creating this file for upload to YouTube at the YouTube web site...
    Publish+Share
    Computer
    AVCHD
    with Presets =
    MP4 - H.264 1920 x 1080p30
    or
    YouTube Widescreen HD (changing the settings under the Advanced Button/Video Tab of the preset)
    Please review. If you have any further questions on this, please do not hesitate to ask.
    Thanks.
    ATR

  • How to tell file size in Elements 9 for Mac

    I'm new to Mac.  I've used Elements for many years.  When I click on File>open and browse my image icons in the "finder" folder (no, I don't use iPhoto), I can't see file size info.  In Windows, I used to be able to hover my cursor over an image icon and read the file size info.  This doesn't work in Mac.  When I go the Finder>preferences and set image info for icons, the file's size appears in a different color beneath each icon, which is great.  But when I try to browse finder from the Open file menu in Editor, the file size is gone.  How do I fix this?  I mean if I have three images of the same subject, but different sizes, how can I tell which is which? 
    Thanks for your help!
    Dave

    Yes, this is something that has annoyed everyone ever since OS X started (you could do it in OS 9). One workaround is to use column view. Once you choose an image you will see all the data about it in the righthand column:

  • Question about file size when using "Export for Web"

    Hi!
    I created a .mov file and worked to get a great balance between file size and quality so that I could deliver it via the web and make it easier for end users to see the video on a slower connection.
    My question: When I use "Export for Web," my .mov file is converted into a very large .m4v file--more than double the size of the original file. I know that this export option is to optimize the file for a wide variety of users/internet speeds. Am I correct in guessing that the end size is not an issue? I would post the .mov file instead, but I really like the option of embedding into a html page along with the "click to play" option.
    Bottom line--is it better to post the smaller .mov file that i originally started with or to go ahead and link to the bigger .m4v file that was created with the "Export for Web" option?

    "Export for Web" is a feature of QuickTime Pro and it makes 4 files and the html page code for easy copy/paste Web page editing.
    The very first file is called a "reference movie" and it links to the other 3 files (56kbps, 900kbps and 1.5Mbps). It, and the page code, "read" the connection speed of the viewing hardware and "serve up" the correct file based on that connection speed.
    In nearly all cases the "Desktop" version would still be smaller in file size than the original source. The times the file would "increase" in file size would be when an already compressed was used as the source file. You can find out more about your source file by opening it in QuickTime Player and viewing the Movie Inspector window information.
    There are dozens of other html "tricks" that could be used if your source file is already compressed but you want a different display size:
    Page code to show "aspect" or scale="tofit". This code allows values "outside" of those found in the actual QuickTime file be used for the Web page display. A 320X240 QuickTime .mov file looks pretty good at double size (640X480) but the file size would still be that of the source file.
    "Poster Movie" is another html trick that loads the Web based file directly in the QuickTime Player application (bypassing Web page layout restrictions). These files are also known as "Presentation Movies".
    Another method is the QuickTime Media Link file (.qtl). These are simple text based files that are used as a "direct link". These use simple XML (Extensible Markup Language) and are easily created in any text editing application. The simple syntax has amazing control over a simple QuickTime .mov file. You can launch (and quit) the QuickTime Player, display at other dimensions and even embed "links" inside the display.
    Some of my files as examples:
    http://homepage.mac.com/kkirkster/Lemon_Trees/ a "Poster Movie" style.
    http://homepage.mac.com/kkirkster/.Public/RedneckTexasChristmas.qtl
    A QuickTime Media Link file. A tiny file should download to the viewing machine, launch QuickTime Player, present the movie and it even includes a "link" to my Web page.
    Edit: It appears you must now double click the .qtl download to launch QuickTime.

  • Software Update File Size Different than Apple Downloads File Size

    Background:
    I am running software update and it retrieves the update for "MacBook, MacBook Pro Software update 1.1" File size is listed as 768K. When I go to the Apple Downloads page for this update, the file size is 979K.
    Download ID is 16618 and URl is http://www.apple.com/downloads/macosx/apple/macosx_updates/macbookmacbookprosoft wareupdate11.html
    Question:
    Is this discrepancy normal based on the way that Software Update calculates file size or should I be concerned? There is no hash to confirm integrity of the file.

    File size, and the volume of space it takes up are 2 different things. Space will very from computer to computer. Chances are, the larger the drive the more space it takes up. Reason? The file system (HSF + on macs with Leopard). The file sytem divides the drive into specific number of sections. That number may be 10 M, say. So, even if you have a thumbnail that is 4 kb, it will still require the minimum size of the file system. Make sense? There is a lot of wasted space on very large drives.
    Note: Leopard is set up to use a new file system that apple may soon adopt. It will not use the division method HFS + uses, and so will save a lot of space, if adopted.

  • File size limit of 2gb on File Storage from Linux mount

    Hi!
    I setup a storage account and used the File Storage (preview). I have followed instructions at
    http://blogs.msdn.com/b/windowsazurestorage/archive/2014/05/12/introducing-microsoft-azure-file-service.aspx
    I created a CentOS 7 virtual server and mounted the system as
    mount -t cifs //MYSTORAGE.file.core.windows.net/MYSHARE /mnt/MYMOUNTPOINT -o vers=2.1,username=MYUSER,password=MYPASS,dir_mode=0777,file_mode=0777
    The problem is that I have a file size limit of 2gb on that mount. Not on other disks. 
    What am I doing wrong?

    Hi,
    I would suggest you check your steps with this video:
    http://channel9.msdn.com/Blogs/Open/Shared-storage-on-Linux-via-Azure-Files-Preview-Part-1, hope this could give you some tips.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I reduce the file size of my .cp project file?

    I am working in CP3 and creating training programs via computer simulations.  Generally I try to eliminate any unnecessary animation in my slide (use of scroll bars, drop down menus etc.) because these seemed to increase my file size.  I do have audio narration on almost every slide and I know that this helps to bump up my size.
    Here's what I found to be so odd.
    I have to create a new training module and I simply opened one of my .CP projects and did a SAVE AS with a new file name.  I reduced the number of slides from 25 to 3.  The three slides I kept are the title slide, closing slide and one slide that I'll call a content slide that has the color for my highlight boxes and text formatting.  (I keep the content slide so I can simply copy and paste the boxes as I need them.)  I removed all the audio.  Finally I saved the new project.  Imagine my surprise when the new file is 96,333 KB with only 3 slides, no audio and no animation.  This is almost the same size as the original file.  I published my 3-slide project, thinking it might change the size, but that was wishful thinking.
    I telelcommute from my home and I am required to check these files out of a secured document library each time I need to update them.  The upload time is KILLING ME!
    What am I doing wrong?  The Information section shows the file size as 783.9KB which seems more in line with what I would expect.
    Any help, as always is appreciated.

    Hi BIMB,
    Here's my guess, others can correct if I'm way off.
    What you see as the file size under the Cp4 Storyboard View Information is what the published file size would be sans any unused pics, audio, or swfs. So it should be relatively small given you only have 3 slides in your project.
    What you see as the 'save as' version reflects all of the pics, audio, and/or .swfs you still have in your project's library.
    Now if you've actually removed the audio files and pics from the Cp Library, then I'm not sure.
    Curious to know if this helps,
    Keith

  • How to make PDF file size smaller from an Illustrator file without changing the quality or size (length and width) of the file?

    Is there a way to make a 30x42 size (40 GB) Illustrator file as a PDF but make the file smaller in size (able to email to clients) with out compromising the quality of the file or the size of the file?

    If you are working in RGB you can embed a colour profile. Embed ICC Profiles is one of the Acrobat save options. It will increase files size dramatically.
    When you save your pdf you can choose the compression method for placed images. Default is ZIP which is really no compression at all for pixel images. Instead you should opt for JPG compression (of varying degree according to how sensitive the images are to compression).
    You should also examine the other Acrobat save options. To minimize file size you should not have any of the options checked (Preserve Illustrator Editing Capability, Embed page Thumbnails etc. etc.).
    40 gigabytes for a file like the one you show is ridiculous. Did you maybe embed the placed images? If so, don’t. Keep them linked unless you really need to embed them.

Maybe you are looking for

  • Custom System Data Grid

    Hi! I need a custom data grid, explaining: I need to made custom list of specific files, in the System data grid I can use the drag and drop files to desktop, but how I made the drag and drop work in the custom data grid of list of files? I tried to

  • Bi 7.0 for cube and master data steps

    hi friends, can u give me step by step comparision between bi 7.0 and bi 3.0 for cube ods and master data, ple explaing me what are the steps difference for those in bi 7.0 . and reporting is same or any difference in bi 7.0 . other than sap.help.com

  • Help needed in how to find out Web services in CRM

    Hi All, I have a requirement where in i am trying to check out what all CRM business objects are supported as web services as standard SAP functionality. Any pointers on this will be really helpful. Thanks, Udaya

  • Can't install... what is the solution?

    My bootcamp install became problemized. I start up via Windows XP, and I get a message about it being broken... I try to start up and it just reboots over and over... never works. So I want to reinstall it. It won't let me do it. Says I need to parti

  • Re-partitioning to Mac OS X?

    Hi, I am acknowledgedly new to Macs, but I have my experiences. I have used Mac os 9 and Mac os X, and I have been with Bootcamp before, but I wanted to know if it's possible to de-partition the drive or turn the drive completely back into Mac OS X,