Windows 7 Copying Error - Invalid MS Dos Function


Recommended Posts

Hello Neowinians,

I have a problem I'm wondering if one of you hardware guru's can help with.

I have a 250 gig external hard-drive that contains all of my music, pictures, and movies. I recently bought a 1 TB external drive and would like to put all of the contents of the 250 onto it.

When I try to copy anything over, even one folder or one song, etc....I receive the following error: Invalid MS-DOS Function .

Now, I can play the music, look at the photos, and watch the videos from my 250 just fine....they just won't copy over without me getting that error.

Anyone have this problem or know the fix? I've checked out MS$ site with no luck, and google didn't help.

Thanks,

Seth

  On 17/06/2010 at 05:40, Koshy John said:

Run chkdsk /f on it.

Create a new text file on the 250GB and then try copying that over. Do you get the error? What file system is the 250GB formatted with?

Greetings,

Thanks for your responses.

1) The file system is NTFS.

2) I created the text file, and no it won't copy, same issue.

3) I ran the chkdsk /f and nada.

It's really strange, because the disk works fine...and I can copy to it, but everytime I try and copy from it I get that error.

  On 17/06/2010 at 15:44, GreyWolf said:

What motherboard/chipset do you have? It could be a USB driver issue.

Thanks Again.

1) Won't copy to the main HD either.

2) It's an HP Laptop, relatively new, not sure the mobo/chipset.

3) Ok, Ran CHKDSK /r and it completed with no bad sectors

4) It is an external HD within a Caddy connected by a USB cable...I switched out the cable and tried with a new.

During my search around the websphere, I've found some others with a similiar problem only they had issues copying from a cd (data) to their hard drive. No solutions but all were using Win 7, so I'm wondering maybe if this could be an OS issue.

Try the HDD with another machine to see if the problem persists. If it does, we can isolate the problem to the HDD.

Try copying a single file using the command prompt and tell us what error you get:

copy /v X:\random.txt C:\Users\Your Name\random.txt (change appropriately)

Also try:

xcopy /c /j X:\random.txt C:\Users\Your Name\random.txt (change appropriately)

  On 17/06/2010 at 16:22, Koshy John said:

Try the HDD with another machine to see if the problem persists. If it does, we can isolate the problem to the HDD.

Try copying a single file using the command prompt and tell us what error you get:

copy /v X:\random.txt C:\Users\Your Name\random.txt (change appropriately)

Also try:

xcopy /c /j X:\random.txt C:\Users\Your Name\random.txt (change appropriately)

Hello,

Ok, I tried copying with both commands, and both commands were successful.

I created the random.txt file, and was able to copy via the commands.

No idea how I would use the commands to copy the entire drive over, so if you know the proper syntax I'd like to give that a try.

The problem drive is F:\ and I want to copy it to G:\

NOTE: Ok, so I found the Xcopy command and used the following: xcopy F:\*.* /a/e/k

I received the error: The target volume does not support symbolic links

So I looked up what a symbolic link was (basically a file linking from a different location)...so I verified that all the files are where they say they are.

No clue.

Format G: as NTFS. FAT32 volumes do not support symbolic links.

Use the following command to copy stuff over:

xcopy F:\* G:\* /E /F /Y /B /J

(note: it will overwrite existing files in the destination with the same name; but that won't be an issue if G: is freshly formatted to NTFS)

  On 18/06/2010 at 09:54, Koshy John said:

Format G: as NTFS. FAT32 volumes do not support symbolic links.

Use the following command to copy stuff over:

xcopy F:\* G:\* /E /F /Y /B /J

(note: it will overwrite existing files in the destination with the same name; but that won't be an issue if G: is freshly formatted to NTFS)

Yep, I read that, the G: drive is actually formatted as NTFS, as well as my main HD, and neither will be copied to from the F:

Also, I think I've narrowed it down to the F: drive as the issue, I tried it on another computer and no go.

Craziest problem I've ever encountered, lol.

  On 18/06/2010 at 13:57, Sethalos said:

Yep, I read that, the G: drive is actually formatted as NTFS, as well as my main HD, and neither will be copied to from the F:

Also, I think I've narrowed it down to the F: drive as the issue, I tried it on another computer and no go.

Craziest problem I've ever encountered, lol.

xcopy F:\* G:\* /E /F /Y /B /J /C

The new switch I added will let xcopy continue copying even if errors occur. Hopefully that'll get your files across. If it does, verify that you have gotten what you need and just reformat F:.

I would run a scandisk on the drive.. not the new TB drive but where the music and pictures are.

I also found this KB that may apply -- not sure.

http://support.microsoft.com/kb/976972

I would also try a live linux like Puppy Linux or Ubuntu

and see if it can move the files -- to rule out a hardware issue.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • qBittorrent 5.1.1 by Razvan Serea The qBittorrent project aims to provide a Free Software alternative to µtorrent. qBittorrent is an advanced and multi-platform BitTorrent client with a nice user interface as well as a Web UI for remote control and an integrated search engine. qBittorrent aims to meet the needs of most users while using as little CPU and memory as possible. qBittorrent is a truly Open Source project, and as such, anyone can and should contribute to it. qBittorrent features: Polished µTorrent-like User Interface Well-integrated and extensible Search Engine Simultaneous search in most famous BitTorrent search sites Per-category-specific search requests (e.g. Books, Music, Movies) All Bittorrent extensions DHT, Peer Exchange, Full encryption, Magnet/BitComet URIs, ... Remote control through a Web user interface Nearly identical to the regular UI, all in Ajax Advanced control over trackers, peers and torrents Torrents queueing and prioritizing Torrent content selection and prioritizing UPnP / NAT-PMP port forwarding support Available in ~25 languages (Unicode support) Torrent creation tool Advanced RSS support with download filters (inc. regex) Bandwidth scheduler IP Filtering (eMule and PeerGuardian compatible) IPv6 compliant Available on most platforms: Linux, Mac OS X, Windows, OS/2, FreeBSD qBittorrent 5.1.1 changelog: BUGFIX: Don't interpret wildcard pattern as filepath globbing (glassez) BUGFIX: Fix appearance of search history length spinbox (glassez) BUGFIX: Remove dubious seeding time max value (glassez) BUGFIX: Fix ratio handling (glassez) BUGFIX: Fix compilation with Qt 6.6.0 (glassez) WEBUI: Make General tab text selectable by default (dezza) WEBUI: Add versioning to local preferences (Chocobo1) WEBUI: Make multi-rename search & replace fields use a monospace font (Atk) WEBUI: Fix wrong replacement sequence in IPv6 string (Chocobo1) WEBUI: Fix memory leak (bolshoytoster) WEBUI: Fix path autofill in set location and new category (tehcneko) RSS: Mark matched article as "read" if it refers to a duplicate torrent (glassez) WINDOWS: Update command line help message (KanishkaHalder1771) WINDOWS: NSIS: Don't require agreement on the license page (Chocobo1) LINUX: Fix preview not opening on Wayland (Isak05) LINUX: Add fallback for random number generator (Chocobo1) Download: qBittorrent 5.1.1 | Portable | ~40.0 MB (Open Source) Download: qBittorrent 64-bit installer (qt6) | 41.7 MB Links: qBittorrent Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Linus Torvalds releases a pretty ordinary Linux 6.16-rc3 by Paul Hill Linus Torvalds, the head and founder of the Linux kernel, has announced the release of Linux 6.16-rc3. This release comes with fixes for new features that were introduced during the merge window several weeks ago, and for old features where issues have been detected or improvements need to be made. If you remember last week, Torvalds said that rc2 seemed smaller than usual, putting it down to people going on vacation. He said this week’s rc3 seems to be in the usual ballpark for this time of the cycle, so everything looks “entirely normal.” In terms of changes, this release is “dominated” by wireless networking and GPU driver updates, however, Torvalds doesn’t think that anything really huge stands out this time. While nothing stands out Torvalds urged people to carry on testing and submitting patches. This update saw improvements to the core system and architecture. There have been improvements to ARM64 KVM that improve stability and correctness of virtualizations on ARM64. There are also improvements to RISC-V KVM and Trust Domain Extensions (TDX) for Intel which expand and secure virtualization capabilities on those architectures. On the graphics front, there are fixes for the amdgpu and amdkfd drivers that fix job handling, engine resets, display corruption, and power management features. The driver used for Qualcomm’s Adreno GPUs has been updated to improve fault handling, display timing, and driver binding. The open-source Nouveau (Nvidia) driver has been updated with fixes for GSP message queue references, potential integer overflows, buffer size adjustments, and a use-after-free bug. Finally, the Intel i915 driver has been updated to address early wedge issues, memory initializations, and build errors. There are also improvements to Wi-Fi devices (ath12k and iwlwifi), sound (ALSA), power management on AMD, and file system improvements (OverlayFS, EROFS, XFS, NFS, SunRPC). Linux 6.16 is due for release at the end of July and will then be picked up by Linux distributions, which will be the first interaction most end users have with the new features in this update. The main benefit of a newer kernel is that Linux will work on newer hardware, so if you’ve had issues with Linux, be sure to try it periodically in case your hardware is now supported.
    • Technically, it should be account-bound after activating it
  • Recent Achievements

    • Week One Done
      urbanmopdubai1 earned a badge
      Week One Done
    • One Month Later
      Jim Dugan earned a badge
      One Month Later
    • First Post
      Johnny Mrkvička earned a badge
      First Post
    • Week One Done
      viraltui earned a badge
      Week One Done
    • One Month Later
      serfegyed earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      648
    2. 2
      Michael Scrip
      226
    3. 3
      ATLien_0
      219
    4. 4
      Steven P.
      150
    5. 5
      Xenon
      145
  • Tell a friend

    Love Neowin? Tell a friend!