Hi, I built a raid 1 system on ubuntu 14.04 server. When I try to find the **/etc/initramfs-tools/conf.d/mdadm**, in order to set "BOOT_DEGRADED=true", that file does not exist.
The result of the the is :
Code:
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000a53ac
Device Boot Start End Blocks Id System
/dev/sdb1 2048 3905535 1951744 fd Linux raid autodetect
/dev/sdb2 * 3905536 1953523711 974809088 fd Linux raid autodetect
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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00013ecd
Device Boot Start End Blocks Id System
/dev/sda1 2048 3905535 1951744 fd Linux raid autodetect
/dev/sda2 * 3905536 1953523711 974809088 fd Linux raid autodetect
Disk /dev/md1: 998.1 GB, 998070091776 bytes
2 heads, 4 sectors/track, 243669456 cylinders, total 1949355648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Disk /dev/md1 doesn't contain a valid partition table
Disk /dev/md0: 1997 MB, 1997471744 bytes
2 heads, 4 sectors/track, 487664 cylinders, total 3901312 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Disk /dev/md0 doesn't contain a valid partition table
and I am concerned about the invalid of the partition table, also.
Thank you.
Bookmarks