I just installed and configured autofs on Ubuntu 12.10, so that the /home Folder is automatically mounted from a NFS server. Most tutorials suggest to just run ls /home and then those directories should be mounted and visible in the output. Well as it turns out, they are not. I spend at least half an […]
ubuntu
Raid Device gone after reboot with mdadm on Ubuntu 12.10
There are a lot of HowTO’s on how to install a Raid using mdadm on Linux. Now I just created one device /dev/md0 and after a reboot it was gone, or rather renamed to /dev/md127 or /dev/md/HOSTNAME:0 Here is the creation of a Raid 6 with one spare disk, spanning 9 disks in total (yeah […]