Path is too Deep : Error Message

Status
Not open for further replies.

AlexRD

New member
Pro User
Local time
11:54 PM
Messages
505
Location
Ponta Porã, MS
I have a big problem in my hands, Please, Help me solve it.
So, here it is:

I installed Windows 7068 in my Asus G2s Notebook, and everything worked just fine for like 2 months. But, the 7100 version was released, and i wanted it, so i backed some important files up, and formatted my computer. The installation was fine, but, when i was restoring my files from the backup, there was a particular file that wouldn't copy.

It is Fallout 3.iso file. I tried copying it like, 10 times, and everytime i tried to copy, it would stop at 2.4gb +-. After it stopped, explorer wouldnt respond, and its process couldn't be finalized. So, the only solution was to shut down the computer. I tried many things, to see if i could solve the problem (without any sucess)

-Gave full permission to the Folder and Hard Drive
-Tried to copy the file inside the HD and copy it again to my hard drive, but even copying inside the HD, it would stop at 2.4gb.
-Tried many other things, with no sucess.

Until i tried it on my mom's XP Notebook. I copied it, and on 2.4 GB it would say : Cannot copy Fallout3.iso Path is too Deep

Tried everything, but none of it worked.

Please help me, i'm desperate.

Note: Fallout 3 is on a External 2.5 Hard Drive
Note2: The file weigh's 5.52 GB

Helpful note: I'm trying to copy the file from:
E:\Fallout 3.iso
To:
C:\Users\Alex\Desktop


Thank you very much, i really want your help.
Alex.
 

My Computer

Computer Manufacturer/Model Number
Custom Built
OS
Windows 7 Professional x64
CPU
Intel Core i7 2600k - 3.4 GHz
Motherboard
Asus Maximus IV Z68 - Extreme
Memory
4x4 Ripjaws X79 Series 2133 MHz (9-11-10-28)
Graphics Card(s)
1x eVGA GTX 580 - 3GB Classified
Sound Card
Realtek ALC 889 HD Audio
Monitor(s) Displays
Full HD Philips TV 32"
Screen Resolution
1920x1080
Hard Drives
1x Crucial m4 SSD 512 GB
PSU
800W Coolermaster Silentpro Gold
Case
Sentey - Renegade GS-6200
Cooling
Stock
Keyboard
Logitech K800 Wireless
Mouse
Logitech Performance MX Laser
Internet Speed
10MB Internet Connection
That last error message is odd, it's almost like the copy is actually looking INSIDE the iso for some reason as it is copying, as if it were copying a folder.

It is (and always has been) easy to programatically create a path longer than the windows UI can handle. It's entirely possible that a long path was put into the ISO purposely to prevent copying (though I still don't know why the windows UI would be looking into the iso)

I guess you have tried copying it from the command line?

Might also try renaming the file to a.b and then try copying that to c:\ and renaming it back...

Or use another file copy tool and not windows itself to copy it.
 

My Computer

Computer Manufacturer/Model Number
Scratch built
OS
Windows 7 x64 Ultimate
CPU
i7 960
Motherboard
Asus P6X58D
Memory
12 Gig Corsair Dominator
Graphics Card(s)
Nvidia 480
Sound Card
Maudio Delta 44 + breakout box
Monitor(s) Displays
Dell UltraSharp U2410 24in and Samsung 21 dual monitors
Screen Resolution
1920x1200 and 1280x1024
Hard Drives
Primary: Intel X-25M G2 160G SSD
Secondary: Segate baracuda 1.0 TB
HDs in AHCI mode.
PSU
Corasair TX850
Case
Cooler Master HAF
Cooling
Corsair H50
Keyboard
Logitech G15 + N52 game pad
Mouse
Logitech MX518
Internet Speed
15kbs down 4.5kbps up
Other Info
WEI 7.6
CPU & RAM 7.6
Graphics 7.9
Hard disk 7.7
Path is limited in length so probably there are folder inside folders inside folders.... What you can do is to use powerISO to open the *.iso a piece at a time if you have to. expand the files to a single folder (as close to the top layer as you can) then xcopy them to where ever they need to be.

Hope this helps

Ken
 

My Computer

Computer Manufacturer/Model Number
HP Pavillion dv-7 1005 Tx
OS
Win 8 Release candidate 8400
CPU
[email protected]
Memory
4 gigs
Graphics Card(s)
Nvidia 9600M
Sound Card
HD built-in
Monitor(s) Displays
17" Wxga
Screen Resolution
1440x900
Cooling
none
Internet Speed
45Mb down 5Mb up
Hi Alex,

Have a look at Robocopy. Note that for best results, you will need to run this from an http://www.sevenforums.com/tutorials/783-elevated-command-prompt.html
Capture.PNG

Code:
Microsoft Windows [Version 6.1.7100]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
C:\Windows\system32>robocopy /?
-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows
-------------------------------------------------------------------------------
  Started : Fri Jun 05 20:32:30 2009
              Usage :: ROBOCOPY source destination [file [file]...] [options]
             source :: Source Directory (drive:\path or [URL="file://\\server\share\path"]\\server\share\path[/URL]).
        destination :: Destination Dir  (drive:\path or [URL="file://\\server\share\path"]\\server\share\path[/URL]).
               file :: File(s) to copy  (names/wildcards: default is "*.*").
::
:: Copy options :
::
                 /S :: copy Subdirectories, but not empty ones.
                 /E :: copy subdirectories, including Empty ones.
             /LEV:n :: only copy the top n LEVels of the source directory tree.
                 /Z :: copy files in restartable mode.
                 /B :: copy files in Backup mode.
                /ZB :: use restartable mode; if access denied use Backup mode.
            /EFSRAW :: copy all encrypted files in EFS RAW mode.
  /COPY:copyflag[s] :: what to COPY for files (default is /COPY:DAT).
                       (copyflags : D=Data, A=Attributes, T=Timestamps).
                       (S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
           /DCOPY:T :: COPY Directory Timestamps.
               /SEC :: copy files with SECurity (equivalent to /COPY:DATS).
           /COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU).
            /NOCOPY :: COPY NO file info (useful with /PURGE).
            /SECFIX :: FIX file SECurity on all files, even skipped files.
            /TIMFIX :: FIX file TIMes on all files, even skipped files.
             /PURGE :: delete dest files/dirs that no longer exist in source.
               /MIR :: MIRror a directory tree (equivalent to /E plus /PURGE).
               /MOV :: MOVe files (delete from source after copying).
              /MOVE :: MOVE files AND dirs (delete from source after copying).
     /A+:[RASHCNET] :: add the given Attributes to copied files.
     /A-:[RASHCNET] :: remove the given Attributes from copied files.
            /CREATE :: CREATE directory tree and zero-length files only.
               /FAT :: create destination files using 8.3 FAT file names only.
               /256 :: turn off very long path (> 256 characters) support.
             /MON:n :: MONitor source; run again when more than n changes seen.
             /MOT:m :: MOnitor source; run again in m minutes Time, if changed.
      /RH:hhmm-hhmm :: Run Hours - times when new copies may be started.
                /PF :: check run hours on a Per File (not per pass) basis.
             /IPG:n :: Inter-Packet Gap (ms), to free bandwidth on slow lines.
                /SL :: copy symbolic links versus the target.
            /MT[:n] :: Do multi-threaded copies with n threads (default 8).
                       n must be at least 1 and not greater than 128.
                       This option is incompatible with the /IPG and /EFSRAW opt
ions.
                       Redirect output using /LOG option for better performance.
 
::
:: File Selection Options :
::
                 /A :: copy only files with the Archive attribute set.
                 /M :: copy only files with the Archive attribute and reset it.
    /IA:[RASHCNETO] :: Include only files with any of the given Attributes set.
    /XA:[RASHCNETO] :: eXclude files with any of the given Attributes set.
 /XF file [file]... :: eXclude Files matching given names/paths/wildcards.
 /XD dirs [dirs]... :: eXclude Directories matching given names/paths.
                /XC :: eXclude Changed files.
                /XN :: eXclude Newer files.
                /XO :: eXclude Older files.
                /XX :: eXclude eXtra files and directories.
                /XL :: eXclude Lonely files and directories.
                /IS :: Include Same files.
                /IT :: Include Tweaked files.
             /MAX:n :: MAXimum file size - exclude files bigger than n bytes.
             /MIN:n :: MINimum file size - exclude files smaller than n bytes.
          /MAXAGE:n :: MAXimum file AGE - exclude files older than n days/date.
          /MINAGE:n :: MINimum file AGE - exclude files newer than n days/date.
          /MAXLAD:n :: MAXimum Last Access Date - exclude files unused since n.
          /MINLAD:n :: MINimum Last Access Date - exclude files used since n.
                       (If n < 1900 then n = n days, else n = YYYYMMDD date).
                /XJ :: eXclude Junction points. (normally included by default).
               /FFT :: assume FAT File Times (2-second granularity).
               /DST :: compensate for one-hour DST time differences.
               /XJD :: eXclude Junction points for Directories.
               /XJF :: eXclude Junction points for Files.
::
:: Retry Options :
::
               /R:n :: number of Retries on failed copies: default 1 million.
               /W:n :: Wait time between retries: default is 30 seconds.
               /REG :: Save /R:n and /W:n in the Registry as default settings.
               /TBD :: wait for sharenames To Be Defined (retry error 67).
::
:: Logging Options :
::
                 /L :: List only - don't copy, timestamp or delete any files.
                 /X :: report all eXtra files, not just those selected.
                 /V :: produce Verbose output, showing skipped files.
                /TS :: include source file Time Stamps in the output.
                /FP :: include Full Pathname of files in the output.
             /BYTES :: Print sizes as bytes.
                /NS :: No Size - don't log file sizes.
                /NC :: No Class - don't log file classes.
               /NFL :: No File List - don't log file names.
               /NDL :: No Directory List - don't log directory names.
                /NP :: No Progress - don't display percentage copied.
               /ETA :: show Estimated Time of Arrival of copied files.
          /LOG:file :: output status to LOG file (overwrite existing log).
         /LOG+:file :: output status to LOG file (append to existing log).
       /UNILOG:file :: output status to LOG file as UNICODE (overwrite existing
log).
      /UNILOG+:file :: output status to LOG file as UNICODE (append to existing
log).
               /TEE :: output to console window, as well as the log file.
               /NJH :: No Job Header.
               /NJS :: No Job Summary.
           /UNICODE :: output status as UNICODE.
::
:: Job Options :
::
       /JOB:jobname :: take parameters from the named JOB file.
      /SAVE:jobname :: SAVE parameters to the named job file
              /QUIT :: QUIT after processing command line (to view parameters).
              /NOSD :: NO Source Directory is specified.
              /NODD :: NO Destination Directory is specified.
                /IF :: Include the following Files.
C:\Windows\system32>
The syntax you require is
Code:
ROBOCOPY "E:\" "C:\Users\Alex\Desktop" "Fallout 3.iso"
 
Last edited:

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dwarf Dwf/11/2012 r09/2013
OS
Windows 8.1 Pro RTM x64
CPU
Intel Core-i5-3570K 4-core @ 3.4GHz (Ivy Bridge) (OC 4.4GHz)
Motherboard
ASRock Z77 Extreme4-M
Memory
4 x 4GB DDR3-1600 Corsair Vengeance CMZ8GX3M2A1600C9B (16GB)
Graphics Card(s)
MSI GeForce GTX770 Gaming OC 2GB
Sound Card
Realtek High Definition on board solution (ALC 898)
Monitor(s) Displays
ViewSonic VA1912w Widescreen (VGA)
Screen Resolution
1440x900
Hard Drives
OCZ Agility 3 SSD 120GB SATA III x2 (RAID 0)
Samsung HD501LJ 500GB SATA II x2
Hitachi HDS721010CLA332 1TB SATA II
Iomega 1.5TB Ext USB 2.0
WD 2.0TB Ext USB 3.0
PSU
XFX Pro Series 850W Semi-Modular
Case
Gigabyte IF233
Cooling
1 x 120mm Front Inlet 1 x 120mm Rear Exhaust
Keyboard
Microsoft Comfort Curve Keyboard 3000 (USB)
Mouse
Microsoft Comfort Mouse 3000 for Business (USB)
Internet Speed
NetGear DG834Gv3 ADSL Modem/Router (Ethernet) ~4.0 Mb/s (O2)
Antivirus
Avast! 8.0.1497
Browser
IE 11
Other Info
Optical Drive: HL-DT-ST BD-RE BH10LS30 SATA Bluray
Lexmark S305 Printer/Scanner/Copier (USB)
WEI Score: 8.1/8.1/8.5/8.5/8.25
Asus Eee PC 1011PX Netbook (Windows 7 x86 Starter)
Might also be your anti-virus trying to scan the long file name. Try disabling anti-virus on sending and receiving system.
 

My Computer

Computer Manufacturer/Model Number
Home Built
OS
Windows 7 SP1 x64
CPU
AMD 9850 X4
Motherboard
ASUS
Memory
Corsair
Graphics Card(s)
ATI Radeon
Sound Card
Sigmatel
Monitor(s) Displays
Dell
Screen Resolution
1600X900
Hard Drives
(1) WD 1TB
Cooling
Corsair H60
Internet Speed
UVerse 12MB
Might also be your anti-virus trying to scan the long file name. Try disabling anti-virus on sending and receiving system.

Hello, I didn't even install an Anti-Virus.
But thanks!
Alex.

Hi Alex,

Have a look at Robocopy. Note that for best results, you will need to run this from an http://www.sevenforums.com/tutorials/783-elevated-command-prompt.html
View attachment 13346

Code:
Microsoft Windows [Version 6.1.7100]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
C:\Windows\system32>robocopy /?
-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows
-------------------------------------------------------------------------------
  Started : Fri Jun 05 20:32:30 2009
              Usage :: ROBOCOPY source destination [file [file]...] [options]
             source :: Source Directory (drive:\path or [URL="file://\\server\share\path"]\\server\share\path[/URL]).
        destination :: Destination Dir  (drive:\path or [URL="file://\\server\share\path"]\\server\share\path[/URL]).
               file :: File(s) to copy  (names/wildcards: default is "*.*").
::
:: Copy options :
::
                 /S :: copy Subdirectories, but not empty ones.
                 /E :: copy subdirectories, including Empty ones.
             /LEV:n :: only copy the top n LEVels of the source directory tree.
                 /Z :: copy files in restartable mode.
                 /B :: copy files in Backup mode.
                /ZB :: use restartable mode; if access denied use Backup mode.
            /EFSRAW :: copy all encrypted files in EFS RAW mode.
  /COPY:copyflag[s] :: what to COPY for files (default is /COPY:DAT).
                       (copyflags : D=Data, A=Attributes, T=Timestamps).
                       (S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
           /DCOPY:T :: COPY Directory Timestamps.
               /SEC :: copy files with SECurity (equivalent to /COPY:DATS).
           /COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU).
            /NOCOPY :: COPY NO file info (useful with /PURGE).
            /SECFIX :: FIX file SECurity on all files, even skipped files.
            /TIMFIX :: FIX file TIMes on all files, even skipped files.
             /PURGE :: delete dest files/dirs that no longer exist in source.
               /MIR :: MIRror a directory tree (equivalent to /E plus /PURGE).
               /MOV :: MOVe files (delete from source after copying).
              /MOVE :: MOVE files AND dirs (delete from source after copying).
     /A+:[RASHCNET] :: add the given Attributes to copied files.
     /A-:[RASHCNET] :: remove the given Attributes from copied files.
            /CREATE :: CREATE directory tree and zero-length files only.
               /FAT :: create destination files using 8.3 FAT file names only.
               /256 :: turn off very long path (> 256 characters) support.
             /MON:n :: MONitor source; run again when more than n changes seen.
             /MOT:m :: MOnitor source; run again in m minutes Time, if changed.
      /RH:hhmm-hhmm :: Run Hours - times when new copies may be started.
                /PF :: check run hours on a Per File (not per pass) basis.
             /IPG:n :: Inter-Packet Gap (ms), to free bandwidth on slow lines.
                /SL :: copy symbolic links versus the target.
            /MT[:n] :: Do multi-threaded copies with n threads (default 8).
                       n must be at least 1 and not greater than 128.
                       This option is incompatible with the /IPG and /EFSRAW opt
ions.
                       Redirect output using /LOG option for better performance.
 
::
:: File Selection Options :
::
                 /A :: copy only files with the Archive attribute set.
                 /M :: copy only files with the Archive attribute and reset it.
    /IA:[RASHCNETO] :: Include only files with any of the given Attributes set.
    /XA:[RASHCNETO] :: eXclude files with any of the given Attributes set.
 /XF file [file]... :: eXclude Files matching given names/paths/wildcards.
 /XD dirs [dirs]... :: eXclude Directories matching given names/paths.
                /XC :: eXclude Changed files.
                /XN :: eXclude Newer files.
                /XO :: eXclude Older files.
                /XX :: eXclude eXtra files and directories.
                /XL :: eXclude Lonely files and directories.
                /IS :: Include Same files.
                /IT :: Include Tweaked files.
             /MAX:n :: MAXimum file size - exclude files bigger than n bytes.
             /MIN:n :: MINimum file size - exclude files smaller than n bytes.
          /MAXAGE:n :: MAXimum file AGE - exclude files older than n days/date.
          /MINAGE:n :: MINimum file AGE - exclude files newer than n days/date.
          /MAXLAD:n :: MAXimum Last Access Date - exclude files unused since n.
          /MINLAD:n :: MINimum Last Access Date - exclude files used since n.
                       (If n < 1900 then n = n days, else n = YYYYMMDD date).
                /XJ :: eXclude Junction points. (normally included by default).
               /FFT :: assume FAT File Times (2-second granularity).
               /DST :: compensate for one-hour DST time differences.
               /XJD :: eXclude Junction points for Directories.
               /XJF :: eXclude Junction points for Files.
::
:: Retry Options :
::
               /R:n :: number of Retries on failed copies: default 1 million.
               /W:n :: Wait time between retries: default is 30 seconds.
               /REG :: Save /R:n and /W:n in the Registry as default settings.
               /TBD :: wait for sharenames To Be Defined (retry error 67).
::
:: Logging Options :
::
                 /L :: List only - don't copy, timestamp or delete any files.
                 /X :: report all eXtra files, not just those selected.
                 /V :: produce Verbose output, showing skipped files.
                /TS :: include source file Time Stamps in the output.
                /FP :: include Full Pathname of files in the output.
             /BYTES :: Print sizes as bytes.
                /NS :: No Size - don't log file sizes.
                /NC :: No Class - don't log file classes.
               /NFL :: No File List - don't log file names.
               /NDL :: No Directory List - don't log directory names.
                /NP :: No Progress - don't display percentage copied.
               /ETA :: show Estimated Time of Arrival of copied files.
          /LOG:file :: output status to LOG file (overwrite existing log).
         /LOG+:file :: output status to LOG file (append to existing log).
       /UNILOG:file :: output status to LOG file as UNICODE (overwrite existing
log).
      /UNILOG+:file :: output status to LOG file as UNICODE (append to existing
log).
               /TEE :: output to console window, as well as the log file.
               /NJH :: No Job Header.
               /NJS :: No Job Summary.
           /UNICODE :: output status as UNICODE.
::
:: Job Options :
::
       /JOB:jobname :: take parameters from the named JOB file.
      /SAVE:jobname :: SAVE parameters to the named job file
              /QUIT :: QUIT after processing command line (to view parameters).
              /NOSD :: NO Source Directory is specified.
              /NODD :: NO Destination Directory is specified.
                /IF :: Include the following Files.
C:\Windows\system32>
The syntax you require is
Code:
ROBOCOPY "E:\" "C:\Users\Alex\Desktop" "Fallout 3.iso"

Thank you very much for your help, but it stopped copying at 41.5%.
Same symptoms, it wouldn't close and it wouldn't respond.
I had to reboot the computer. But that doesn't matters.
What can i do to help diagnosing the problem?

Thanks,
Alex.

Path is limited in length so probably there are folder inside folders inside folders.... What you can do is to use powerISO to open the *.iso a piece at a time if you have to. expand the files to a single folder (as close to the top layer as you can) then xcopy them to where ever they need to be.

Hope this helps

Ken

I'm sorry, but i didn't understand very well.
What did you mean by opening a iso piece at a time and expanding it to a single folder?

Thanks,
Alex.

That last error message is odd, it's almost like the copy is actually looking INSIDE the iso for some reason as it is copying, as if it were copying a folder.

It is (and always has been) easy to programatically create a path longer than the windows UI can handle. It's entirely possible that a long path was put into the ISO purposely to prevent copying (though I still don't know why the windows UI would be looking into the iso)

I guess you have tried copying it from the command line?

Might also try renaming the file to a.b and then try copying that to c:\ and renaming it back...

Or use another file copy tool and not windows itself to copy it.

Hello.
How can i program to create a path longer than Windows UI can handle?
Ah, and i already tried TeraCopy or something like that, it didn't work.
And im going to try the a.b thing. Be Right back with ur answers.







Please don't give up, i really need this game :P
Thanks, Alex.
 

My Computer

Computer Manufacturer/Model Number
Custom Built
OS
Windows 7 Professional x64
CPU
Intel Core i7 2600k - 3.4 GHz
Motherboard
Asus Maximus IV Z68 - Extreme
Memory
4x4 Ripjaws X79 Series 2133 MHz (9-11-10-28)
Graphics Card(s)
1x eVGA GTX 580 - 3GB Classified
Sound Card
Realtek ALC 889 HD Audio
Monitor(s) Displays
Full HD Philips TV 32"
Screen Resolution
1920x1080
Hard Drives
1x Crucial m4 SSD 512 GB
PSU
800W Coolermaster Silentpro Gold
Case
Sentey - Renegade GS-6200
Cooling
Stock
Keyboard
Logitech K800 Wireless
Mouse
Logitech Performance MX Laser
Internet Speed
10MB Internet Connection
Hello.
How can i program to create a path longer than Windows UI can handle?
Ah, and i already tried TeraCopy or something like that, it didn't work.
And im going to try the a.b thing. Be Right back with ur answers.

The Windows UI and shell can only handly path names of 260 characters or less, but the NT file system and kernel can actually handle file names as long as 2 or 4k or something.

I once accidentally worte code that created a recursive folder that was > 260 characters deep and getting rid of it was a chore. Had to write more code to traverse it and delete itself recursivly the same way it was created.

But it just ocurred to me that its also entirely possiuble that the file (the file system actually) is corrupted on your source media. meaning that nothing short of a deep disk repair untility will get it off and then there may be missing data. The path name too long error may be a red herring caused by a broken file system :/

Maybe some kind of ISO inspection program can try to open it and browse the contents? See if it is really all there?
 

My Computer

Computer Manufacturer/Model Number
Scratch built
OS
Windows 7 x64 Ultimate
CPU
i7 960
Motherboard
Asus P6X58D
Memory
12 Gig Corsair Dominator
Graphics Card(s)
Nvidia 480
Sound Card
Maudio Delta 44 + breakout box
Monitor(s) Displays
Dell UltraSharp U2410 24in and Samsung 21 dual monitors
Screen Resolution
1920x1200 and 1280x1024
Hard Drives
Primary: Intel X-25M G2 160G SSD
Secondary: Segate baracuda 1.0 TB
HDs in AHCI mode.
PSU
Corasair TX850
Case
Cooler Master HAF
Cooling
Corsair H50
Keyboard
Logitech G15 + N52 game pad
Mouse
Logitech MX518
Internet Speed
15kbs down 4.5kbps up
Other Info
WEI 7.6
CPU & RAM 7.6
Graphics 7.9
Hard disk 7.7
The Windows UI and shell can only handly path names of 260 characters or less, but the NT file system and kernel can actually handle file names as long as 2 or 4k or something.

I once accidentally worte code that created a recursive folder that was > 260 characters deep and getting rid of it was a chore. Had to write more code to traverse it and delete itself recursivly the same way it was created.

But it just ocurred to me that its also entirely possiuble that the file (the file system actually) is corrupted on your source media. meaning that nothing short of a deep disk repair untility will get it off and then there may be missing data. The path name too long error may be a red herring caused by a broken file system :/

Maybe some kind of ISO inspection program can try to open it and browse the contents? See if it is really all there?


Well, you see, i did one time accidentally shut the Hard Drive by an accident down ( It had Optimize for Performance on Device Manager.
So, should i run a Check Disk?

Which ISO inspection program would you recommend?

Thank you,
Alex.
 

My Computer

Computer Manufacturer/Model Number
Custom Built
OS
Windows 7 Professional x64
CPU
Intel Core i7 2600k - 3.4 GHz
Motherboard
Asus Maximus IV Z68 - Extreme
Memory
4x4 Ripjaws X79 Series 2133 MHz (9-11-10-28)
Graphics Card(s)
1x eVGA GTX 580 - 3GB Classified
Sound Card
Realtek ALC 889 HD Audio
Monitor(s) Displays
Full HD Philips TV 32"
Screen Resolution
1920x1080
Hard Drives
1x Crucial m4 SSD 512 GB
PSU
800W Coolermaster Silentpro Gold
Case
Sentey - Renegade GS-6200
Cooling
Stock
Keyboard
Logitech K800 Wireless
Mouse
Logitech Performance MX Laser
Internet Speed
10MB Internet Connection
Try PowerIso, or Isobuster.

They should be able to let you see what's inside - the free versions will do.

You may find you can move it with a bootable disc that has a File Manager.

If you have a Paragon product , they have the File transfer wizard on the boot disc, otherwise they do a freebie that also has it - try booting the cd and copy it new location.

http://www.paragon-software.com/home/rk-express/

Once you know it has copied properly, delete the old one.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
Try PowerIso, or Isobuster.

They should be able to let you see what's inside - the free versions will do.

You may find you can move it with a bootable disc that has a File Manager.

If you have a Paragon product , they have the File transfer wizard on the boot disc, otherwise they do a freebie that also has it - try booting the cd and copy it new location.

FREE Rescue Kit 9.0 Express - Don't wait for disaster, get instant data recovery software!

Once you know it has copied properly, delete the old one.


There is no need of any assistance furtherly :)
Thank you all, but the file was actually corrupted.
Somehow, the most important file of my backup was targetted to be corrupted (by bill gates lolz) :P

Well, i'm just downloading it. It is legal isn't it?
If i bought it legally, and lost it, i can download it, right?

Thank you all,
Alex.
 

My Computer

Computer Manufacturer/Model Number
Custom Built
OS
Windows 7 Professional x64
CPU
Intel Core i7 2600k - 3.4 GHz
Motherboard
Asus Maximus IV Z68 - Extreme
Memory
4x4 Ripjaws X79 Series 2133 MHz (9-11-10-28)
Graphics Card(s)
1x eVGA GTX 580 - 3GB Classified
Sound Card
Realtek ALC 889 HD Audio
Monitor(s) Displays
Full HD Philips TV 32"
Screen Resolution
1920x1080
Hard Drives
1x Crucial m4 SSD 512 GB
PSU
800W Coolermaster Silentpro Gold
Case
Sentey - Renegade GS-6200
Cooling
Stock
Keyboard
Logitech K800 Wireless
Mouse
Logitech Performance MX Laser
Internet Speed
10MB Internet Connection
I suppose, as long you use the product key you bought, and not a cracked one.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
There is no need of any assistance furtherly :)
Thank you all, but the file was actually corrupted.
Somehow, the most important file of my backup was targetted to be corrupted (by bill gates lolz) :P

Well, i'm just downloading it. It is legal isn't it?
If i bought it legally, and lost it, i can download it, right?

Thank you all,
Alex.

A lot of people would say no, but most of those people are CEO's of major software/music/movie companies. =P

I'd say yes as you are entitled to use a product you paid for. :)
 

My Computer

Computer Manufacturer/Model Number
Custom | Whitebox
OS
Windows 7 Ultimate, OS X 10.7, Ubuntu 11.04
CPU
Intel E6750 @ 3.80GHz
Motherboard
Gigabyte GA-EP45-UD3L (Revision 1.1)
Memory
2x2GB & 2x1GB (6GB) OCZ Reaper 1066MHz @ 1080MHz
Graphics Card(s)
EVGA nVidia GTX 260 896mb (216 Core) FTW Edition
Sound Card
Realtek ALC888
Monitor(s) Displays
21" VIZIO TV
Screen Resolution
1680x1050 @ 60Hz
Hard Drives
Western Digital WD6401AALS - 640GB
Hitachi HDP725016GLA380 - 160GB
PSU
Corsair 750W
Case
NZXT Nemesis Elite
Cooling
Thermaltake SpinQ
Keyboard
Logitech Wireless S520
Mouse
Logitech Wireless S520 - Microsoft Wireless Arc Mouse
Internet Speed
Download: 20mbps, Upload: 3mbps
Status
Not open for further replies.
Back
Top