.aplus-v2 .aplus-content-wrapper {
position: relative;
overflow: hidden;
}
.aplus-v2 .container-with-background-image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count(“aplus:shoppable:” + moduleName + “:addToCart”, showsAddToCart ? 1 : 0);
}
}
From the manufacturer
aplus content video
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/61rtJ3+GOOL.js?AUIClients/VSEPlayer’);
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/3175HHgX+OL._RC|11KFCxsEshL.js,11uNd0zHc-L.js,51ocjucRF0L.js,41tLmUCnr0L.js,91G7VmlBk7L.js,11cPgPsKKOL.js_.js?AUIClients/Brila’);
-
Transfer files across your Type-C/Type-A devices
Seamlessly move files between your USB Type-C smartphone, tablets and Mac computers and USB Type-A computers.(2)
-
Free up space
Out of space on your USB Type-C smartphone? Plug in the drive and easily move files off your device, freeing up valuable space.(2)
-
Automatic backup
Automatically back up your latest photos, videos, music, documents and contacts with the SanDisk Memory Zone app.(3)
-
Quickly move files to your computer
With high-end USB 3.1 Gen 1 performance with 150MB/s read speeds say goodbye to emailing photos between devices.(1)
-
Swivel design to protect connectors
Toss it in your bag or pocket. The SanDisk Ultra Dual Drive Go is built to protect the drives connectors when you are on the move.
-
Grab and go with the keyring hole
Attach your drive to your keyring to keep it convenient and secure. Perfect for when you need to free up space when you’re out and about.
P.now(“premium-aplus-13-carousel-3”).execute(“init-pagination-carousel”, function(init) {
if (init) {
return;
}
P.register(“premium-aplus-13-carousel-3”, function() {
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(“paginate-carousel”, function (A, $, framework) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const LEFT_ARROW_KEY = 37;
const RIGHT_ARROW_KEY = 39;
const HOME_KEY = 36;
const END_KEY = 35;
var moduleId = “3”;
var carouselName = “premium-aplus-13-carousel-3”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId + “-” + carouselName;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’).attr(‘tabindex’, -1)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’).attr(‘tabindex’, 0);
});
function syncPaginationDotsWithCarouselPages(numPages) {
const parentElement = document.querySelector(paginationGroup);
if (parentElement && parentElement.children) {
const children = parentElement.children;
for (let i = 0; i = numPages) {
// If number of dots > num of pages, we should hide other dots
children[i].classList.add(‘aplus-pagination-dot–display-none’);
} else if (children[i].classList.contains(‘aplus-pagination-dot–display-none’)) {
// Reset display of dots if it was hidden before
children[i].classList.remove(‘aplus-pagination-dot–display-none’);
}
}
}
}
framework.onInit(carouselName, function (carousel) {
try {
var totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
/* Resize event handler to re-calculate the pagination dots count based on orientation */
window.addEventListener(‘resize’, function() {
carousel.resize();
totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
});
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY;
var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY;
var isHome = isKeydown && event.$event.keyCode === HOME_KEY;
var isEnd = isKeydown && event.$event.keyCode === END_KEY;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
event.$target.blur();
} else if (isLeftArrow || isRightArrow || isHome || isEnd) {
event.$event.preventDefault();
const dots = A.$(paginationGroup + ” .carousel-slider-circle”);
const currentIndex = dots.index(event.$target);
let nextIndex;
if (isLeftArrow) {
nextIndex = currentIndex > 0 ? currentIndex – 1 : dots.length – 1;
} else if (isRightArrow) {
nextIndex = currentIndex < dots.length – 1 ? currentIndex + 1 : 0;
} else if (isHome) {
nextIndex = 0;
} else if (isEnd) {
nextIndex = dots.length – 1;
}
dots.eq(nextIndex).focus();
carousel.gotoPage(nextIndex + 1);
}
});
} catch (e) {
P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');
}
});
});
}
});
});
-
-
All metal, 2-in-1 drive
Transfer files across your Type-C and Type-A devices
-
2-in-1 slider style drive
Transfer files across your Type-C and Type-A devices
-
2-in-1 drive for your iPhone
Transfer files across your iPhone and Type-A devices
-
2-in-1 drive for your iPhone
Transfer files across your iPhone, Type-A, and Type-C devices
P.now(“premium-aplus-13-carousel-4”).execute(“init-pagination-carousel”, function(init) {
if (init) {
return;
}
P.register(“premium-aplus-13-carousel-4”, function() {
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(“paginate-carousel”, function (A, $, framework) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const LEFT_ARROW_KEY = 37;
const RIGHT_ARROW_KEY = 39;
const HOME_KEY = 36;
const END_KEY = 35;
var moduleId = “4”;
var carouselName = “premium-aplus-13-carousel-4”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId + “-” + carouselName;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’).attr(‘tabindex’, -1)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’).attr(‘tabindex’, 0);
});
function syncPaginationDotsWithCarouselPages(numPages) {
const parentElement = document.querySelector(paginationGroup);
if (parentElement && parentElement.children) {
const children = parentElement.children;
for (let i = 0; i = numPages) {
// If number of dots > num of pages, we should hide other dots
children[i].classList.add(‘aplus-pagination-dot–display-none’);
} else if (children[i].classList.contains(‘aplus-pagination-dot–display-none’)) {
// Reset display of dots if it was hidden before
children[i].classList.remove(‘aplus-pagination-dot–display-none’);
}
}
}
}
framework.onInit(carouselName, function (carousel) {
try {
var totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
/* Resize event handler to re-calculate the pagination dots count based on orientation */
window.addEventListener(‘resize’, function() {
carousel.resize();
totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
});
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY;
var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY;
var isHome = isKeydown && event.$event.keyCode === HOME_KEY;
var isEnd = isKeydown && event.$event.keyCode === END_KEY;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
event.$target.blur();
} else if (isLeftArrow || isRightArrow || isHome || isEnd) {
event.$event.preventDefault();
const dots = A.$(paginationGroup + ” .carousel-slider-circle”);
const currentIndex = dots.index(event.$target);
let nextIndex;
if (isLeftArrow) {
nextIndex = currentIndex > 0 ? currentIndex – 1 : dots.length – 1;
} else if (isRightArrow) {
nextIndex = currentIndex < dots.length – 1 ? currentIndex + 1 : 0;
} else if (isHome) {
nextIndex = 0;
} else if (isEnd) {
nextIndex = dots.length – 1;
}
dots.eq(nextIndex).focus();
carousel.gotoPage(nextIndex + 1);
}
});
} catch (e) {
P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');
}
});
});
}
});
});
|
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, false)
|
|
|---|---|---|---|---|---|
|
Customer Reviews
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.5 out of 5 stars 38,650
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.4 out of 5 stars 24,071
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.5 out of 5 stars 120,909
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.4 out of 5 stars 25,239
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.4 out of 5 stars 667
|
|
Price
|
$37.10$37.10 |
$160.40$160.40 |
$45.99$45.99 |
$98.50$98.50 |
— |
|
Connector
|
USB Type-C and USB Type-A |
USB Type-C and USB Type-A |
USB Type-C and USB Type-A |
Lightning and USB Type A |
Lightning and USB Type-A/C |
|
Compatible Mobile Device
|
Android w/ USB Type-C port |
Android w/ USB Type-C port |
Android w/ USB Type-C port |
iPhone with lightning port |
iPhone with lightning port |
|
Compatible Computer Device
|
PC/Mac w/ USB-C or USB-A Ports |
PC/Mac w/ USB-C or USB-A Ports |
PC/Mac w/ USB-C or USB-A Ports |
PC/Mac with USB Type-A Port |
PC/Mac w/ USB-C or USB-A Ports |
|
Design
|
Swivel design |
All metal swivel design |
Slider design |
Swivel design |
Swivel design |
|
Keyring Hole
|
Yes |
Yes |
No |
Yes |
Yes |
* 1GB=1,000,000,000 bytes. Actual user storage less.
(1) Read speeds up to 150MB/s. Write speed lower and vary by capacity. USB Type-C port with USB 3.2 Gen 1/USB 3.1 Gen 1/USB 3.0 support required. Based on internal testing; performance may be lower depending upon host device, interface, usage conditions and other factors. 1MB = 1,000,000 bytes.
(2) Mobile device requires USB Type-C port and On-The-Go (OTG) support. See official SanDisk website for more details.
(3) Download and installation of SanDisk Memory Zone app required. See official SanDisk website for more details
Compatible with iOS10.0.2 and higher, macOS v.10.9+, and Windows 10+. For more information, see official SanDisk website.
Western Digital, the Western Digital logo, SanDisk, the SanDisk logo, the SanDisk design, SanDisk Ultra, and Memory Zone are registered marks or marks of Western Digital Corporation or its affiliates in the US and/or other countries. iOS is a mark or registered mark of Cisco in the U.S. and other countries and is used under license. Mac and macOS are service marks or marks of Apple Inc. USB Type-C is a mark of USB Implementers Forum. Windows is a mark or registered mark of Microsoft Corporation in the United States and/or other countries. All other marks are the property of their respective owners.
2022 Western Digital Corporation or its affiliates. All rights reserved.
Product Description
Looking for storage that works across your USB Type-C and Type-A devices? Whether you’re taking amazing photos of your latest adventure or creating content in the office, the SanDisk Ultra Dual Drive Go is the 2-in-1 flash drive that lets you easily move files between USB Type-C smartphone, tablets and Macs and USB Type-A computers.(2) Just plug in the drive to easily free up space on your smartphone or to automatically back up your photos, videos, music, documents and contacts.(3) Plus, the dual-purpose swivel design protects connectors and features a keyring hole to take your drive on the go. | (2) Mobile device requires USB Type-C port and On-The-Go (OTG) support. See official SanDisk website for list of compatible devices. (3) Download and installation of SanDisk Memory Zone app required.
#productDescription h3 {
margin: 0.75em 0px 0.375em -1px;
}


















Reviews
There are no reviews yet.