You are not logged in.
Pages: 1
Hey, i have two server disk, and i did raid1 on em for three partitions, md0 for /, md1 for /boot and md2 for swap, using guide on archwiki, but when i try mke2fs -j /dev/md0, it says that its in use, and couldnt create a filesystem, but when i do fuser -v, it shows nothing, i succeeded in creating swap fs on md2, but another problem occured when i tried creating ext3 on md1, it said that its mounted, but mount shows nothing... anyone could help me with this issue ?
Last edited by nst (2009-01-22 12:16:54)
Offline
Does
cat /proc/mdstat
tell you anything interesting?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
now i solved it, had to make filesystem on each disk partition before setting up raid, and then again creating filesystem on raid for these partitons
Offline
Pages: 1