Also ich habe mit dem Debian-Text-Installer auf /dev/md0 installiert. root = / ist auf /dev/md0. Ich erkenne in Deiner Antwort jetzt keine Antwort auf meine Frage - oder übersehe ich etwas?
Was hat / (root) mit grub zu tun? Installiert dann der Debian-installer mittlerweile auch automatisch auf /dev/md0?
Bei etch hat der Debian-Text-installer immer noch grub auf /dev/sda installiert, da mußte man den grub immer noch manuell auf /dev/sdb installieren, damit das System bei Komplett-Ausfall der Festplatte sda von sdb booten konnte.
Code: Alles auswählen
root@wheezy1:~# cat /proc/mdstat
Personalities : [raid1]
md1 : active raid1 sda2[0] sdb2[1]
898305856 blocks super 1.2 [2/2] [UU]
[==========>..........] resync = 51.5% (463162880/898305856) finish=80.9min speed=89569K/sec
md0 : active raid1 sda1[0] sdb1[1]
29279104 blocks super 1.2 [2/2] [UU]
unused devices: <none>
root@wheezy1:~# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d5e11
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 58593279 29295616 fd Linux raid autodetect
/dev/sda2 58593280 1855467519 898437120 fd Linux raid autodetect
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000e0a7e
Device Boot Start End Blocks Id System
/dev/sdb1 2048 58593279 29295616 fd Linux raid autodetect
/dev/sdb2 58593280 1855467519 898437120 fd Linux raid autodetect
Disk /dev/sdc: 8022 MB, 8022654976 bytes
94 heads, 14 sectors/track, 11906 cylinders, total 15669248 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
[...]
root@wheezy1:~# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=506212,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=406284k,mode=755)
/dev/disk/by-uuid/d17c7f5a-6727-40f6-bd69-9acd4df6cc9c on / type ext4 (rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=812560k)
/dev/mapper/vg--prax1-wheezy--var on /var type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
/dev/mapper/vg--prax1-backup on /data/backup type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
/dev/mapper/vg--prax1-server--samba on /data/server-samba type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
root@wheezy1:~# df
Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
rootfs 28819324 1459328 25896044 6% /
udev 10240 0 10240 0% /dev
tmpfs 406284 448 405836 1% /run
/dev/disk/by-uuid/d17c7f5a-6727-40f6-bd69-9acd4df6cc9c 28819324 1459328 25896044 6% /
tmpfs 5120 0 5120 0% /run/lock
tmpfs 812560 0 812560 0% /run/shm
/dev/mapper/vg--prax1-wheezy--var 15481840 436148 14259260 3% /var
/dev/mapper/vg--prax1-backup 361243236 199232 342693924 1% /data/backup
/dev/mapper/vg--prax1-server--samba 309637120 195416 293713064 1% /data/server-samba
gruss