---
product_id: 217661283
title: "JOIOT 250GB Portable External SSD,Portable SSD USB 3.2 Type C Ultra-Light External Solid State Drive, Mini Portable Solid State Drive for Mac Windows Android Linux(250GB)"
brand: "joiot"
price: "€ 99.94"
currency: EUR
in_stock: true
reviews_count: 9
category: "Joiot"
url: https://www.desertcart.com.cy/products/217661283-joiot-250gb-portable-external-ssd-portable-ssd-usb-3-2
store_origin: CY
region: Cyprus
---

# 400MB/s read speed Ultra-light 25g compact size Shockproof aluminum alloy body JOIOT 250GB Portable External SSD,Portable SSD USB 3.2 Type C Ultra-Light External Solid State Drive, Mini Portable Solid State Drive for Mac Windows Android Linux(250GB)

**Brand:** joiot
**Price:** € 99.94
**Availability:** ✅ In Stock

## Summary

> 🚀 Carry Speed & Strength Wherever You Go!

## Quick Answers

- **What is this?** JOIOT 250GB Portable External SSD,Portable SSD USB 3.2 Type C Ultra-Light External Solid State Drive, Mini Portable Solid State Drive for Mac Windows Android Linux(250GB) by joiot
- **How much does it cost?** € 99.94 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.com.cy](https://www.desertcart.com.cy/products/217661283-joiot-250gb-portable-external-ssd-portable-ssd-usb-3-2)

## Best For

- joiot enthusiasts

## Why This Product

- Trusted joiot brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Rugged & Reliable:** Crafted with a shock-resistant aluminum alloy shell that protects your data from drops, shocks, and everyday bumps.
- • **Blazing Fast Transfers:** Experience lightning-quick 400MB/s read and 200MB/s write speeds for seamless 4K video and large file handling.
- • **Universal Compatibility:** Plug-and-play with Windows, Mac, Linux, Android, and gaming consoles via USB 3.2 Type-C and included adapters.
- • **Complete Ready-to-Go Kit:** Includes USB-A to USB-C cable, adapter, and a sleek storage pouch—plus a 12-month warranty for peace of mind.
- • **Featherweight Portability:** Weighing just 25 grams and pocket-sized, this SSD is your perfect on-the-go digital companion.

## Overview

The JOIOT 250GB Portable External SSD combines ultra-lightweight design with rugged aluminum alloy construction, delivering shockproof durability and blazing USB 3.2 Gen 2 speeds up to 400MB/s read. Compatible across major OS platforms and gaming consoles, it’s the perfect compact storage solution for professionals who demand fast, reliable data access anytime, anywhere.

## Description

Product description We are professional Data Storage manufacturer for 13 years. We provide new style and high quality External Solid State Drive, as we design and produce all the Data storage drives by ourselves. We are incorporating researching and developing, designing, producing, and selling into an organic whole, more competitive. X4 Mini External SSD The external PSSD is made of aluminum alloy, which makes the heat dissipation faster.Ensure the stability in the transmission process. Please note: Each storage device has a reserved memory for formatting and other functions. The actual capacity is about 93% of the labeled capacity. TIP: PSSD reach normal speed only when the interface is USB 3.0 and the data line is 3.0，whether using which kind cable,and our accessory type-A to type-C is USB 3.0. UASP mode: support Compatible system: Windows/Mac/Linux/Android/PS4/XBOX

Review: Tougher than a Norwegian Elkhound during a Thunder Storm!! - My 6 month old Norwegian Elkhound decided this would make the perfect bone. I looked for my little drive for a few days. Then I had a thought cross my mind. Did the puppy bring this outside? Whelp a day later I decided I better check. I head out to inspect the yard. It had been thunder storming at that point for a few days. Finding all kinds of holes the puppy had dug filled to the brim with water. Mixing with the freshly over turned soil. Which made the contents of each hole kinda like a bad milkshake from McDonalds. While standing there in the rain going from hole to hole checking for my cherished little hard drive. All I could think about was how long it would take me to rebuild another drive with the data this one had on it. Especially if I ended up finding it in one of those dog made lakes. I was on my 4th hole before I saw it there in the lawn.... floating in one of my puppies secret cache of chewable goodies... My heart sank along with one end of the drive into the murky water. I reached down and picked it out of the doggie lake while the water poured out of the drive. I cleaned it up shook it to get the water out. I then left it to dry for a few hours. It wad now time to test and find out if I was buying another drive and start the rebuild of all my data. I plugged in the cable to the drive and started to push in the USB-A side of the cable into my laptop. I wad waiting to see some error while the laptop was trying to mount the drive.... but to my surpirse.... No errors.... could it be true? So I click on the drive it opens and I see all my files. ... but will they work? You bet it did!! I was watching my movies again without skipping a beat .... I have been using that drive now everyday since it was turned into the Titanic.... This is the Perfect little drive! Had to reformat to FAT32 upon first use but works great! Fast enough to stream movies straight into my TV USB A port! Tough enough to be chewable dog bone and go for a swim..... Love it!! DO NOT HESITATE TO BUY THIS DRIVE!! IT WELL WORTH THE PRICE!!
Review: Speedy, will not boot RPI4, but can be used as rootfs. Is a 4k drive - This drive is pretty speedy! I'm running my Raspberry Pi 4 from it, and I'm quite happy. Note that you can't BOOT the pi from it, but you can have the next best thing.... You can run your RPi from it, but you do have to do the initial boot from the SDCard. Once booted, though, all the disk access is on the SDCard. A couple of things to be aware of: 1) This drive is a 4k sector drive. This means just burning an sdcard image with RPI Imager or Win32 disk imager WILL FAIL. They seem to expect 512 byte blocks. It just writes a corrupted filesystem to the drive. 2) It works fine after boot. 3) I tried everything I could think of, but the RPI4 will NOT boot from this device for some reason. 4) Not all is lost - you can move your / filesystem to the SSD and gain the speed and durability advantages. You will have to book from the sdcard, however. I tried every way possible to boot from it, but could not get it to work. I even manually created a FAT32 boot partition and a copy of a root ext4 filesystem by hand, and it would not boot. Here's how I got it to work. Steps taken on the Raspberry Pi: delete original partition on the SSD and create new ext4 partition with gparted (gparted usually needs to be installed) mount the SSD ext4 partition (I used /mnt/target) copy the current OS partition to the newly created on on the SSD. (I used "sudo rsync -axv / /mnt/target"). This takes about 5 minutes on my pi4B get the PARTUUID of the SSD ext 4 partition you just copied. (I used "sudo blkid" and found the PARTUUID for the partion on /dev/sda) backup /boot/cmdline.txt to cmdline.sd edit the /boot/cmdline.txt, replacing the PARTUUID with the one you just found for the partition you created on /dev/sdaX edit the fstab **ON THE SSD** and replace the PARTUUID for / with the SSID you just put in cmdline.txt. (I used "sudo vi /mnt/target/etc/fstab") Don't edit the regular /dev/fstab! Because of the change above, it will never bee seen. Again! Edit the fstab ON THE SSD filesystem you just created. reboot. You can confirm the device is running on the new SSD by using "findmnt -o -n SOURCE /" and it should show a partition on /dev/sda Has been running OK for me for a while. Search raspberry Pi Forums for more information and detailed instructions.

## Features

- 【Shockproof & Drop Resistant】With rugged aluminum alloy body, makes portable SSD resistant to shock and vibration to protect the Portable Solid State Drive core and dissipate heat, and sleek design is easy to grip. Your digital data would be protected well whether in the office or outdoors
- 【Ultra-Light Extreme Portable】Upgraded portable solid state drive with the size of 64.5x27.9x9.9mm/2.54x1.1x0.39inch and weighing 25g (0.81oz), this portable SSD is ultra-light and mini. It is easy and convenient to carry. Portable solid state drive meets your portable demands anytime anywhere if any devices with USB slots can be accessed
- 【Outstanding Performance】Supported by the built-in NAND Flash & USB 3.1 Gen 2 interface, external SSD hard drive offers 200MB/s write speed and 400MB/s read speed. Ideal for transferring large-sized data including 4K videos, high-resolution photos and more. Backward compatible with USB 3.0, USB 2.0
- 【Fully Compatible】120G/250G/500G/1TB external SSD hard drives are for you to select .Comes with USB A to C cable to connect with all computers with Type A port, Plug-and-Play for compatible with Windows, Mac, Android and Linux system and so on. Also supports laptops and smart phones with USB C port using a connector
- 【Package & Guarantee】You can get 1* Portable Solid State Drive, 1*Type-A to Type-C Data Cable, 1*A to C Adapter, 1* Storage bag and we provide a 12-Month assurance for this Solid State Drive if there is any quality problem

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B08CV5GTMS |
| Additional Features | Portable, Shock Resistant |
| Best Sellers Rank | #215 in External Solid State Drives |
| Brand | JOIOT |
| Built-In Media | '1* Portable Solid State Drive, 1*Type-A to Type-C Data Cable, 1*A to C Adapter, 1* Storage bag' |
| Cache Memory Installed Size | 250 |
| Color | Black |
| Compatible Devices | Laptop |
| Compatible Video Game Console Models | Microsoft Xbox One, Sony PlayStation 4 |
| Connectivity Technology | USB |
| Customer Package Type | FFP |
| Customer Reviews | 4.2 out of 5 stars 717 Reviews |
| Data Transfer Rate | 200 Megabits Per Second |
| Digital Storage Capacity | 250 GB |
| Enclosure Material | Aluminum |
| Form Factor | 2.5-inch, Portable |
| Hard Disk Description | Solid State Hard Drive |
| Hard Disk Form Factor | 2.5 Inches |
| Hard Disk Interface | USB 2.0/3.0 |
| Hard-Drive Size | 250 GB |
| Hardware Connectivity | USB 3.1 Type C |
| Hardware Platform | PC |
| Installation Type | External Hard Drive |
| Item Dimensions L x W x Thickness | 2.54"L x 1.1"W x 0.39"Th |
| Item Weight | 0.05 Pounds |
| Manufacturer | JOIOT |
| Media Speed | 200 Gigabytes Per Second |
| Mfr Part Number | X4-Black-250G |
| Model Name | X4-Black |
| Model Number | X4-Black-250G |
| Number of Items | 1 |
| Read Speed | 400 Megabytes Per Second |
| Special Feature | Portable, Shock Resistant |
| Specific Uses For Product | backup, storage |
| Warranty Description | 1 year manufacturer |

## Product Details

- **Brand:** JOIOT
- **Color:** Black
- **Compatible Devices:** Laptop
- **Connectivity Technology:** USB
- **Digital Storage Capacity:** 250 GB
- **Hard Disk Description:** Solid State Hard Drive
- **Hard Disk Form Factor:** 2.5 Inches
- **Hard Disk Interface:** USB 2.0/3.0
- **Installation Type:** External Hard Drive
- **Special Feature:** Portable, Shock Resistant

## Images

![JOIOT 250GB Portable External SSD,Portable SSD USB 3.2 Type C Ultra-Light External Solid State Drive, Mini Portable Solid State Drive for Mac Windows Android Linux(250GB) - Image 1](https://m.media-amazon.com/images/I/51czwFxVq5L.jpg)

## Available Options

This product comes in different **Color, Size** options.

## Customer Reviews

### ⭐⭐⭐⭐⭐ Tougher than a Norwegian Elkhound during a Thunder Storm!!
*by M***K on December 1, 2022*

My 6 month old Norwegian Elkhound decided this would make the perfect bone. I looked for my little drive for a few days. Then I had a thought cross my mind. Did the puppy bring this outside? Whelp a day later I decided I better check. I head out to inspect the yard. It had been thunder storming at that point for a few days. Finding all kinds of holes the puppy had dug filled to the brim with water. Mixing with the freshly over turned soil. Which made the contents of each hole kinda like a bad milkshake from McDonalds. While standing there in the rain going from hole to hole checking for my cherished little hard drive. All I could think about was how long it would take me to rebuild another drive with the data this one had on it. Especially if I ended up finding it in one of those dog made lakes. I was on my 4th hole before I saw it there in the lawn.... floating in one of my puppies secret cache of chewable goodies... My heart sank along with one end of the drive into the murky water. I reached down and picked it out of the doggie lake while the water poured out of the drive. I cleaned it up shook it to get the water out. I then left it to dry for a few hours. It wad now time to test and find out if I was buying another drive and start the rebuild of all my data. I plugged in the cable to the drive and started to push in the USB-A side of the cable into my laptop. I wad waiting to see some error while the laptop was trying to mount the drive.... but to my surpirse.... No errors.... could it be true? So I click on the drive it opens and I see all my files. ... but will they work? You bet it did!! I was watching my movies again without skipping a beat .... I have been using that drive now everyday since it was turned into the Titanic.... This is the Perfect little drive! Had to reformat to FAT32 upon first use but works great! Fast enough to stream movies straight into my TV USB A port! Tough enough to be chewable dog bone and go for a swim..... Love it!! DO NOT HESITATE TO BUY THIS DRIVE!! IT WELL WORTH THE PRICE!!

### ⭐⭐⭐⭐⭐ Speedy, will not boot RPI4, but can be used as rootfs. Is a 4k drive
*by G***S on May 4, 2021*

This drive is pretty speedy! I'm running my Raspberry Pi 4 from it, and I'm quite happy. Note that you can't BOOT the pi from it, but you can have the next best thing.... You can run your RPi from it, but you do have to do the initial boot from the SDCard. Once booted, though, all the disk access is on the SDCard. A couple of things to be aware of: 1) This drive is a 4k sector drive. This means just burning an sdcard image with RPI Imager or Win32 disk imager WILL FAIL. They seem to expect 512 byte blocks. It just writes a corrupted filesystem to the drive. 2) It works fine after boot. 3) I tried everything I could think of, but the RPI4 will NOT boot from this device for some reason. 4) Not all is lost - you can move your / filesystem to the SSD and gain the speed and durability advantages. You will have to book from the sdcard, however. I tried every way possible to boot from it, but could not get it to work. I even manually created a FAT32 boot partition and a copy of a root ext4 filesystem by hand, and it would not boot. Here's how I got it to work. Steps taken on the Raspberry Pi: delete original partition on the SSD and create new ext4 partition with gparted (gparted usually needs to be installed) mount the SSD ext4 partition (I used /mnt/target) copy the current OS partition to the newly created on on the SSD. (I used "sudo rsync -axv / /mnt/target"). This takes about 5 minutes on my pi4B get the PARTUUID of the SSD ext 4 partition you just copied. (I used "sudo blkid" and found the PARTUUID for the partion on /dev/sda) backup /boot/cmdline.txt to cmdline.sd edit the /boot/cmdline.txt, replacing the PARTUUID with the one you just found for the partition you created on /dev/sdaX edit the fstab **ON THE SSD** and replace the PARTUUID for / with the SSID you just put in cmdline.txt. (I used "sudo vi /mnt/target/etc/fstab") Don't edit the regular /dev/fstab! Because of the change above, it will never bee seen. Again! Edit the fstab ON THE SSD filesystem you just created. reboot. You can confirm the device is running on the new SSD by using "findmnt -o -n SOURCE /" and it should show a partition on /dev/sda Has been running OK for me for a while. Search raspberry Pi Forums for more information and detailed instructions.

### ⭐⭐⭐⭐ Drive is what it says that it is.
*by J***A on January 18, 2023*

I bought this JOIOT 500GB SSD drive to hook up for an additional backup drive. I never heard of this brand and the price is quite a value. I ran H2testw to verify that this drive is a real 500gb as they claim, the test passed. I then ran benchmark test to see if the speeds were close to their claims of: Up to 450MB/s read and 350MB/s write. Some benchmark and utility software have issues identifying the JMicron chipset used for this JOIOT drive. My initial benchmark testing came back terrible. I ran it again to confirm. I then decided to try and switch out the cable and use a different cable then what comes with the drive, huge difference. Using a different cable, the drive performs close to the advertised speeds. Using a better cable as you can see in benchmark picture attached, is about 2X-3X faster. Not sure why they would include a cable the under performs so much. The included velvet draw string bag really is a waste to include, samething you can get at any craft store. They should have included a better cable and skipped the pouch. The drive does run cool, has a small blue light. I'm going to hook this up for an additional backup drive and I'll adjust my review as I see how this drive performs over time. This drive is great value (so far). At the moment, I don't trust this drive with any data that I cannot lose. I'm just using it as an additional backup. That could change in time, but so far so good.

## Frequently Bought Together

- JOIOT 250GB Portable External SSD,Portable SSD USB 3.2 Type C Ultra-Light External Solid State Drive, Mini Portable Solid State Drive for Mac Windows Android Linux(250GB)
- Samsung T7 Portable SSD, 1TB External Solid State Drive, Speeds Up to 1,050MB/s, USB 3.2 Gen 2, Reliable Storage for Gaming, Students, Professionals, MU-PC1T0T/AM, Gray

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.com.cy/products/217661283-joiot-250gb-portable-external-ssd-portable-ssd-usb-3-2](https://www.desertcart.com.cy/products/217661283-joiot-250gb-portable-external-ssd-portable-ssd-usb-3-2)

---

*Product available on Desertcart Cyprus*
*Store origin: CY*
*Last updated: 2026-07-03*