Advertisement
Guest User

Hermock mdadm issue

a guest
Aug 21st, 2010
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. dpkg-reconfigure mdadm
  2. Stopping MD monitoring service: mdadm --monitor.
  3. Generating array device nodes... done.
  4. update-initramfs: Generating /boot/initrd.img-2.6.32-trunk-686
  5. mdadm: cannot open /dev/md/herm: No such file or directory
  6. Starting MD monitoring service: mdadm --monitor.
  7. Generating udev events for MD arrays...done.
  8.  
  9. =====================================================
  10.  
  11. grep -v "#" /etc/mdadm/mdadm.conf
  12.  
  13. DEVICE partitions
  14.  
  15. CREATE owner=root group=disk mode=0660 auto=yes
  16.  
  17. HOMEHOST <system>
  18.  
  19. MAILADDR root
  20.  
  21. ARRAY metadata=imsm UUID=cdb0bdb9:c08402dc:daa0e0b1:68af141c
  22. ARRAY /dev/md/herm container=cdb0bdb9:c08402dc:daa0e0b1:68af141c member=0 UUID=ee3d96d5:95db8dc2:5f37d16d:721fffaa
  23.  
  24. ======================================================================
  25. fdisk -l
  26.  
  27. Disk /dev/sda: 164.7 GB, 164695473664 bytes
  28. 255 heads, 63 sectors/track, 20023 cylinders
  29. Units = cylinders of 16065 * 512 = 8225280 bytes
  30. Sector size (logical/physical): 512 bytes / 512 bytes
  31. I/O size (minimum/optimal): 512 bytes / 512 bytes
  32. Disk identifier: 0x00000000
  33.  
  34. Disk /dev/sda doesn't contain a valid partition table
  35.  
  36. Disk /dev/sdb: 164.7 GB, 164695473664 bytes
  37. 255 heads, 63 sectors/track, 20023 cylinders
  38. Units = cylinders of 16065 * 512 = 8225280 bytes
  39. Sector size (logical/physical): 512 bytes / 512 bytes
  40. I/O size (minimum/optimal): 512 bytes / 512 bytes
  41. Disk identifier: 0x00000000
  42.  
  43. Disk /dev/sdb doesn't contain a valid partition table
  44.  
  45. Disk /dev/sdc: 320.1 GB, 320071851520 bytes
  46. 255 heads, 63 sectors/track, 38913 cylinders
  47. Units = cylinders of 16065 * 512 = 8225280 bytes
  48. Sector size (logical/physical): 512 bytes / 512 bytes
  49. I/O size (minimum/optimal): 512 bytes / 512 bytes
  50. Disk identifier: 0x000cb5b7
  51.  
  52. Device Boot Start End Blocks Id System
  53. /dev/sdc1 1 2432 19535008+ 83 Linux
  54. /dev/sdc2 2433 3707 10241437+ 82 Linux swap / Solaris
  55. /dev/sdc3 * 3708 3720 102400 7 HPFS/NTFS
  56. /dev/sdc4 3720 38914 282689536 7 HPFS/NTFS
  57.  
  58. ===============================================================
  59. cat /etc/fstab
  60. # /etc/fstab: static file system information.
  61. #
  62. # <file system> <mount point> <type> <options> <dump> <pass>
  63. proc /proc proc defaults 0 0
  64. # /dev/sdc1 / ext3 defaults,errors=remount-ro 0 1
  65. UUID=a5a770d0-ef21-4dd1-a711-fb86ff78bf1d / ext3 defaults,errors=remount-ro 0 1
  66. #/dev/md/herm /mnt/sda1 ext3 defaults 0 2
  67. #/dev/mapper/isw_djcjbfaacd_herm1 /home ext3 defaults 0 2
  68. # /dev/sdc2 none swap sw 0 0
  69. UUID=ad72dd8d-bb7f-4edb-8336-905f6598c9e7 none swap sw 0 0
  70. # /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
  71. /dev/cdrom2 /media/cdrom0 udf,iso9660 user,noauto 0 0
  72. #/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
  73. /dev/sdc4 /mnt/winou auto defaults 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement