Reclaiming Space with Verbatim USB Hard Drive V-Safe 100 Software
In today's world, data storage has become an essential aspect of our lives. With the increasing amount of data, we need reliable and efficient storage devices. One such device is the Verbatim USB Hard Drive V-Safe 100, which offers a total capacity of 8GB. However, users have reported that they can only access 700MB of space after running the V-Safe software. This article will guide you on how to reclaim the lost space using the V-Safe software.
Understanding the Verbatim USB Hard Drive V-Safe 100 Software
The Verbatim USB Hard Drive V-Safe 100 software is a security tool that comes with the device. It allows users to create a password-protected partition on the drive, which is useful in securing sensitive data. However, the software also creates a hidden partition that consumes the remaining space on the drive, making it inaccessible to the user.
How to Reclaim the Lost Space
To reclaim the lost space, you need to delete the hidden partition created by the V-Safe software. Here are the steps to follow:
- Connect the Verbatim USB Hard Drive to your computer.
- Open the Disk Management tool. You can do this by searching for "diskmgmt.msc" in the Windows search bar or right-clicking on the Start button and selecting "Disk Management."
- Identify the Verbatim USB Hard Drive in the Disk Management tool. It should be listed as "Disk 1" or "Disk 2," depending on the number of drives connected to your computer.
- Right-click on the partition labeled "Verbatim V-Safe" and select "Delete Volume." Confirm the action when prompted.
- Right-click on the unallocated space and select "New Simple Volume." Follow the prompts to format the drive and create a new partition.
Code Block Example
Here is an example of how to delete the hidden partition using the command prompt:
diskpart
list disk
select disk 1
list partition
select partition 1
delete partition
The Verbatim USB Hard Drive V-Safe 100 software creates a hidden partition that consumes the remaining space on the drive. To reclaim the lost space, you need to delete the hidden partition using the Disk Management tool or the command prompt. By following the steps outlined in this article, you can regain access to the full 8GB capacity of your Verbatim USB Hard Drive.
References
- Verbatim. (n.d.). Verbatim USB Hard Drive V-Safe 100. Retrieved from
- Microsoft. (n.d.). Disk Management. Retrieved from
- Microsoft. (n.d.). Diskpart Command-Line Options. Retrieved from