GetUSB.info Logo

How To: Delete and Keep “System Volume Information” Folder Off Flash Drives

If you have found this post, chances are you are trying to delete and keep the “System Volume Information” folder off your flash drive.

UPDATE: Thank you to a reader sending in additional information, we now have a solution that is universal to all PCs. You will never get the “There’s a problem with this drive. Scan the drive now to fix it” message. To get this universal fix, scroll to the bottom of this message and look for “Updated Solution.”

I will venture to say, there are probably five reasons why you are trying to remove this directory (probably more):

  • You have a SmartTV or stereo in your car and the device is showing this folder, and often times, is the default start location to resume play, so you want to remove it.
  • A binary verification utility is failing and it shows this folder as the source of inconsistency.
  • The “Disk needs to be scanned and repaired message” keeps popping up when you remove a drive without using the Eject function from Windows. You are now going crazy and want to stop that message forever.
  • A virus software utility is indicating this folder has a potential problem (smart hackers could stick their code in here)
  • You are performing some kind of USB duplication process and this folder continues to be a problem, therefore you want to remove it.

Go ahead and skim down this article if you want to get right to the instructions. For now, I’m going to take some time to explain what this folder is. Knowledge is power, and maybe the reason for why it’s there, will deter you from wanting to delete it.

For any disk or storage device connected to Windows will have the “System Volume Information” folder. This is a hidden system file, so if you don’t see it, that is the reason why. You can see this file when you turn on “See Hidden Files” in your view properties settings.

The System Volume Information folder contains two files. The two files are meant for setting restore points and indexing for what is on the drive. Windows is trying to help you if and when you need to search the device for data.

The two files are the IndexerVolumeGuid and WPSettings.dat file. The indexer file assigns a unique identifier (GUID, Global Unique ID) to the drive. The indexing service examines the files so when you connect the drive to the computer in the future, Windows checks the identifier and knows which search database to associate with the drive.

WPSettings.dat file is used for Windows Phone’s Storage settings. If you are dealing with a hard drive, this could be a good thing, if dealing with a flash drive, you don’t need it. I haven’t met a person yet who backed up their phone data to a USB stick.

If you are still on the fence about whether you should remove this folder or not, think about this: If you are dealing with a hard drive with an operating system, don’t delete it. If you are dealing with mass storage drives, like a USB flash drive, you can remove it with little fear something bad will happen.

So how do you remove this folder?

How do you keep from this folder coming back?

The solution is a two-step process. The first step will be disabling the indexing and thus, ask Windows not to put the folder on the drive.

The second step is telling Windows not to start this indexing again once the computer has been restarted.

Keep in mind, if Windows doesn’t see the System Volume Information folder, it will try to write it every time the device is connected, to any Windows computer. This last sentence is an important point.

Let’s begin.

If you have the System Volume Information folder on your device, let us remove it right now. Connect the USB to your computer. Double click the drive letter of the USB and in the Explorer window type CMD. Click Enter.

This will get you to the command prompt to address that specific device.

Now that we are in the command prompt for that drive (note the drive letter in the command window is the same drive letter as your USB in the computer). Let us use syntax to remove the folder. Since the folder cannot be deleted using your keyboard, the command line is the only way.

Type: rmdir “system volume information” /s /q

Now click Enter. That’s it, you are done, files removed!

Moving along, let us set up your computer so the System Volume Information never appears again on your devices

Press the Windows key + R at the same time (this is to Run a Windows service)

In the field type “gpedit.msc” this is for Group Policy Edit for Microsoft. We are going to edit a Group Policy which affects your entire computer, regardless of the user logged in. Click OK.

Navigate to: Computer Configuration > Administrative Templates > Windows Components > Search

On the right side of your screen, under Search, look for:

Do not allow locations on removable drives to be added to libraries. Once you see this sentence, double click the sentence, so you may edit that Group Policy.

Select the radial button “Enabled” and click Apply and then click OK.

Step-one is now complete, you have turned off indexing to removable drives. The next step is to insure this indexing doesn’t start back up again the next time you boot up the PC.

Press the Windows key + R at the same time (this is to Run a Windows service)

In the field type “services.msc” this is for Windows Start Up services when the PC is turned on. We are going to edit a service policy. Click OK.

Scroll down until you see Windows Search. Double click that selection.

On the first tab, General, you will see “Startup Type:

Here you want to select “Disable

Once that is selected, click Apply and click OK.

You are all set. The System Volume Information folder will no longer appear on any devices for THIS computer.

I would reboot your PC just for safe measure.

Tip: If you want to eliminate the System Volume Information folder to be added to your USB drives, you need to write protect the USB at the hardware level. Nexcopy has Lock License USB sticks that can write protect the drive after your data load.

Bonus: If you have Windows Home edition, the gpedit.msc service is not available. You need to install a small utility to allow edits of group policy. Here is a good reference article for that.

TIP: If the USB drive is formatted as NTFS you will get an “Access Denied” message in the command prompt when pushing command:
rmdir “system volume information” /s /q.
We have not figure out a way to bypass this. If you know, please shoot us an email. gmo (at) getusb (dot) info and we can update this post // #teamwork

Updated Solution

Connect your USB drive to the PC and note what drive letter the OS gives the device. In the example immediately below we are using drive letter F in our example. So be sure to swap out that portion for any part of the instructions if your OS gave a different drive letter.

Now perform the following steps:

  • In the Search console area type “cmd” and click enter to get to the command prompt.
  • Type cd/ and click Enter, so you can get to the root of the F drive.
  • Type rmdir “System Volume Information” /s /q and click Enter
  • Type fsutil file createnew “F:\System Volume Information” 0 and click Enter
  • Type chkdsk F: /f and click Enter (remember my capital F is the drive letter, yours might be different.

So what did we do?

We made the Directory System Volume Information to be zero bytes. By doing this, it makes the directory (folder) read-only so that Windows will not try to overwrite or update that directory on the flash drive.

Continue Reading

Why is my USB name always CAPS?

Why is my USB name always CAPS?

The reason is fairly simple. You also have the option to make your USB name or USB volume name upper and lower case.

The all CAPS of a USB name is due to your flash drive being formatted as FAT or FAT32. Windows will not allow FAT or FAT32 devices to use lower case letters.

To use lower case letters, or upper and lower case letters, simply format the drive as exFAT or NTFS. Note; we do not recommend formatting a USB as NTFS … so better to stick with exFAT.

Here are some screen shots to help better understand exactly what to do.

# Right click your USB drive letter, select Format, and do as the images below show

USB name all CAPS

##

USB name upper lower case
Continue Reading

How To: Partition a USB Flash Drive in Windows

Using Windows 10, you can partition a USB flash drive into multiple partitions. The process is not difficult, you simply follow some easy steps. This tutorial will partition the drive so that your device is assigned multiple drive letters when connected to the computer.

This partition process is not done at the USB controller level; or said another way, done at the hardware level. This USB partition process, for a lack of better terms, is done at the software level. What does this mean for you? It means the partitions can be wiped off the drive and full capacity of the USB flash drive can be restored.

When a USB stick is partitioned at the controller level, or at the hardware level, there is no way to reverse the partition. The multi-partition drive is permanent. At the end of this tutorial is the solution for a hardware based partition solution.

So let’s get started.

How to partition a USB flash drive in Windows 10:

Connect the USB flash drive to your Windows 10 machine. Be sure there is nothing valuable on the USB as this process will remove all content from the drive.

Right Click the Windows icon and select Disk Management.

The Disk Management window will appear with all the connected devices. Select your USB flash drive by clicking one time. By selecting your flash drive, it will allow Windows to apply the partition to that device.

Continue Reading

Morse Code Beacon via USB Board

For those into home-brew programming projects, its easy to make a microcontroller spit out some Morse code with the post shown below. What makes [pavlin’s] take on this project interesting is that it resides on a tiny USB board with an ARM processor. The design for the board is available with single-sided artwork suitable for production using simple methods like toner transfer.

The STM device has a built-in USB bootloader. It can also act as a serial port, which makes the project very simple and a bit more flexible. The only external parts are a speaker and an opt-oisolator.

The program provides a command line interface over the serial port that you can use to program the message and set other options like speed and the delay between messages.

Continue Reading

Cannot Format a USB GPT Protective Partition

Sometimes you will connect a USB to the PC and get an error message saying the drive has a GPT Protective Partition and you cannot format the drive. Here is the fix to resolve the issue:

First, what is a GPT USB stick? The GUID Partition Table (GPT) is the successor to the Master Boot Record. The MBR was created by IBM back in the early 90s. The problem with MBR is the limitation to partition table sizes which is 2 Terabytes.

Since there are no 2T USB flash drives (at the time of this post), there is no need to use GPT as your partition table.

Removing the GPT Protected Partition can be accomplished through the Windows Diskpart program.

  • Determine the Disk Number for the USB GPT-protected drive. To do this, perform the following:
  1. Right-click on (My) Computer.
  2. Choose Manage.
  3. Select Disk Management (listed under Storage).
  4. Look for the drive that is identified as GPT and note the Disk number (such as Disk 1).
Format USB GPT Protected Partition
  • Now, open a Command Window. From the command prompt, type diskpart and press Enter.
  • The diskpart prompt will open.
  • From the diskpart prompt, type list disk and press Enter. A list of disks will appear in a text format. You will return to the diskpart prompt.
  • From the diskpart prompt, type select disk disknumber (in this example from the screen shot above, you would type select disk 1)and press Enter. A message appears saying that the disk is selected. You will return to the diskpart prompt.
  • From the diskpart prompt, type clean and press Enter. At this point the drive’s partition and signature a removed. You will return to the diskpart prompt.
  • From the diskpart prompt, type exit and press Enter. Type exit once more to close the Command Window.
Continue Reading

How To: Make a USB Read Only

There are two ways to make a USB stick read only. One method will make the USB read-only in anything it is connected to, so you could say this is a universal way of making a flash drive write protected.

The other way is a PC specific solution where some registry edits are required to any computer the USB flash drive is connected to.

When we say 100% permanent, this means the USB stick is read only (write protected) on all devices, whether it be computers like a Mac, Windows PC, Linux box or non-processor based products like a car stereo. This permanent solution also means the status of the drive cannot be changed. The other method flags a USB device to be read only in relationship to the PC it is connected to so that whenever that USB stick is connected to that computer, it makes the USB read only and blocks all write commands to the device.

Most times an IT manager or content owner wants the USB stick to be read only so the files cannot be deleted or formatted off the drive. Another reason for making a USB read only is for the original files to remain the same and blocks the ability for files to be changed or manipulated. Finally, it’s smart to have USBs read only so that virus’ don’t jump onto the drive and possibly spread to other computers.

Let us start with the less permanent way because it’s easier to do and doesn’t require any specific hardware.

You will need a Windows7 machine or higher. The Windows7 machine will have DiskPart utility which allows us to perform all sorts of cool things to flash drives, like setting write protection.

  • Connect the USB to your Windows computer.
  • To begin, go to your Windows Start and in the Search Field type cmd
command prompt to make USB read only

This will run your Command prompt.

  • Next, you will want to get to the C root of the Command prompt and if you are signed in as a user you can simply type cd\ this will get you back to the root of the C drive.
  • Type DISKPART
  • Type LIST DISK

Now you will need to find the USB stick connected to your PC. Most likely it’s DISK 1

Continue Reading

Microsoft Foils USB Hack In Latest Windows Update

When a USB stick is connected to a PC the Windows operating system enumerates the device.  In simple terms, this means Windows will check to see what type of device was just connected, a HID device, Mass Storage Devicet etc, it will also check the speed of the device. During the enumeration process some registry entries are made into the Windows registry…this is where a hacker could get into your system and take control.  This is the update Microsoft issues earlier this week to fix the security flaw. Since the vulnerability is triggered during USB enumeration, no user intervention is required. In fact, the vulnerability can be triggered when the workstation is locked or when no user is logged in, making this an unauthenticated elevation of privilege for an attacker with casual physical access to the machine. Other software that enables low-level pass-through of USB device enumeration may open additional avenues of exploitation that do not require direct physical access to the system. So be sure to update your PC with the update notification comes through – it’s in your best interest. Full Microsoft article Continue Reading

Tech Hack: Alesis IO Dock with USB Hub

The Alesis IO Dock is a great product for iPad musicians – this small hack makes it even greater. It overcomes one limitation of the IO Dock: You can’t simply hook it to a USB hub. So I decided to build in an additional hub – which allows me to hook up additional class-compliant interfaces like my M-Audio Axiom master keyboard, and power them via the hub. Yes, it works. No, it hasn’t been thoroughly tested yet. So try at your own risk. Full Tutorial (nice) Continue Reading

DIY: USB Slingshot for Angry Birds

Angry Birds is a great game for the first couple weeks.  New levels, new designs, new challenges.  However, the game gets a little stail for the 30+.  Today, we came across something which might re-kindle the fire for the 30-somethings who got burned out after a couple weeks. How about taking the slingshot in the game and making it real life?  This is exactly what this DIY hacker did. Over at MBed, the DIY tutorial for a USB slingshot gives step by step instructions, source code, design schematics and more for you to successfully remake a USB slingshot. Source:  MBed. Continue Reading

USB Light Back For TV or Monitor

I think we can agree that “USB light back” is not a common tech term among the geeks out there.  What I mean is a LED system powered by USB which provide background lighting to your TV or monitor. USB light back takes your TV one step further by supply complimentary tones and colors to what is currently being displayed on your TV.  Gives you a theater effect. The only way to fully understand, is to watch: A quote from the creator:
The software analyzes the image on your monitor and transfers its data by USB to the Lightpack board. This board lights the surface behind a monitor, TV or laptop by means of RGB LEDs of the corresponding colors. The effect reminds us of the illumination of Phillips Ambilight TVs most of all.
The lightpack is available for all via Google Code download link.  For the more advanced, but an very effective tool to enhance your TV experience. Continue Reading

USB Hack: Control USB Missile Launcher with Microsoft Kinect

Granted I didn’t think of this concept, but looking back, it’s odd this USB hack took as long as it did.  Hacker, Jonas Wagner, was able to rig his Microsoft Kinect to a USB missile launcher.  From what we’ve read, Jonas wanted to control a missile launcher with his Kinect, only problem is that he didn’t have access to missiles.  Next best thing was a USB missile launcher. To give him some feedback about position, the first thing Jonas did was mount a video cam above the USB missile launcher.  Next step was polish up his Python skills and incorporate the libfreenect library for control. Using his hands to position the USB missile launcher, Jonas can rotate the base unit, angle the barrel up or down and fire the launcher – all thorugh his Kinect. Video after the jump of Jonas shooting his brother[?] Continue Reading

USB Hack: USB Traffic Stop Light

Tim from Imagitronics posted a neat little USB hack about taking gadget traffic light and connecting to it via USB. He retrofitted the generic blinking traffic light with a USB module and wrote a simple Mac application to change the status of the red/yellow/green lights. This project was born out of the frustration after being constantly interrupted by people who could not tell that he was already busy. I think it a great idea. What I’d like to see is the traffic light also be used for email notifications.  Say green means you have less then 10 emails, yellow means Continue Reading

Copyright © 2006 +

USB Powered Gadgets and more...

All Rights Reserved

GetUSB Advertising

This is a high value website providing great exposure to your product and brand. Visit our advertising page to learn specifics.

For more information
Visit our advertising page.

Nexcopy Provides

USB copy protection with digital rights management for data loaded on USB flash drives.

Contact us learn more