GetUSB.info Logo

Posts Tagged ‘usb’

Flash Drive Prices Are Going Up – Cause: Japan & S. Korea Trade War

Japan has been a long time supplier for three key elements used in the manufacturing of NAND memory and semiconductors. Because of recent trade war issues between Japan and South Korea, these elements are getting very hard to obtain.

Japan produces about 90% of the world’s supply of flurinated polyimide and resists, and about 70% of the world’s supply for hydrogen fluoride. This puts everyone at risk if Japan will not supply those demanding it.

Those chemicals are used by Korean manufacturers to produce semiconductors, and are crucial for making components — including memory chips, microprocessors and integrated circuits.

We have seen the direct impact already. For the first time in over eight months, the price of NAND memory for flash drives have gone up. For each GB capacity the percentage increase is different, but most notably are the 32GB and 64GB wafers. They have jumped nearly 25% from the previous week ( this article was posted on July 25th).

Japan has sited inadequate management of those chemicals by purchasing countries. Said another way, these chemicals can also be used to manufacturer military weapons and Japan is claiming those supplies have been diverted to do just that. Japan’s response; restrictions on the chemicals.

Who will lose from this trade war? None other than any person who uses technology. Cell phones, processors, flash memory, circuit boards, the list goes on.

For a more dry version of this report, and our source visit: here

To learn more about the polyimide chemicals a quick read on this wiki page is fairly interesting. Continue Reading

Hedgehog USB Holder

What can you get with a 3D printer and plenty of flash drives? A hedgehog USB holder. With over 200+ downloads head over to Thingiverse to get your 3D template download. Looks like the hedgehog holds about 15 devices

Continue Reading

Not So Funny USB Jokes [11]

What do you call a bee born in the United States?
A USB.

When the person who invented the USB drive dies:
They will lower the coffin into the grave and realize it’s the wrong direction. Flip it, and try again.

Why do people complain about plugging in USB cables?
I always connect them on my second try.

Amazon offers a USB-powered taillight:
It’s used to backup your computer.

Arguing with your wife is like a USB port:
You will only be right 50% of the time.

I ate my USB flash drive:
It only took 1 byte.

If you are carrying around a USB stick:
Do you have mobile data?

What do you call a USB stick in Russia?
A “Put-in”

The USB Type C design is brilliant:
I can’t see a downside to it.

How do you stop an elephant from charging?
Take away its USB cable.

Thanks to these guys for inspiration.

Continue Reading

Updated iPad OS Will Accept USB Thumb Drives

Today Apple announced the new iPadOS will support USB thumb drives. The iPad has long been toughted a workers tablet from Apple, but the relaity is their iPad didn’t provide much functionality. In addition, the devices have limited storage.

With today’s announcement the above argument could get a little muted.

Update: We learned the iPad will allow other storage devices such as external hard drives and SD or microSD cards (with USB adapters). The USB port will also allow for HID devices, such as a USB mouse and keyboard. We are not sure if the iPad will support Bluetooth mouse and keyboard, but we’ve got to assume, right!

There is no word about the connection. The connection could be one of three; an adapter, USB-C socket size or the classic USB type A socket size.

iPad accepts usb drive

Source: The Next Web.

Continue Reading

Delete System Volume Information Folder Off Flash Drives

If you have found this post, chances are you are trying to Delete System Volume Information Folder Off Flash Drives.

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.

Delete System Volume Information Folder Off Flash Drives, step 1

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!

Delete System Volume off USB stick, step 2

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.

step 3, remove System Volume folder from USB media

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

remove System Volume off flash

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 ensure 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.

Continue Reading

Double AA Rechargeable USB Battery – 4 Pack

These are 1450mAh batteries that are rechargeable via standard USB port.

This is the better way digital devices should be designed.  I am not a fan of, for example, my portable speaker going south because the device can no longer hold a charge.  I’d much rather have my portable speaker take batteries which I can replace, than my device going dead and I have to throw it away.

As I type this, the four pack of double AA batteries are going for $35.  So just under $10 per battery. 

The company claims they will take 500 charges.  Assuming they have over stated that statistic, even at 250 charges… it’s a smart move.

They also claim the AA battery will last 2 to 3 times longer than a normal battery.  Probably a direct link to the 1.2V NiMH nickel metal hydride cell technology.

rechargeable AA batteries
Continue Reading

TiSTICK – The Over Kill USB Flash Drive

The TiSTICK is currently available on Kickstarter. Here is your summary update if interested:

The flash drive has a titanium case, made of very durable material, has 256AES hardware encryption, available in several large GB capacities and is getting near full funding on Kickstarter.

We like the shape, we like the magnet on the tail of the drive, and we like the look. Great marketing and certainly sets itself apart from the rest of the “durable” flash drives. So well done Jörg Lingg.

In our humble opinion a bit over kill, but that is only our opinion. The following drive is made of aluminum, has been ran over multiple times with a car, and still works fine with it’s Alcor controller with encryption functionality.

Continue Reading

Sony Branded USB Turntable

CES, 2016. Sony releases a USB turntable, named HX500. Sony will provide backup- software for the Mac and PC and it connects via USB. From there, you can send the DSD (Direct Stream Digital) copies to your computer or device. Of course Sony would prefer you to play them back on their Hi-Res-playing Sony Walkmans.

The DSD audio is a lossless audio quality that will sound more full and rich than your downloaded MP3 file. Andy why not, vinyl records have been making a big comeback the last couple of years.

Continue Reading

AirBar – Make Any Laptop Touchscreen

The Airbar will turn any Windows laptop into a touch screen. Very cool. The technology is friendly with Windows 8 and 10 and this is because it uses Microsoft’s “Gestures” technology to turn your laptop into a touchscreen laptop.

The Airbar was designed in Sweden and made in Sweden. The bar is $50 US Dollars.

The Airbar works by invisible light beams. To get it working you connect is via USB and set the bar at the bottom of your laptop screen, just like you see in the picture.

The Airbar will project light upward. As your fingers break the barrier of the projected light, the bar will translate this into gestures. Through the Windows API for gestures your actions will translate to the programs running.

Continue Reading

StarTech USB 3.0 & 4K DisplayPort Dock Station

The USB 3.0 / 4K display and dock station is ideal for the Bring Your Own Device work environment (BYOD).

Assuming you have a limited port laptop computer the StarTech dock station can expand your laptop screen and extend out to a 4K video feed needed. It doesn’t stop there with USB 3.0 port connectivity, and Ethernet connection.

The front side of the dock station also includes a USB charging port. You can avoid the inconvenience of a dead battery and make sure your mobile device is always ready to go, using the dock’s USB fast-charge and sync port. Plus, the always-on port supports device charging even when your laptop isn’t connected to the dock.

The dock station can act as a charging station unplugged as well, making it a very portable solution. A good fit for this product would be home-office where the work space is not that large, or class room where the budget isn’t there for a complete work station and a BYOD situation best applies.

Continue Reading

Why is my USB write protected?

Why is my USB write protected? (Updated for Windows 11 Fixes)

USB write protected means the USB cannot be written to. But why does this happen? There can be several reasons, ranging from a corrupted flash drive to software settings in Windows that lock the device.

Originally posted in 2015, this article is now updated for modern systems, including Windows 10 and Windows 11, which introduce additional security layers that can cause USB write protection issues.

Hardware or Device Failure

It’s easy to damage a USB stick. A common cause is sending multiple write threads to the device at the same time. For example, copying large files while issuing another write command may corrupt the controller, leaving it permanently locked.

Windows Registry and Security Settings

Windows can mark a USB drive as write-protected due to policy settings or errors. Here’s how to remove this restriction on Windows 10 and Windows 11:

  • Press Win + R, type regedit, and press Enter.
  • Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
  • If WriteProtect exists, double-click it and set the value to 0. If it doesn’t exist, create a new DWORD (32-bit) entry named WriteProtect and set it to 0.
  • Restart your PC and reconnect the USB drive.

Using Diskpart Command (Windows 11)

Windows 11 offers an advanced command-line tool to clear write protection:

diskpart
list disk
select disk #
attributes disk clear readonly
exit

Replace # with your USB drive number.

Windows Security – Ransomware Protection

Windows 11’s Controlled Folder Access can block external writes. Disable or adjust this setting via: Settings > Privacy & Security > Windows Security > Virus & threat protection > Ransomware protection.

File System Repair

If the drive is corrupted, run:

chkdsk E: /f
(replace E: with your USB letter). This may fix read/write errors without losing data.

Manufacturer Tools

Brands like SanDisk, Kingston, or Nexcopy provide utilities to reset a locked USB device or reformat at a controller level.

Conclusion

Write protection errors are often recoverable and not always caused by hardware failure. With the new features in Windows 11, additional troubleshooting steps may be required before discarding a drive.


FAQ

Q: How do I remove USB write protection in Windows 11?
A: Use Registry Editor, Diskpart, or adjust Ransomware Protection settings to allow writes.

Q: Does Windows Defender block USB writes?
A: Yes, in some cases Controlled Folder Access can block external USB writes. Adjust settings to resolve this.

Continue Reading

Question Format a USB Flash Drive as exFAT or NTFS?

USB Flash Drive format exFAT vs NTFS, sketch of USB

It’s a good question; format a USB flash drive as exFAT or NTFS? There are several reasons not to format as NTFS and we’ll explain.

Most of the Time you are Okay

Most of the time, formatting a flash drive is a very simple decision. There are only two situations where you should carefully consider what format to use. Here are the details:

Note: This article is focused on Windows and Mac operating systems.

The file formats available for a USB flash drive are:

  • FAT (also called FAT16)
  • FAT32
  • exFAT
  • NTFS
  • HFS (Mac only)

Flash drive manufacturers typically format a drive as either FAT or FAT32. Any device of 2GB or smaller will be formatted as FAT, and any USB over 2GB will be formatted as FAT32.

Question Format a USB Flash Drive as exFAT or NTFS - image example

These two formats are the best file systems for removable drives like USB flash drives because they support quick disconnect functionality. Chances are very slim that you will destroy the device or files if you unplug the USB without using the Eject function (in Windows) or the Un-mount function (in Mac).

The one huge limitation with FAT and FAT32 is the single file size limit. If a single file is larger than 2GB, you need FAT32. If you have a single file bigger than 4GB, you must use NTFS or exFAT. Typically, these large files are video files or restore image files (for restoring a computer operating system from a single image file).

Continue Reading

Copyright

Copyright © 2006 +

USB Powered Gadgets and more...

All Rights Reserved

Advertise with us

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 Ad

Nexcopy Provides

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

Contact us learn more

Resources and References Page

Resources and References Page