بله ذخیر میشه خودکار - این رو شما نباید با دستور خاصی انجام میداید- تکنولوژی RIAD همین خاصیت را دارد umount /dev/md0
umount /dev/md1
اول دو تا هارد را umount کنید سپس هارد دوم که به نظر میرسه md1 باشید را مانت کنید
ساختار کلی دستور fsck به این صورت است
SYNOPSIS
fsck [ -sACVRTNP ] [ -t fstype ] [filesys ... ] [--] [ fs-specific-options ]
---------- Post added at 07:45 PM ---------- Previous post was at 07:29 PM ----------
دارید؟
LVM2 Volumes
VolGroup00
چطور؟
فایل هاتون روی کدوم ولوم است ؟
---------- Post added at 08:00 PM ---------- Previous post was at 07:45 PM ----------
First I add sdb sdc sde fdisk to sdb1 sdc1 sdd1 sde1
then
# mdadm --create --level=5 --raid-devices=4 /dev/sd{b,c,d,e}1
#mkdir /mnt/raid
#mkfs.ext4 /dev/md0
#vi /etc/fstab
add /dev/md0 /mnt/raid ext4 defaults 1 2
after reboot
fsck.ext4: Invalid argument while trying to open 0
/dev/md0:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193
* Fsck could not correct all errors, manual repair needed
[ !! ]
Give root password for maintenance
(or type Control-D for normal startup):