Configure a raid with a single HDD on board more than 2 external HARD disk.

Hello

I run Win8 Pro 64 bit with Media Center, updated Win 7 Media Library on a 27-1007ev HP all in one desktop pc with a 500 MB HARD drive inside.

I have 2 external hard drives - one is 1.5 TB used to store data such as pictures and videos etc. NAWL, the other is a 2 TB used as a backup device.

I want to set up a Raid mirror on the PC's HARD disk to one of the sources, without having to do a reinstall if possible.

I appreciate the external ability could be underutilized unless I upped the HARD internal disk capacity to match.

Any advice warmly welcomed.

Rob

Hello

The motherboard in your PC's bios for RAID support.  In addition, there are only two ports SATA; one for the HD and the other for the CD/DVD drive.

You can use a function of storage W8.  Check out this video W8 storage space.  You cannot use the current drive although I got it to work a long time ago, but have not tried to do recently.

Another possibility would be to try a software RAID using only two USB external drives. Other possible combinations, but none are going to be as robust as using the bios RAID supported feature.

Tags: HP Desktops

Similar Questions

  • Single - row subquery returns more than one line.

    Hi Experts

    I am faced with error

    ORA-01427: single - row subquery returns more than one line.

    MyQuery is:

    select
       TO_CHAR(T.MR_REG_DATE,'DD')                     "DATE"
       ,CASE  
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) between 0 and 1 THEN ' 01'||'  - ('||'0 - 1 Month)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02'||'  - ('||'2 - 12 Months)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03'||'  - ('||'1 - 5 Years)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04'||'  - ('||'5 - 10 Years)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) > 120 then ' 05'||'  - ('||'> 10 Years)'
        END age
      ,count(T.Mr_Code) No_of_Patient
      ,(  SELECT count(x.mr_code) mr_code
             FROM HMIS_MRINFO X
             where X.mr_reg_date between &FRM_DATE AND &TO_DATE
               and X.mr_code NOT in (select Y.mr_code from hmis_pat_add_dis_detail Y
                                      WHERE Y.mr_reg_date between &FRM_DATE AND &TO_DATE
                                    )
            GROUP BY CASE  
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) between 0 and 1 THEN ' 01'||'  - ('||'0 - 1 Month)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02'||'  - ('||'2 - 12 Months)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03'||'  - ('||'1 - 5 Years)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04'||'  - ('||'5 - 10 Years)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) > 120 then ' 05'||'  - ('||'> 10 Years)'
                      END 
      ) Missing_MR
    from hmis_mrinfo T,hmis_pat_add_dis_detail M
    where T.mr_code = M.mr_code(+)
      and T.mr_reg_date between &FRM_DATE AND &TO_DATE
      &AGE_GRP
    GROUP BY T.MR_REG_DATE
             ,CASE  
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) between 0 and 1 THEN ' 01'||'  - ('||'0 - 1 Month)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02'||'  - ('||'2 - 12 Months)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03'||'  - ('||'1 - 5 Years)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04'||'  - ('||'5 - 10 Years)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) > 120 then ' 05'||'  - ('||'> 10 Years)'
              END 
    ORDER BY T.MR_REG_DATE;
    

    Please give some advice / solution.

    I think this might do it for you

    Select

    TO_CHAR (T.MR_REG_DATE, 'DD') "DATE."

    CASE

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) between 0 and 1 THEN ' 01' |'.  - ('||' 0-1 month)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02' |'.  - ('||' 2-12 months)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03' |'.  - ('||' 1-5 years)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04' |'.  - ('||' 5-10 years)'

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) > 120 then ' 05' |'.  ' - ('| ' > 10 years).

    Age of the END

    count (T.Mr_Code) No_of_Patient

    , count (case when t.mr_code NOT in (select Y.mr_code from hmis_pat_add_dis_detail Y))

    WHERE Y.mr_reg_date between & FRM_DATE AND & TO_DATE)

    then t.mr_code

    (end) Missing_MR

    of hmis_mrinfo T, hmis_pat_add_dis_detail M

    where T.mr_code = M.mr_code (+)

    and between T.mr_reg_date & FRM_DATE AND & TO_DATE

    & AGE_GRP

    T.MR_REG_DATE GROUP

    CASE

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) between 0 and 1 THEN ' 01' |'.  - ('||' 0-1 month)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02' |'.  - ('||' 2-12 months)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03' |'.  - ('||' 1-5 years)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04' |'.  - ('||' 5-10 years)'

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) > 120 then ' 05' |'.  ' - ('| ' > 10 years).

    END

    ORDER BY T.MR_REG_DATE;

  • Computer does not start with connected external HARD disk

    Although my BIOS doesn't look like another hard drive, when I start my computer with the external hard drive, the main computer shuts down until I have disable externally. I want to have external to back up automatically but can not have both to play well.

    Help!

    Hello

    The same thing happened on my laptop with a connected external printer.
    I was not able to turn on the laptop until I unplugged the USB printer.

    Well, I checked the BIOS which controls the start and put the HARD internal disk to the first position!
    Try this. Maybe it helps. Otherwise you will need to disconnect the external USB HDD til the operating system has started

  • Silence X 230: Swap HDD to SSD or install mSATA SSD HARD disk?

    Hello

    I have a x 230 with a 320 GB of HDD (7500 RPM) and want to replace it with an SSD for a fully automated machine.

    Right now, most of the time the only sound I hear the machine is the rotation of the disk HARD and TP Fancontrol watch that especially fans are not at all turns. I can afford a 128 GB SSD, but I am confused if I should replace the HDD with a SSD or complete with an mSATA SSD and install Windows, instead. The latter of course would give me 320 GB of HARD drive space, which would be nice, but my priority is the silence, so I need to know if the HARD drive can be powered completely except when I need files from it? If the HARD disk wakes up now and then because of some hidden Windows processes that I can't control, I'd rather than with an ordinary SSD instead of the mSATA SSD. I can live with less space.

    Does anyone have experience with this?

    Thank you

    MASC wrote:
    If you install your operating system and applications on the mSATA ssd and just use the HARD drive for file storage then I think the HARD drive will only turn up when you access these specific files.

    Control Panel (Power Options) and Lenovo Power Manager settings for the hard disk turns off after a period of inactivity. However, the settings apply to all readers. Individual hard drives have no separate settings. I think that the system will not shut down the drive hard as long as there is activity going on in an mSATA SSD.

  • NAC Active Directory Single Sign On using more than one domain

    Hello

    Can someone help me to know if it is possible to configure several areas for example. XX.COM and YY.COM for NAC ADSSO and how to do it.

    Kind regards

    Sybille.

    Hello

    Well, it is not something that you can on the side of the NAC.

    On the CASE, you can only configure a domain, however, it is possible to authenticate users in different domains, so there is a relationship of trust between the domains, for example, if you have XX.COM and configure the AC with XX.COM, you can authenticate users YY.COM, YY.COM and XX.COM have the relationship of trust between them.

    HTH,
    Tiago

    --

    If this helps you or answers to your question if it you please mark it as 'responded' or write it down, if other users can easily find it.

  • XML with XSD validation when there is more than one XSD.

    Hello

    I need to validate an XML against a set of xsd.

    I am aware that, when there is a single XSD to compare, it is possible to compare using xmlDoc.schemaValidate () with xmlDoc and xmlSchema.

    But in my case, there is more than one XSD against which I need to compare the XML code.

    My main XSD has the statement as mentioned below.

    " < xs: import namespace = ' http://www.w3.org/1999/xxxx "schemaLocation ="xxxx.xsd"/ > "

    " < xs: import namespace = ' http://www.w3.org/1999/02/yyyy "schemaLocation ="yyyy.xsd"/ > "

    I don't know how to handle this situation.

    Please, help me!

    Thank you

    Vicky

    Hi Vicky,

    This situation is not different, just validate the main schema.

    But, to use the XMLType schemaValidate method, you must save the schema in the database (via the DBMS_XMLSCHEMA API).

    If the main schema contains imports then these referenced schemas must be saved too.

    To sum up: register all 3 patterns in their order of dependency, then you will be able to validate your XML with the main XSD code.

    () dbms_xmlschema.registerSchema

    schemaURL-online , for example 'xxxx.xsd'

    schemaDoc =>

    local-online true

    genTypes-online fake

    genTables-online fake

    enableHierarchy-online dbms_xmlschema. ENABLE_HIERARCHY_NONE

    ) ;

  • Is there a bug with radiogroup when page elements are more than 100?

    Hello

    I have more than 100 items on one page and in the end there are 6 radiogroups 'yes' or a 'no', the user can select. 'Yes' or 'no' in each radiogroup are mutually exclusive, but the 6 radiogroups are independent of each other. For example:

    RadioGroup #1: Yes no

    RadioGroup #2: Yes No

    RadioGroup #3: Yes no

    RadioGroup #4: Yes no

    RadioGroup #5: Yes no

    RadioGroup #6: Yes no

    It works very well. However, recently, I added more elements to the page. And I realize that the user can select only one answer among all 6 radiogroups, which means that not only the 'yes' and 'no' in each radiogroup to exclude each other, but also the 6 radiogroups are exclusive mutual.

    I have them defined simply as "radiogroup" as follows:

    2812 Radiogroup #1 P20_radiogroup

    2813 Radiogroup #2 P20_radiogroup

    2814 Radiogroup #3 P20_radiogroup

    2815 P20_CHARTAUDITING display text (escape special characters, does not save the State) == > just as a display

    2816 P20_radiogroup Radiogroup #4

    2817 Radiogroup #5 P20_radiogroup

    2818 Radiogroup #6 P20_radiogroup

    I'm on ApEx 3.2 with EPG on Oracle 11 g. Any ideas/suggestions would be greatly appreciated!

    Thank you very much
    Helen

    You can not have more than 100 electronic items on a single page.

    See Re: Question about the message "number of elements exceeds 100 maximum."
    or search the limit of 100 points.

    Gus...

  • Problem with external HARD disk - cannot mount the mac partition and can't unmount the partition windows

    Hi all

    Need your help. I have problems with my external hard drive. I worked on it yesterday when the cable is a little detached and disassembled my intestinal HARD drive.

    Here are the specs:

    1 Macbook Air 11.5 "running on El Capitan (10.11.1)

    2 Buffalo Ministation external (1 TB) HARD disk divided into two: a Mac partition (for time machine) and the other a windows on FAT32 partition.

    Before the accident yesterday, it was working OK.

    Now, when I connect the HARD drive, it turns on but the Mac partition cannot be mounted (it does not appear on the Finder. I opened disk utility... just load forever and does not work) and the Windows partition is visible... but I can't take it apart without turning my computer.

    I can assemble and disassemble a USB stick very well.

    Any help would be appreciated.

    Thank you!

    Maybe you can explain a little better.

    I would like to make some general comments before having your replay.

    It is not wise to use TM on a disk with apple unformatted or partitions, it is preferable to have a dedicated TM drive also.

    For TM, the rule is that the drive is about 3 times the size of the boot disk.

    Normally you 'survive' a good step disassemble the drive external, but in this case with a another partition formatted on this subject, I'm not sure if that do not corrupt the disk, especially since the Windows partition is bootable. I have suspct the partition GUID on the TM partition table is corrupt.

    I propose to start the disk completely: in DiskUtility select the 'higher' level (name of manufacturer) and the Partition, one OS X Extended (journaled) partition table Partition GUID. And use it only for TM, is not too big for this.

    Have another drive formatted NTFS for Windows.

  • iPhone 6 with a train constantly keyboard for more than a month

    I have an iPhone with iOS 9.2.1 6 and the keyboard has been constantly delayed by more than a month.  Need me 1-2 minutes to send a text message and I don't know what to do about this.  Need to be corrected as soon as POSSIBLE!

    See if this helps: view the settings > General > scroll Reset (bottom) > tap reset keyboard dictionary

  • cluster with images: memory increases up to more than 2 GB and crashes

    I have a lot of PNG images (around 1200, 12 MB in size) and I load by programming in labview with a loop for I put all the image data in a table for all images.

    I can't complete this operation, while the images are very small memory LV is increasing more than 2 GB and then I get a memory error output.

    I put one "structure" above all table operations. What is going on? IM really a bad thing, I guess.

    Hi, Faust,.

    "On the qualities of the picture, they are 32-bit and x 850 360 pixels BUT about 99% is transparant (images has a constant size which is transparant, there is a small object that moves in this space)."

    Transparency is not relevant in terms of memory occupation. When the image loads, it just needs 850 * 360 * 4 bytes (or ~1.2 MB)...

    Suggestion:

    -Do not store images in memory... Do the math in slices of (say) 100 photos.

    -Do some manipulation of the image to get the position of the moving object. Then you store only a small portion of the image (with the object) and some information about the location in the picture. In this way, you always know the size of the (original) photo, but you only keep the "interesting" part in memory!

  • WDS with AP and now I have more than 60

    Wireless domain services

    The problem:

    I am using WDS in my wireless network environment, and a new building will bring counting the points of access to more than 60 years.

    The question:

    What is the best WDS solution for this problem?

    Other Questions:

    Is it possible to have 2 separate access points serve as WDS and divide access between them points?

    I started the implementation of an other WDS on the same subnet and automatically, he went in the backup.

    Any help would be greatly appreciated.

    When my points 100 + access were autonomous, I initially had two different areas of WDS on VLANS separated. In the preparation of the conversion of autonomous LWAP, I found that it is better to do them all on the same vlan. In order to get around the limit of 60 APs, I put them both on the same switch WDS access points and put these two ports in protected mode, while they did not see each other.

    Example:

    interface FastEthernet0/1

    switchport protected

    interface FastEthernet0/2

    switchport protected

    Access points would then contact one of the two AP WDS while the two WDS access points did not see each other. I'm sure this isn't an approved configuration of Cisco but it relieved my LWAP crossing. It should work for you well, but I would say that you can move to the access controller based points.

  • Problem with Toshiba Stor.E D10, 1 of 5 TB external HARD drive and eSata connector

    Hello

    I have a problem with eSata HARD drive. I have a toshiba Stor.E D10, 1, 5 to external HDD. When I plug it into the connector back eSata, Windows 7 recognize this and I can read it, but when I try to write about it, it freezes and I have to unplug it. When I connect the Toshiba Stor.E D10 with the USB cable, everything works fine. The problem is when I use the eSata connector. I have updated the BIOS to the latest without any improvement. In the BIOS, I tried esata IDE and AHCI controller without success.

    My system: Windows 7 64 bit Ultimate, card mother Gygabyte GA-X58A-UD3R(rev. 2.0)

    Any help is happy.
    Thank you

    Javier,

    Hello

    Did you check and test the drive external DRIVE with other computers that provide the eSATA interface?
    I think that this should be done because theoretically the problem might be related to the laptop s / s computer eSATA port.

  • CD ripping to iTunes on PC - want to keep as single album spread no more than 2 or more.

    Windows 10 64-bit on Dell PC processor intel core i5 1 TB of HARD drive to capacity.   No involvement with iPads and portable devices.

    v. 123,235 64-bit iTunes.

    Problems: -.

    1 try to extract CD's for PC but they be split into at least 2 albums.  I want to keep the album ripped like 1 with tracks like CD.

    2. try to copy a single MP3 music from a CD to iTunes file - keeping as MP3 or accept convert WMA--something BOSE Soundtouch App will accept--see below.

    Reason - to use the music library with BOSE (Soundtouch system) wireless speakers.

    Reading guides on the Web site, but doesn't seem to work.

    Test diagnostic of the system - seems OK, but do not understand fully all the results.

    iTunes will include titles in a common album if:

    • all tracks have the same value of the Album and the same value of the artist , or
    • all tracks have the same value of the Album and the same value of the Album artist , or
    • all tracks have the same value of the Album and have the indicator "part of a compilation...". ».

    However, there seems to be situations where iTunes is not properly evaluate its own rules and will not consolidate the beaches even where one or more of the criteria above apply.  Normally, this can be overcome by adding one or more "dummy" characters to the value of the Album :

    • Select all tracks which should be part of a single album
    • Right click > information
    • adding or do precede the dummy character to the value of the Album - for example, change the "Dark Side of the Moon' to 'xxxDark Side of the Moon".
    • tracks should consolidate now correctly, and you can repeat the process of changing to delete dummy characters, leaving the correct grouping.

    Regarding your question on "trying to copy a single file from a CD to iTunes MP3 music - keeping as MP3 or accept convert to WMA", is the CD, an audio CD or a data disc?  Audio CD contain no "files" self - they have a unique division of audio data encoded in PCM stream in tracks by index.  Windows, other operating systems and applications like iTunes can show these titles as "files" for convenience.

    If you want to import a track from an audio CD in iTunes and effect be a MP3 file, just insert the CD, make sure the selected import format is MP3, select the track and right click > import.  If, however, the file is already an MP3 file, use file > add a file to the library... or file > add folder to libraryin iTunes select the files... iTunes will not convert its format, with the exception of WMA files (which iTunes does not support) but which will be converted to iTunes default import format (Edit > Preferences > General).

  • I already shared with network. He worked for more than a month. Now, all of a sudden, nothing works. If the router? Please notify

    I'm resetting of creation of a network of small business @ a client Office.  They had a network configuration before but she was lost.  I reset the network and made sure that we were on the same workgroup.  All works well for a month.  Then yesterday they not access network.  I have performed remotely in Win XP main machine (two Win 7 machinces on the network).  He failed.  What is the failure of router?  He could not computers ping, ip, etc...

    Hello

    The Microsoft Answers community focuses on the context of use. Please reach out to the business community of COMPUTING in the TechNet forum below:

    http://social.technet.Microsoft.com/forums/en-us/category/windowsxpitpro

  • Problems with reading aloud; It is not more than 1 page

    Hi-

    In the old days, Adobe Acrobat Reader to be able to read whole books aloud.  I've got Windows 8.1 on a laptop cheap (meaning not a lot of memory), and even when I select 'read aloud' and then 'read the document will end' it stops at the end of the page. I tried to highlight a selection of several pages, and it will not always cross the line of the page.  It is pretty useless, if I press my computer every 2 minutes to go to the next page and press 'read out loud '.  Any ideas?

    PS I think it is reprehensible that in 2016, 26 years after the ADA, ADE still is not having a read aloud feature, or even just a supplement to convert into a non-savable format that can be read by the reader.  Adobe voice is much better than some other readers and made better with the odd punctuation, which is part of the reason why it should be made accessible.

    While they have not been marked for accessibility? Are you on Windows?

    You could try to recreate one using this method to see if she takes care of the problem:

    • Open a Word doc
    • Click on the Acrobat Ribbon
    • Click Preferences > general and make sure that enable accessibility and reflow with tagged Adobe PDF is enabled.
    • Click the create a PDF file

    Test the new PDF. There are several ways to create PDFs but PDFMaker (which adds the Ribbon Acrobat for Windows) is the preferred method and provides more control over the conversion.

    You can learn more about the preparation of files to meet the requirements of the ADA here:

    Adobe Acrobat DC accessibility features

    Using Acrobat Pro DC accessibility checker

    Creating an accessible PDF - Office Support

    We had the opportunity to create documents conform to 508 since Acrobat for years, but my observation is that most of my students have no idea how prepare files to satisfy, before coming to class.

Maybe you are looking for