Re: mdadm: No arrays found in config file or automatically

2015-07-20 Thread Emanuel Berg
Pascal Hambourg writes: > Well, it seems that you don't have any software > RAID. Otherwise, you should know you do. So the > message is normal, and you can uninstall mdadm if it > bothers you so much. OK :) Thank you! -- underground experts united http://user.it.uu.se/~embe8573 -- To UNSU

Re: mdadm: No arrays found in config file or automatically

2015-07-20 Thread Pascal Hambourg
Emanuel Berg a écrit : > > $ sudo blkid > /dev/sda1: UUID="e3dc978c-2ee3-4db8-a0cf-0a216a76930e" TYPE="ext4" > PARTUUID="0006dea8-01" > /dev/sda5: UUID="abb7084e-c4da-4b9e-9477-3ae4aca56be8" TYPE="swap" > PARTUUID="0006dea8-05" Well, it seems that you don't have any software RAID. Otherwise, yo

Re: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Emanuel Berg
Arno Schuring writes: > Assuming all your disks are online, just run blkid > (as root). $ sudo blkid /dev/sda1: UUID="e3dc978c-2ee3-4db8-a0cf-0a216a76930e" TYPE="ext4" PARTUUID="0006dea8-01" /dev/sda5: UUID="abb7084e-c4da-4b9e-9477-3ae4aca56be8" TYPE="swap" PARTUUID="0006dea8-05" -- undergro

RE: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Arno Schuring
> From: embe8...@student.uu.se > Date: Mon, 20 Jul 2015 01:05:08 +0200 > > At this point, I don't know if I even have arrays. > It is nothing I put there or ever mucked around with, > for sure. > Assuming all your disks are online, just run blkid (as root). If you have any (software) raid partiti

Re: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Emanuel Berg
Gary Dale writes: > Were your arrays running when you ran > > mdadm --detail --scan >> /etc/mdadm/mdadm.conf ? > > If they weren't then mdadm can't find them to add > them to mdadm.conf. At this point, I don't know if I even have arrays. It is nothing I put there or ever mucked around with, for

Re: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Emanuel Berg
Pascal Hambourg writes: > mdadm --examine --scan --verbose No output. -- underground experts united http://user.it.uu.se/~embe8573 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https:/

Re: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Emanuel Berg
Pascal Hambourg writes: > If you don't have any software RAID arrays, that's > perfectly normal and you may uninstall mdadm (unless > reverse dependencies exist). However if you think > you have software RAID arrays, what's the output of > the following command ? > > mdadm --detail --scan --verbo

Re: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Pascal Hambourg
Gary Dale a écrit : >> > Were your arrays running when you ran > mdadm --detail --scan >> /etc/mdadm/mdadm.conf > ? > > If they weren't then mdadm can't find them to add them to mdadm.conf. That's why --examine is better than --detail for that purpose. It'll find even inactive arrays. -- T

Re: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Gary Dale
On 19/07/15 04:14 AM, Emanuel Berg wrote: Gary Dale writes: Run the update-initramfs first then run update-grub. OK: $ sudo update-initramfs -u update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64 W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. W: mdadm: no arr

Re: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Pascal Hambourg
Pascal Hambourg a écrit : > If you don't have any software RAID arrays, that's perfectly normal and > you may uninstall mdadm (unless reverse dependencies exist). However if > you think you have software RAID arrays, what's the output of the > following command ? > > mdadm --detail --scan --verbos

Re: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Pascal Hambourg
Emanuel Berg a écrit : > When I boot, it says: > > mdadm: No arrays found in config file or > automatically If you don't have any software RAID arrays, that's perfectly normal and you may uninstall mdadm (unless reverse dependencies exist). However if you think you have software RAID arra

Re: mdadm: No arrays found in config file or automatically

2015-07-19 Thread Emanuel Berg
Gary Dale writes: > Run the update-initramfs first then run update-grub. OK: $ sudo update-initramfs -u update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64 W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. W: mdadm: no arrays defined in configuration file. $ sudo

Re: mdadm: No arrays found in config file or automatically

2015-07-18 Thread Gary Dale
On 18/07/15 07:52 PM, Emanuel Berg wrote: Gary Dale writes: run mdadm --detail --scan >> /etc/mdadm.conf after you have your arrays running. Then do: update-initramfs -u update-grub It says, weirdly, "Invalid argument for option -k." That's because you've combined the two lines into

Re: mdadm: No arrays found in config file or automatically

2015-07-18 Thread Emanuel Berg
Gary Dale writes: > run > > mdadm --detail --scan >> /etc/mdadm.conf > > after you have your arrays running. Then do: > > update-initramfs -u update-grub It says, weirdly, "Invalid argument for option -k." -- underground experts united http://user.it.uu.se/~embe8573 -- To UNSUBSCRIBE, e

Re: mdadm: No arrays found in config file or automatically

2015-07-18 Thread Gary Dale
On 18/07/15 04:08 PM, Gary Dale wrote: On 18/07/15 04:01 PM, Emanuel Berg wrote: When I boot, it says: mdadm: No arrays found in config file or automatically What does that mean and how do I fix it? run mdadm --detail --scan >> /etc/mdadm.conf after you have your arrays runnin

Re: mdadm: No arrays found in config file or automatically

2015-07-18 Thread Gary Dale
On 18/07/15 04:01 PM, Emanuel Berg wrote: When I boot, it says: mdadm: No arrays found in config file or automatically What does that mean and how do I fix it? run mdadm --detail --scan >> /etc/mdadm.conf after you have your arrays running. Then do: update-initramfs -u upd