{"id":991848,"date":"2025-07-29T10:32:50","date_gmt":"2025-07-29T07:32:50","guid":{"rendered":"https:\/\/www.accusys.com.tw\/?p=991848"},"modified":"2025-07-29T10:35:59","modified_gmt":"2025-07-29T07:35:59","slug":"exasan-carry-12-spec","status":"publish","type":"post","link":"https:\/\/www.accusys.com.tw\/tr\/news\/specification\/exasan-carry-12-spec\/","title":{"rendered":"ExaSAN Carry 12 Spec"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"991848\" class=\"elementor elementor-991848\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c48df02 e-flex e-con-boxed e-con e-parent\" data-id=\"c48df02\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a96334 elementor-widget elementor-widget-image\" data-id=\"2a96334\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"484\" src=\"https:\/\/www.accusys.com.tw\/wp-content\/uploads\/2025\/07\/99-768x484.png\" class=\"attachment-medium_large size-medium_large wp-image-991840\" alt=\"\" srcset=\"https:\/\/www.accusys.com.tw\/wp-content\/uploads\/2025\/07\/99-768x484.png 768w, https:\/\/www.accusys.com.tw\/wp-content\/uploads\/2025\/07\/99-300x189.png 300w, https:\/\/www.accusys.com.tw\/wp-content\/uploads\/2025\/07\/99-18x12.png 18w, https:\/\/www.accusys.com.tw\/wp-content\/uploads\/2025\/07\/99.png 889w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e44ef77 e-flex e-con-boxed e-con e-parent\" data-id=\"e44ef77\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0198653 elementor-widget elementor-widget-html\" data-id=\"0198653\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>RAID System Specifications<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: #ffffff;\n            padding: 40px 20px;\n            color: #333;\n        }\n\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #ffffff;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n        }\n\n        .header {\n            background: #f8f9fa;\n            padding: 20px;\n            text-align: center;\n            border-bottom: 1px solid #ddd;\n        }\n\n        .header h1 {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 5px;\n        }\n\n        .header p {\n            color: #666;\n            font-size: 1rem;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n\n        .specs-table tr:nth-child(even) {\n            background: #f9f9f9;\n        }\n\n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #eee;\n            vertical-align: top;\n        }\n\n        .specs-table td:first-child {\n            background: #f5f5f5;\n            font-weight: 600;\n            color: #333;\n            width: 25%;\n            border-right: 1px solid #ddd;\n        }\n\n        .specs-table tr:nth-child(even) td:first-child {\n            background: #f0f0f0;\n        }\n\n        .specs-table td:last-child {\n            color: #555;\n            line-height: 1.5;\n            width: 75%;\n        }\n\n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .feature-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .feature-list li {\n            padding: 3px 0;\n            position: relative;\n            padding-left: 15px;\n        }\n\n        .feature-list li::before {\n            content: '\u2022';\n            position: absolute;\n            left: 0;\n            color: #666;\n        }\n\n        .tech-spec {\n            font-weight: 500;\n            color: #333;\n        }\n\n        .dimensions {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n\n        .dimension-item {\n            background: #f8f9fa;\n            padding: 8px 12px;\n            border-radius: 4px;\n            border: 1px solid #e9ecef;\n            font-weight: 500;\n        }\n\n        @media (max-width: 768px) {\n            .container {\n                margin: 20px 10px;\n            }\n            \n            .header {\n                padding: 15px;\n            }\n            \n            .header h1 {\n                font-size: 1.5rem;\n            }\n            \n            .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .specs-table td:first-child {\n                width: 30%;\n            }\n            \n            .dimensions {\n                flex-direction: column;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>ExaSAN Carry 12<\/h1>\n            <p>Teknik \u00d6zellikler<\/p>\n        <\/div>\n        \n        <table class=\"specs-table\">\n            <tr>\n                <td>System Type<\/td>\n                <td>12-bay Tower RAID system<\/td>\n            <\/tr>\n            <tr>\n                <td>Interface<\/td>\n                <td>\n                    <span class=\"tech-spec\">PCIe 3.0 (32Gb\/s) \u00d7 1<\/span><br>\n                    <span class=\"tech-spec\">Thunderbolt 3 (40Gb\/s) \u00d7 2<\/span>\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Disk Interface<\/td>\n                <td><span class=\"tech-spec\">SAS (12Gb\/s) \/ SATA (6Gb\/s)<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Disk Type<\/td>\n                <td>3.5\" \/ 2.5\" HDD, SSD<\/td>\n            <\/tr>\n            <tr>\n                <td>Cache Memory<\/td>\n                <td><span class=\"tech-spec\">2GB DDR3 1866<\/span> with ECC-protected<\/td>\n            <\/tr>\n            <tr>\n                <td>Power<\/td>\n                <td>400W, 110V~240V Power Supply<\/td>\n            <\/tr>\n            <tr>\n                <td>Cooling<\/td>\n                <td>Two 12cm \u00d7 12cm fans with Smart Fan Control feature<\/td>\n            <\/tr>\n            <tr>\n                <td>RAID Controller Functions<\/td>\n                <td>\n                    <ul class=\"feature-list\">\n                        <li>Online RAID Set Expansion and RAID Level Migration<\/li>\n                        <li>Online bad block data recovery and reallocation<\/li>\n                        <li>Online disk scrubbing with data refresh and parity<\/li>\n                        <li>Disk health monitoring by S.M.A.R.T<\/li>\n                        <li>Array Roaming and Drive Traveling<\/li>\n                        <li>Mirror Snapshot for fast backup and restore<\/li>\n                        <li>Disk Lag Proof Technology to guarantee disk timely response<\/li>\n                        <li>Equalization Mode to smooth sequential I\/Os performance<\/li>\n                    <\/ul>\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Management<\/td>\n                <td>\n                    <ul class=\"feature-list\">\n                        <li>RAIDGuard X GUI<\/li>\n                        <li>Event log saving in text file for quick troubleshooting<\/li>\n                        <li>Event notification by email (SMTP)<\/li>\n                        <li>LED indicator for RAID & disk drives status in front<\/li>\n                    <\/ul>\n                <\/td>\n            <\/tr>\n            <tr>\n                <td>Dimensions \/ Weight<\/td>\n                <td>\n                    <div class=\"dimensions\">\n                        <div class=\"dimension-item\">Length: 260mm<\/div>\n                        <div class=\"dimension-item\">Width: 180mm<\/div>\n                        <div class=\"dimension-item\">Height: 398mm<\/div>\n                        <div class=\"dimension-item\">Weight: 9kg \/ 19.8 lbs<\/div>\n                    <\/div>\n                <\/td>\n            <\/tr>\n        <\/table>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>RAID System Specifications ExaSAN Carry 12 Technical Specifications System Type 12-bay Tower RAID system Interface PCIe 3.0 (32Gb\/s) \u00d7 1 Thunderbolt 3 (40Gb\/s) \u00d7 2 Disk Interface SAS (12Gb\/s) \/ SATA (6Gb\/s) Disk Type 3.5&#8243; \/ 2.5&#8243; HDD, SSD Cache Memory 2GB DDR3 1866 with ECC-protected Power 400W, 110V~240V Power Supply Cooling Two 12cm \u00d7&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73],"tags":[],"class_list":["post-991848","post","type-post","status-publish","format-standard","hentry","category-specification"],"_links":{"self":[{"href":"https:\/\/www.accusys.com.tw\/tr\/wp-json\/wp\/v2\/posts\/991848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.accusys.com.tw\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.accusys.com.tw\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.accusys.com.tw\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.accusys.com.tw\/tr\/wp-json\/wp\/v2\/comments?post=991848"}],"version-history":[{"count":4,"href":"https:\/\/www.accusys.com.tw\/tr\/wp-json\/wp\/v2\/posts\/991848\/revisions"}],"predecessor-version":[{"id":991852,"href":"https:\/\/www.accusys.com.tw\/tr\/wp-json\/wp\/v2\/posts\/991848\/revisions\/991852"}],"wp:attachment":[{"href":"https:\/\/www.accusys.com.tw\/tr\/wp-json\/wp\/v2\/media?parent=991848"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.accusys.com.tw\/tr\/wp-json\/wp\/v2\/categories?post=991848"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.accusys.com.tw\/tr\/wp-json\/wp\/v2\/tags?post=991848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}