4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
6 results tagged raid x
  • thumbnail
    Unraid | Community Apps

    via Clém

    May 17, 2024 03:01:35 PM GMT+02:00 * - permalink -
    QRCode
    - https://unraid.net/community/apps/p58#r
    raid nas syno
  • Smartmontools with MegaRAID Controller - Thomas-Krenn-Wiki
    MegaCli -PDList -aALL

    puis

    smartctl -a -d megaraid,N  /dev/sdX

    EDIT :
    a single one liner :

    for i in $(MegaCli -PDList -aALL|grep -i "^device id"|awk -F ': ' '{ print $2 }'); do smartctl -t long -d megaraid,$i  /dev/sda ; done

    [edit]
    and to read the result:

    for i in $(MegaCli -PDList -aALL|grep -i "^device id"|awk -F ': ' '{ print $2 }'); do smartctl -a -d megaraid,$i -i /dev/sda ; done
    June 2, 2017 04:22:38 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.thomas-krenn.com/en/wiki/Smartmontools_with_MegaRAID_Controller
    smartctl mega raid
  • 5 Tips To Speed Up Linux Software Raid Rebuilding And Re-syncing
    March 13, 2017 10:01:18 AM GMT+01:00 * - permalink -
    QRCode
    - https://www.cyberciti.biz/tips/linux-raid-increase-resync-rebuild-speed.html
    raid mdadm
  • Mdadm recovery and resync - Thomas-Krenn-Wiki

    root@ubuntumdraidtest:~# mdadm --assemble --run --force --update=resync /dev/mdN /dev/sdX1 /dev/sdX1

    November 26, 2015 03:52:27 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.thomas-krenn.com/en/wiki/Mdadm_recovery_and_resync
    mdadm raid
  • thumbnail
    debian - How to mount a disk from destroyed raid system? - Unix & Linux Stack Exchange

    0
    down vote

    I did it by the "hard way": (first if its possible clone this disk before you do anything!)

    dmesg for the raid-disk or try (example: sdc1)

    $ fdisk -l

    Change the RAID-DISK-Flag to your Linux filesystem (ext3 or something), save this and reboot.

    After that

    $ mdadm --zero-superblock /dev/sdx

    and voila you can mount

    $ mount /dev/sdc1 /mnt

    November 26, 2015 03:52:13 PM GMT+01:00 * - permalink -
    QRCode
    - https://unix.stackexchange.com/questions/78804/how-to-mount-a-disk-from-destroyed-raid-system
    raid mdadm
  • thumbnail
    backup - Mount single partition from image of entire disk (device) - Ask Ubuntu

    Putain ben merci au gars qui s'est donné la peine d'expliquer ... Pour la petite histoire, j'ai perdu un disque et le système complet d'un NAS thecus N2200 qui reposait sur mdadm pour son raid. Par sécurité j'ai backupé à coup de dd le disque qui restait en vie. J'avais pu le monter pour vérifier l'intégrité des données avec mdadm, mais celui-ci refusait de coopérer avec une image dd ... va savoir pourquoi, peut êter que c'est parce que l'image ne se présentait pas dans /dev ... BREF ! un petit losetup sur le bon secteur de démarrage de ma partition, un mount et VOILA ! :)

    March 20, 2015 08:26:42 PM GMT+01:00 * - permalink -
    QRCode
    - http://askubuntu.com/questions/69363/mount-single-partition-from-image-of-entire-disk-device
    raid mdadm debug
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation