Click Here!
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
Like Tree3Likes

Thread: XP Hard Drive Issue...Need Some Help...

  1. #1
    FBJ
    FBJ is offline
    The Laughing Man FBJ's Avatar

    Join Date
    Sep 2005
    Posts
    18,152
    Liked
    21148 times
    Karma
    200297111
    Images
    1

    Default XP Hard Drive Issue...Need Some Help...

    Old NTFS-partitioned hard drive with tons of files on it (Mom's old stuff). I slapped it into an enclosure and connected it up. Her computer recognizes the hard drive and lists the hard drive in My Computer (G:/), yet I cannot see the contents of the drive in Explorer. If I double click the drive icon, I get a new window that's just plain blank. Right-click Properties shows the drive is nearly full. Windows Backup allows me to go into the drive, select whatever files I want, and run the backup process (meaning I can see the files on that drive in that program, but not in Explorer).

    I want to be able to just use Explorer to find the **** she wants to keep and move it over to her new drive, but I can't figure out what the issue is that's keeping me from seeing the contents of the external drive.

    Help?

    TIA
    Anything worth shooting is worth shooting twice. Bullets are cheap. Life is priceless.


  2. #2
    The Blue Elixir of Life Blueline's Avatar

    Join Date
    Oct 2007
    Posts
    5,676
    Liked
    572 times
    Karma
    78965943

    Default

    Does the old drive have windows installed on it? i.e. was it the primary boot drive on the old pc?

    I've heard that can cause problems like you are having.
    Quote Originally Posted by ketel&tonic
    i likez teh whipped creamz
    Quote Originally Posted by ketel&tonic
    add whipped cream, instant party

    You know, fightin' in a basement offers a lot of difficulties. Number one being, you're fightin' in a basement!

  3. #3
    FBJ
    FBJ is offline
    The Laughing Man FBJ's Avatar

    Join Date
    Sep 2005
    Posts
    18,152
    Liked
    21148 times
    Karma
    200297111
    Images
    1

    Default

    Yep. It was the system drive of her old PC. Is there a fix?
    Anything worth shooting is worth shooting twice. Bullets are cheap. Life is priceless.


  4. #4
    The Blue Elixir of Life Blueline's Avatar

    Join Date
    Oct 2007
    Posts
    5,676
    Liked
    572 times
    Karma
    78965943

    Default

    This may work...

    Turn off the Indexing service (Control Panel>Administrative Tools>Services; scroll down to, double click on Indexing, click the Stop button, try moving the files again). That fixes the "file in use" most of the time.

    If that doesn't work or you get a message about "access denied" and something about "permissions," follow the steps in the MS KB article, How to take ownership of a file or folder in Windows XP to get to your files.

    The "Read only" setting on folders is meaningless and Windows ignores it. Check any folder (not file) on the drive and you'll see they're all marked "read only." Nobody but Microsoft programmers know why.


    Also, be sure the old drive is formatted the same way as the new drive on the pc is (obviously don't reformat or you'll lose everything)

    Lastly, you might need to boot from the old drive in order to access everything and move it...pain, but will work. Then you can wipe windows and reformat the drive.
    Quote Originally Posted by ketel&tonic
    i likez teh whipped creamz
    Quote Originally Posted by ketel&tonic
    add whipped cream, instant party

    You know, fightin' in a basement offers a lot of difficulties. Number one being, you're fightin' in a basement!

  5. #5
    Im a hologram Creeping Death's Avatar

    Join Date
    Apr 2001
    Posts
    7,355
    Liked
    143 times
    Karma
    14451265

    Default

    Right-click on the drive and choose properties
    Click on the security tab
    Click on Advanced at the bottom
    Click on the Owner tab
    Click the Edit button
    Click on the Administrators group
    Place a checkmark next to Replace owner on subcontainers
    CLick OK and it will reindex the permissions on each filke on the drive.

    See if that helps.
    And thats how you get ants!

  6. #6
    FBJ
    FBJ is offline
    The Laughing Man FBJ's Avatar

    Join Date
    Sep 2005
    Posts
    18,152
    Liked
    21148 times
    Karma
    200297111
    Images
    1

    Default

    CD

    Right clicking and choosing Properties shows me no Security tab. I have General, AutoPlay, Tools, Hardware, Sharing, and Quota.
    Anything worth shooting is worth shooting twice. Bullets are cheap. Life is priceless.


  7. #7
    FBJ
    FBJ is offline
    The Laughing Man FBJ's Avatar

    Join Date
    Sep 2005
    Posts
    18,152
    Liked
    21148 times
    Karma
    200297111
    Images
    1

    Default

    Alrighty...pulled the external off her old XP machine and put it on my 7 machine. I found the security tab and it's working on changing ownerships now. Hopefully, I'll be able to read the drive on her machine after it's done. If not, hopefully I'll be able to read it on my machine, copy the "keep" files, then reformat this bitch to put the files back on it and try connecting it to the XP machine.
    Anything worth shooting is worth shooting twice. Bullets are cheap. Life is priceless.


  8. #8
    FBJ
    FBJ is offline
    The Laughing Man FBJ's Avatar

    Join Date
    Sep 2005
    Posts
    18,152
    Liked
    21148 times
    Karma
    200297111
    Images
    1

    Default

    Nope. Didn't work. Still can't see what's on the drive.
    Anything worth shooting is worth shooting twice. Bullets are cheap. Life is priceless.


  9. #9
    FBJ
    FBJ is offline
    The Laughing Man FBJ's Avatar

    Join Date
    Sep 2005
    Posts
    18,152
    Liked
    21148 times
    Karma
    200297111
    Images
    1

    Default

    So I tried right click, Copy, hoping to copy the contents of the drive to a different drive on my computer. It created a folder called "Local Disk" and copied all the files (the properties of the folder says there's data there (like 120gb worth), but if I double click the folder, it says "This Folder Is Empty."
    Anything worth shooting is worth shooting twice. Bullets are cheap. Life is priceless.


  10. #10
    Im a hologram Creeping Death's Avatar

    Join Date
    Apr 2001
    Posts
    7,355
    Liked
    143 times
    Karma
    14451265

    Default

    Lets have some fun in the command line. If available, do this from a Windows 7 PC.

    Click on Start and go to Run.

    Type in 'cmd' and hit enter.

    Hit enter after each line, and type in these lines exactly.

    cd\
    g:
    dir/w
    /There is a space between the dir /w

    Does it show up with a bunch of directories? Or does it say the folder is empty?

    chkdsk g: /F /R
    dir/w

    Do the folders show up now?

    If the folder shows a bunch of files, you can try these 2 commands and see if they help.

    cmd
    mkdir %userprofile%\desktop\moms_files
    robocopy g:
    %userprofile%\desktop\moms_files /e /secfix /r:3 /w:3 /LOG+:%userprofile%\desktop\moms_files\copylog.log

    If that last line doesn't work, try this one instead.

    robocopy g: %userprofile%\desktop\moms_files /e /r:3 /w:3 /LOG+:%userprofile%\desktop\moms_files\copylog.log

    Worst case scenario, you can "buy" some disk recovery software such as GetDataBack. IMO, its the best one on the market.
    Data Recovery Software Products - Runtime Software Products
    And thats how you get ants!

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27