Awaiting feedback Zorin OS 18.1 don't see the drive

  • DNS Benchmark v2 Release 5 with Consultant License
    Guest:
    If you own any earlier release of our DNS Benchmark you may immediately download its release #5 replacement. Running an earlier release will detect the new release and help you upgrade.

    Although this release is cosmetic, appearance matters and affects ease of use. The biggest change, as seen in the image above, is that the DNS Benchmark now has a traditional Windows application menu to more fully expose its many features. This release is also "Consultant License Aware" and GRC will now issue a Consultant version when owners have previously purchased four "Personal Use" licenses. If you have previously purchased four DNSB licenses, or if you wish to upgrade your "Personal Use" license to Consultant, GRC's purchase process will direct you through that process.
    /Steve.
  • Be sure to checkout “Tips & Tricks”
    Dear Guest Visitor → Once you register and log-in please checkout the “Tips & Tricks” page for some very handy tips!

    /Steve.
  • BootAble – FreeDOS boot testing freeware

    To obtain direct, low-level access to a system's mass storage drives, SpinRite runs under a GRC-customized version of FreeDOS which has been modified to add compatibility with all file systems. In order to run SpinRite it must first be possible to boot FreeDOS.

    GRC's “BootAble” freeware allows anyone to easily create BIOS-bootable media in order to workout and confirm the details of getting a machine to boot FreeDOS through a BIOS. Once the means of doing that has been determined, the media created by SpinRite can be booted and run in the same way.

    The participants here, who have taken the time to share their knowledge and experience, their successes and some frustrations with booting their computers into FreeDOS, have created a valuable knowledgebase which will benefit everyone who follows.

    You may click on the image to the right to obtain your own copy of BootAble. Then use the knowledge and experience documented here to boot your computer(s) into FreeDOS. And please do not hesitate to ask questions – nowhere else can better answers be found.

    (You may permanently close this reminder with the 'X' in the upper right.)

Raymond Day

Member
Sep 26, 2020
8
1
I have Zorin OS 18 and it can run .exe files I wanted to run ValiDrive but I plug in and out a USB this makes a sound but ValiDriveDig never see it. Any way to fix this so it see it on a Linux desktop?
 
Any way to fix this so it see it on a Linux desktop?
You're not running Windows, you're simulating it. The simulation is imperfect, and in particular its handling of removable drives does not provide the feedback into the Windows emulation necessary for ValiDrive to function properly during drive detection. I'm afraid it's unlikely to be fixed by tweaking the emulation, so you'd do better to try running a VM of some kind, assuming you didn't have access to an actual Windows machine. There are other FOSS tools that might do the same function, and some of them have probably been mentioned in other posts, but I don't know any of them well enough to pass along any recommendations.
 
"... There are other FOSS tools that might do the same function [ as ValiDrive ], and some of them have probably been mentioned in other posts, but I don't know any of them well enough to pass along any recommendations ..."


The best native option to test for fake USB drives on Zorin OS 18 is F3 (Fight Flash Fraud), a command-line tool available in the default package repositories.

For a graphical interface, you can also use CapacityTester or run the classic Windows tool H2testW using Bottles. [1, 2, 3, 4, 5]


1. F3 (Fight Flash Fraud) - Native Terminal Method
F3 works by writing test files to fill the USB and then reading them back to verify the true capacity and spot write errors.
  • Installation: Open your terminal and run:

    Step 1: Write to the USB: Mount your USB drive, replace with your actual mount point (e.g., ), and run:
    bash
    sudo apt install f3


  • Step 2: Read and Verify: Once the write process finishes, test the drive's ability to read back the written data accurately:
    bash
    f3read /path/to/usb


  • Note: To test even faster, you can run sudo apt install f3 and use f3probe /dev/sdX (replace sdX with your drive letter) which probes the drive without filling the whole disk. [5, 8, 9, 10]
2. CapacityTester - Native GUI Method
If you prefer a graphical tool, CapacityTester is a native Linux application designed to verify the true usable size of memory cards and USB drives.
3. H2testW via Bottles - Windows Emulation
H2testW is the gold standard for testing USB capacities, and Zorin OS 18 can run it directly through Wine using the Bottles app.
  • Get the App: Install Bottles from the Zorin OS Software Store, create a "Gaming" or "Application" bottle, and download the H2testW Official Archive to extract and run in the bottle.

  • Usage: Select your target drive and click "Write + Verify" to scan the drive.

[1] https://askubuntu.com/questions/843354/program-recommendation-to-test-usb-memory
[2] https://github.com/c0xc/CapacityTester
[3] https://www.cyberciti.biz/faq/linux-check-the-physical-health-of-a-usb-stick-flash-drive/
[4] https://www.xda-developers.com/validrive-best-tool-check-validity-usb-storage/
[5] https://www.linuxbabe.com/command-line/f3-usb-capacity-fake-usb-test-linux
[6] https://medium.com/@drawn_stories/h...d-is-fake-with-f3-linux-tutorial-f0109bef63ea
[7] https://github.com/vrunkel/F3XSwift
[8]
[9] https://github.com/AltraMayor/f3
[10] https://askubuntu.com/questions/737473/check-real-size-of-usb-thumb-drive