Files
orico-official-website-old/app/usmobile/view/group/fq.phtml
2024-10-29 14:04:59 +08:00

73 lines
5.1 KiB
PHTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<div id="content">
<!--头部-->
{include file="include/top" /}
<!--banner-->
<div class="banner img-responsives margin-top-90">
<img src="__PUBLIC__/m_web/images/faq/faq_banner.jpg">
</div>
<!--常见问题解答-->
<div class="m_Container">
<div class="title text_center margin-top-50 text_black"><strong>Frequently asked questions</strong></div>
<div class="img-responsives margin-top-40"><img src="__PUBLIC__/m_web/images/faq/faq_01.jpg"></div>
<div class="subtitle text_black text_center margin-top-30">How to use the offline copy function with the 6629US3?</div>
<div class="des text_gray line-height-40 margin-top-40">
<P>1. Connect 2 SATA hard drives, note that Source is the source disk, Target is the target disk (the capacity of the target disk should be larger than the source disk).</P>
<P>2. When offline copying, select Clone on the back the hard drive dock, which is clone mode. When Clone is not used, switch to PC mode directly.</P>
<P>3. Plug in the power and turn on the power switch.</P>
<P>4. After the above preparations are ready, press the START button twice, the percentage indicators will light back and forth at first, and indicators will all light up when copy finished.</P></div>
<div class="img-responsives margin-top-20"><img src="__PUBLIC__/m_web/images/faq/faq_02.jpg"></div>
<div class="subtitle text_black text_center margin-top-30">Unable to log in and enter the W150 router settings interface?</div>
<p class="des text_gray line-height-40 margin-top-10">Plug the router into the power socket and power on. Do not connect the network cable (remember), then search for the wireless network signal connected to "ORICO" on the mobile phone. After the connection is successful, open the browser to enter the IP address: 192.168.11, log in and access the home page and enter user name: admin, password: admin, then log in. </p>
<div class="img-responsives margin-top-20"><img src="__PUBLIC__/m_web/images/faq/faq_03.jpg"></div>
<div class="subtitle text_black text_center margin-top-30 line-height-40">Can I connect hub to TV to expand? Can it drive a hard drive without extra power supply?</div>
<p class="des text_gray text_center line-height-40 margin-top-10">Answer: At present, HUB is mainly used for the PC side. It has not yet been popularized in the TV category. Your TV should support it. There is no guarantee that all TVs will be recognized. Generally 2.5-inch hard disk is ok, because USB power supply is limited, if you are using a 3.5-inch hard disk, it is recommended that you buy a HUB with power adapter.</p>
<div class="img-responsives margin-top-20"><img src="__PUBLIC__/m_web/images/faq/faq_04.jpg"></div>
<div class="subtitle text_black text_center margin-top-30">Brands comparison </div>
<p class="des text_gray text_center line-height-40 margin-top-10">Answer: ORICO uses imported control chips, ICs, original devices, PCBA boards that are developed by ourselves, and all molds are ORICO. ORICO uses all SMD components, so the materials are completely different.</p>
<div class="img-responsives margin-top-20"><img src="__PUBLIC__/m_web/images/faq/faq_05.jpg"></div>
<div class="subtitle text_black text_center margin-top-30">How to set Raid mode?</div>
<p class="des text_gray text_left line-height-40 margin-top-10">
RAID setting method: (If the hard disk is not a new hard disk, please backup the data and then set up the RAID mode)<br>
1. Turn off the power button of device.</br>
2. Trigger the RAID mode switch on the back of the device, set the RAID mode that you wants;</br>
3. Press and hold the set button, turn on the power switch, release the SET button after 5 seconds;</br>
4. At the same time, the RAID manager software can be installed on the computer to manage the RAID function through software.</p>
<div class="img-responsives margin-top-20"><img src="__PUBLIC__/m_web/images/faq/faq_06.jpg"></div>
<div class="subtitle text_black text_center margin-top-30 line-height-40">After the new hard drive is connected to the computer, why can't I find the hard drive and drive letter?</div>
<p class="des text_gray text_center line-height-40 margin-top-10">Due to the limitations of the operating system, the Windows XP system can only support 2TB capacity hard disks. Hard disks larger than 2TB capacity cannot be supported and cannot be used normally. *Method of operation: First, right click on "Computer", then click "Manage", open into "Disk Management", find the new hard disk, right click "Initialize", select "MBR hard disk capacity is less than or equal to 2TB" or "GPT (greater than 2TB)" Then, "New Simple Volume", the default partition is formatted in the next step. After the formatting is completed, the hard disk can be used normally, and the newly added drive letter is displayed.</p>
</div>
<br class="bottom-margin">
<!--底部-->
{include file="include/bottom" /}
</div>
</body></html>