Jump to content

dude67

OTW
  • Posts

    1155
  • Joined

  • Last visited

Posts posted by dude67

  1. Thanks for all of you. I didn't know (before this i.e.) that the PCI controllers usually come with SW RAID (at least in my price-range) instead of HW RAID.

     

    I bought the card (Promise TX2300 RAID Controller) in vain, but let this be a lesson to all you other newbies... I've paid for my lesson - you don't have to!

     

    So my advice is to try to get the software raid to work - it's fairly simple during Mandriva installation. I can write a short how-to here, but I first need to sort a few things out first. I disconnected the sda HDD and booted up the system, but was dropped to command line - with only "/" operating. If you have any idea as what to do or what went wrong, I'd appreciate it.

     

    I have two 750GB HDDs and have windows installed first (some 20GB for C-drive and 80 GB for D-drive). Then I installed Mandy for the remaining 600 GB.

     

    I configured the sda so that the first mandy part (to be "/") is 19GB, then there is swap (around 1GB), and two other partitions (100GB for "/home" and 480GB for "/storage"). All these (except for the swap) I formated as Linux RAID. I then added new RAIDs: first 19GB became md0, the 100GB became md1 and the last partition 480GB became md2.

     

    In the RAID page I then formatted the md0 as "/", md1 as "/home" and md2 as "/storage".

     

    The sdc (the second 750GB drive is sdc) is configured the same way, except the windows part is left empty and the rest are exactly as in sda - all formated as Linux RAID also). And finally I added these partitions to the same RAID partitions (/ = md0, /home = md1 and /storage = md2).

     

    Then I could see that these were operating fine (at least reported to be fine):

    <code>[dude67@localhost ~]$ cat /proc/mdstat
    		 Personalities : [raid1] [raid6] [raid5] [raid4]
    		 md2 : active raid1 sda9[0] sdc8[1]
    			   506272256 blocks [2/2] [UU]
    
    		 md1 : active raid1 sdc7[1] sda8[0]
    			   102398208 blocks [2/2] [UU]
    
    		 md0 : active raid1 sda6[0] sdc5[1]
    			   20474688 blocks [2/2] [UU]
    
    		 unused devices: <none>
    		 [dude67@localhost ~]{:content:}lt;/code>

    I did add the bootloader (lilo) when installing Mandriva to md0 (OK, I did add it only to sda first, but then in MCC added it to md0). But then I tested the redundancy by disconnecting the SATA cable from sda drive. I could only get working "/" partition - no other partition would be working. This is the same in command line:

    <code>md2 : inactive sda9[0](S)
    		   506272256 blocks
    	 md1 : inactive sda8[0](S)
    		   10239820/8 blocks
    	 md0 : active raid1 sda6[0]
    		   20474688 blocks [2/1][U_]
    
    	 unused devices: <none></code>

     

    So any suggestions as to what went wrong? Anything to do with the fact that the partition numbers differ from one HDD to the other like this:

    md0 ... "/" ... sda6 ... sdc5

    md1 ... "/home" ... sda8 ... sdc7

    md2 ... "/storage" ... sda9 ... sdc8

     

    This is due to the fact that in sda the windows occupies two partitions and in sdc there is only one empty partition.

  2. Check that both memory sticks are the correct speed. Use something to clean the contacts on the memory sticks and put them back in again. I don't know what to suggest to clean them with though.

    I'm not sure if it's good for memories, but in some cases a regular pencil eraser is used to clean electrical contacts. Just be sure that none of that eraser rubber is left there on the contacts as it will act as insulator. And best to use a clean eraser (if you have graphite left from a pencil, rub it off first).

  3. OK, if I then understood correctly, I can pretty much do software RAID with my dual boot installation, all except the Win C:\ part? So, I will install the C:\ partition for Windows, but will keep it fairly small and make a D:\ partition where I should keep all the data I can. Well, Windows is mainly for gaming and some video editing, so I can easily save all the files into D:\ partition.

     

    But if I set it up like this, then if the primary HDD is broken, I would need to do a reinstallation of the whole WinXP into the first partition. Am I correct? In that case, I would need to install all the apps again, even though the data (and perhaps the apps themselves) would be on the D:\ partition. I think the registry would be lost if it's stored in C:\ partition...

     

    I don't know - this seems so much harder nut to crack than I originally thought... I'll give it a try anyway.

  4. This is from www.promise.com site:

    Linux Kernel 2.6 Partial Source Code 359.02KB v2.6.0.0331 Windows

    2007/3/27

    Description

    NOTE: This source code is for the FastTrak TX2300/TX2200 RAID controllers using Linux Kernel 2.6.

     

    This Linux source code should only be used by experienced Linux users. This code is designed to be used with Linux kernel 2.6. This code is provided as-is and Promise Technology does not provide technical support for the code.

     

    Please read the README file contained in the download package. If you have any Linux Source Code comments, please email: linuxcomments@promise.com and linux@promise.nl

    What would that mean in terms of .... What do I do with that? :unsure:

    Do I need to build something into the kernel or what...?

  5. I don't have mandriva available to me currently, so could someone verify, if this Promise card is supported by kernel version 2.6.24.x

     

    Promise FastTrack TX2300 (2-port SATA RAID adapter)

     

    This seems like to card that would work, so I'm trying to find this from the local stores. But, if someone could check if this is already supported by the kernel, I'd appreciate it. :)

  6. This is getting absurd... I went and bought the card. But you know what; it isn't a RAID controller - even though I asked for one.

     

    I'm going to take it back to the store tomorrow. I just don't know what to do as the only other card they have available (other types are on order) is the Adaptec. But if the Adaptec one doesn't work out-of-the-box in Mandriva, I don't want that one.

     

    I may end up making the software raid of my system. But does that work with the whole disk as I also have Windows in it?

  7. OK, thanks Ian.

     

    But I currently have no linux kernel installed as I currently have only WinXP. And after I install the RAID1, I'll first re-install Windows and only then install Mandriva. Should I not already have the RAID1 array operating at that time? Or do you mean that by the time I come to install Mandriva and the linux kernel, I may have trouble when rebooting in RAID1 mode?

     

    Anyway, I'll pick up the Promise card on my way home soon. I'll post back my progress, whenever I have an operable system running - either from windows or from Mandriva.

     

    (Sorry for the very noob questions... :P Hope you bear with me awhile. :thumbs: )

  8. You only need software raid if your motherboard doesn't support raid or that you have a card to do it. If you have a card to do it, then you don't need the software raid tutorial.

    That's understood. I was just thinking out loud wondering what other choises I have besides the RAID controller card.

     

    Very detailed instructions for the SW RAID - nice work, Ian! :thumbs:

  9. However, on just checking the kernel 2.6.24.x which I've just checked on my Gentoo system, does have support for the Promise card you listed above. Here is the info:

     

    Promise SATA TX2/TX4 support

     

    will compile a module called sata_promise into the kernel. Unless of course it's compiled monolithic, then it'll be inside the kernel, rather than a module. Whichever distro you're using, you can check my simply modprobing the sata_promise module and then check with lsmod to see if it's listed. Alternatively, check with lsmod first, as it might already be loaded by default.

     

    I don't know what earliest kernel supports this, but you can check depending on what's installed on your system.

    I'm not currently at home, but does anyone know, what's the current kernel version with mandriva? Is it above the kernel 2.6.24.x that Ian mentioned?

     

    So if I (again) understood correctly, it would seem that the promise card has a better chance of working with mandriva?

     

    Anyway, how would I start the installation of the RAID1 array? I just yesterday installed WinXP home on the first drive (on the first 250 GB) and the rest (some 500 GB of the first HDD and the other HDD completely unformated) is just "sitting there".

     

    I don't mind if I need to install the windows xp again - but if I get the Promise card, I would install this in to the PCI slot and connect the two HDDs into the card's SATA connectors. What then? I don't need to flash the BIOS or anythign? I will most likely need to install Windows XP again and then proceed with installing Mandriva. But when and how do I install/configure the RAID1 bit? The card will come with a manual, I hope... :lol2:

  10. OK, now you got me a little confused... As I did admit, I know very little of making a Raid array, so a few questions.

     

    If I understood Ian's point correctly, the Adaptec cards tend to work out-of-the-box only with Red Hat/CentOS or SUSE Linux (and with windows). Unless I would compile from source (I would definitely need some assistance there...).

     

    I called my local store and this is what they have on shelf:

    When I look at the data for these two cards, I would seem that they only promise RH/CentOS and SUSE.

     

    And if I again understood correctly, the PCI-x slot is usually only in server HW; is that correct? I believe my MB has one PCI-e (used for my NVidia) and the rest are plain PCI. Here are the specs for my MB: http://global.msi.com.tw/index.php?func=pr...p;cat3_no=#menu

     

    I seem to be no closer to fixing this. When I look at the two cards that seem available at the local store, I don't know if either of them is what I'm looking for.

     

    Oh, one thing: If I connect the two HDDs to the RAID controller and that controller card is connected to regular PCI slot, will that slow the computer down (compared to being connected directly to the MB via SATA)?

  11. I recently had my main PC crash (some 18 mo old hw) and I suspect it had to do with HDD giving in. I at first lost /home partition and after re-installing Mandriva 2008.1 (Free, from DVD) it wouldn't fire-up the second time as it said that I missed root partition... The system was a dual boot with WinXP Home. The XP started OK, but I still suspected a dying HDD (Seagate Barracuda 500GB 7200.10 SATA)

     

    I didn't have the patience to dig any deeper, so went to the local computer store and bought me a set of two 750GB Samsung HDDs. :thumbs: I thought I confirmed that my MB would support RAID, but it turned out it didn't... (I read some manual on the net, that turned out to be a manual of a similar but not the same MB). :cry: The motherboard is MSI 945P NEO3-F.

     

    OK, so now I have two nice 750GB disks that I want to make into RAID1 array with the system that has WinXP Home (some 200GB for that) and Mandriva (the rest: 550GB).

     

    I was thinking of buying a RAID controller card (since I don't want to install the whole PC anew with a new MB) and wanted to ask you if there's anything I need to know before buying one. As Ian said here, there are sw RAIDs and hw RAIDs; are the both types available for PCI RAID cards also? I would like to go with hw RAID as it's said to be more reliable.

     

    Here are some of the PCI cards I found with my local PC dealer.

    I'm totally new to making any disk arrays so your advice is greatly appreciated.

  12. My guess is that it's the desktop pager for Metisse. Are you using Metisse for 3D effects? If you are and you want to keep using Metisse, I'm not sure how to remove it (if at all possible). The more obvious choise is to start using 2D desktop or Compiz for "real" 3D.

     

    One possibility may be this. I'm currently using Compiz, so I cannot say if this works, but the regular pager can be removed from the panels by clicking on the small "bar handle" next to it and choosing "Remove desktop preview and pager" option from the list. Perhaps the same works for the Metisse pager.

  13. I've made a firefox theme (for firefox 2) and thought I'd link it here as well.

    It's called starryskin (I know it's a bit crappy name, but I had to come up with it quite quickly). It's a theme for firefox 2 (the current published version). This skin was made with Mandriva in mind as the colours are mostly Mandriva blue and orange. :D

     

    The theme is in the sandbox of addons.mozilla.org until it gets accepted by Mozilla folks. But you can get if from my deviantart page as well: http://dude67.deviantart.com/art/starryskin-0-9-0-86789389

     

    Comments here as well as in the sandbox of addons.mozilla.org would be greatly appreciated. To download and review it in the addons.mozilla.org requires the user to log in first. But if any of you are registered there, I'd appreciate your reviews as this would help Mozilla to approve it as public theme for FF2. :thumbs:

  14. From Konsole, type the path and then firefox. My firefox is installed in /opt/firefox/ so I would type

    /opt/firefox/firefox

    In my Mandriva 2008.1 KDE all I have to do (in Konsole) is write "firefox" and it'll start. So without the path to the programme.

  15. I would like to add a third option to ramfree17's suggestion:

     

    3. Dual boot with Windows and Linux (the two can co-exist).

    You can install Linux right next to your Windows installation on the same harddrive. You just need to free some room for that.

     

    I have a dualboot PC and I'm booting to Windows XP whenever I want to play games that don't work on Linux. But most of the time (>90%) I boot to Linux (Mandriva 2008.1).

  16. I have just got myself Aiptek 12000U tablet. I had it working when I first plugged it in, but after trying to configure it through MCC Hardware it hasn't worked at all... From MCC Hardware I can see it and it's using aiptek module, but still doesn't work...

     

    I have installed the aiptek module from MCC - and also installed the hyperpen module just in case... No help.

     

    For some odd reason the device is not listed in /proc/bus/input/devices:

    # cat /proc/bus/input/devices
       I: Bus=0003 Vendor=046d Product=c03e Version=0110
       N: Name="Logitech USB-PS/2 Optical Mouse"
       P: Phys=usb-0000:00:1d.7-1.1/input0
       S: Sysfs=/class/input/input0
       U: Uniq=
       H: Handlers=mouse0 event0
       B: EV=17
       B: KEY=70000 0 0 0 0 0 0 0 0
       B: REL=103
       B: MSC=10
    
       I: Bus=0003 Vendor=03f0 Product=0024 Version=0110
       N: Name="CHICONY HP Basic USB Keyboard"
       P: Phys=usb-0000:00:1d.7-1.2/input0
       S: Sysfs=/class/input/input1
       U: Uniq=
       H: Handlers=kbd event1
       B: EV=120013
       B: KEY=10000 7 ff9f207a c14057ff febeffdf ffefffff ffffffff fffffffe
       B: MSC=10
       B: LED=7
    
       I: Bus=0010 Vendor=001f Product=0001 Version=0100
       N: Name="PC Speaker"
       P: Phys=isa0061/input0
       S: Sysfs=/class/input/input2
       U: Uniq=
       H: Handlers=kbd event2
       B: EV=40001
       B: SND=6
    
       I: Bus=0019 Vendor=0000 Product=0002 Version=0000
       N: Name="Power Button (FF)"
       P: Phys=LNXPWRBN/button/input0
       S: Sysfs=/class/input/input3
       U: Uniq=
       H: Handlers=kbd event3
       B: EV=3
       B: KEY=100000 0 0 0
    
       I: Bus=0019 Vendor=0000 Product=0001 Version=0000
       N: Name="Power Button (CM)"
       P: Phys=PNP0C0C/button/input0
       S: Sysfs=/class/input/input4
       U: Uniq=
       H: Handlers=kbd event4
       B: EV=3
       B: KEY=100000 0 0 0

     

    FYI: I have posted the same question in Mandriva Forum (in Greg's linked thread - thanks Greg!) http://forum.mandriva.com/viewtopic.php?p=488991#488991

×
×
  • Create New...