On 30/06/06, rajnish kumar <[EMAIL PROTECTED]> wrote:
>          I have software raid 5 in my fc4 system due to some problem my raid
> was faild. I remove the hdd from that system and plugin into another
> without raid system and try to mount it like
>
> mount -t fd /dev/hdd1 /mnt/mydir ( it gives error --> mount: unknown
> filesystem type 'fd')
> mount -t ext3 /dev/hdd1 /mnt/mydir( it givse error -- > wrong fs type, bad
> option, bad superblock on /dev/hdd1)
> mount /dev/hdd1 /mnt/mydir ( it gives error --> mount: wrong fs type, bad
> option, bad superblock on /dev/hdd1)dis
> mount -f /dev/hdd1 /mnt/mydir ( from this cmd hdd is mount  and  on  df
> -lh  it  showing  8gb  used  but  when i  am doing ls, it showing no  data)

"man mdadm" is your friend here. You can hot add or spin down a raid
component using this command.

Since it is a raid drive I suspect you have to do something like:
mount /dev/md0 /mout/point


-- 
Sudev Barar
Learning Linux

_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to