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

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

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

The USB is Write Protected: Why?

USB write protected means the USB cannot be written to. But why?

There are really only two reasons why a USB stick is write protected.

#1 The USB is corrupted in some way and is no longer working properly. It’s actually very easy to destroy a USB stick and the most common way is sending multiple write threads to the device. So for example, you decide to copy a bunch of files form your computer to your USB stick. While that data transfer is going on, you give another request to write data to the flash drive. If the second request doesn’t write protect the USB, then try sending a third command, all at the same time of course, and this will certainly write protect the drive.

#2 The USB is write protected by design. Meaning the content owner (person who put data on the drive) made the stick read only. Read only is another way of saying write protected.

USB Write Protectedv

How you make a working USB stick write protected is sending a

Continue Reading

Question: Format a Flash Drive as exFAT or NTFS?

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

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

The file formats available for a flash drive are:

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

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

exFAT, USB

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

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

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