我添加了一个2TB的驱动器到我的系统(而不是我的RAID 5arrays,只是一个额外的单个驱动器),现在arrays将不会挂载 – 我得到一个“挂载:/ dev / md0已挂载或/媒体/ “错误。 一切都很好,工作了两年。 我所做的只是成功更新MB bios,附加2TB三星硬盘驱动器,使用gparted启动光盘以1MB偏移量格式化ext4,然后重新启动我的常规Ubuntu 9.10系统,此时arrays无法安装,我得到“mount:/ dev / md0已挂载或/ media /存储繁忙”错误。
mdadm说一切都还好:
mdadm –detail / dev / md0 / dev / md0:版本:00.90创build时间:星期六八月2 16:39:27 Raid级别:raid5数组大小:2197715712(2095.91 GiB 2250.46 GB)使用开发大小:732571904(698.64 GiB 750.15 GB)Raid设备:4设备总数:4首选次要:0持久性:超级块持久性
Update Time : Sat Nov 6 08:17:54 2010 State : clean Active Devices : 4 Working Devices : 4 Failed Devices : 0 Spare Devices : 0 Layout : left-symmetric Chunk Size : 64K UUID : 59d14b52:c05d4166:1246e5fe:589d0142 Events : 0.3735628 Number Major Minor RaidDevice State 0 8 17 0 active sync /dev/sdb1 1 8 33 1 active sync /dev/sdc1 2 8 49 2 active sync /dev/sdd1 3 8 1 3 active sync /dev/sda1
扫描看起来也很好:
mdadm –detail –scan ARRAY / dev / md0 level = raid5 num-devices = 4 metadata = 00.90 UUID = 59d14b52:c05d4166:1246e5fe:589d0142
但我无法安装它:
mount / media / storage mount:/ dev / md0已挂载或/ media /存储繁忙
mdadm.conf仍然看起来是正确的,并匹配扫描输出(并工作到现在为止2年):
# mdadm.conf # by default, scan all partitions (/proc/partitions) for MD superblocks. # alternatively, specify devices to scan, using wildcards if desired. DEVICE /dev/sd* # auto-create devices with Debian standard permissions CREATE owner=root group=disk mode=0660 auto=yes # automatically tag new arrays as belonging to the local system HOMEHOST <system> # definitions of existing MD arrays ARRAY /dev/md0 level=raid5 num-devices=4 UUID=59d14b52:c05d4166:1246e5fe:589d0142
…和fstab看起来是正确的(并且已经工作了两年):
# /etc/fstab: static file system information. # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / UUID=4204d07b-c450-4461-a001-1ef6d4ecb1a3 / ext4 errors=remount-ro 0 1 # swap UUID=95331961-9abd-4795-9443-292146aca413 none swap sw 0 0 # RAID storage drive /dev/md0 /media/storage ext3 auto,rw,user,relatime,noatime,nodiratime,exec,async 0 3
我不知道下一步该怎么办
检查mount和cat /proc/mounts ,看起来像FS被挂载