fvdw wrote:You must assemble the array just like you did the others.
After mounting that array you should found the /etc/initg file in the mountpoint (mijzelf made a type error he mentioned intig while it must be initg)
cd /
tftp -r fvdw-sl-programs.sh -l fvdw-sl-programs.sh -g ip-pc
chmod 755 fvdw-sl-programs.sh
/fvdw-sl-programs.sh
cd /sbin
tftp -r udevstart.sh -l udevstart.sh -g ip-pc
chmod 755 udevstart.sh
udevstart.sh
ls -l /dev/sd*
gdisk -l /dev/sdd
mdadm --assemble --run /dev/md4 /dev/sd[abcde]2
cat /proc/mdstat
cd /
mkdir /md4
/usr/sbin/mount -t xfs /dev/md4 /md4
mdadm --assemble /dev/md8 /dev/sd[abcde]8
mkdir /md8
/usr/sbin/mount -t xfs /dev/md8 /md8
#!/sbin/itype
daemon telnetd {
need = virtual/net;
exec daemon = /usr/sbin/telnetd -l /bin/sh ;
forks;
daemon_stops_badly;
}
echo telnetd >> /md8/etc/initg/runlevel/default.runlevel
Jocko wrote:Hi
So now you want to know if you can mount md4 after running xfs_repair
fariaslcfs wrote:Hi @JockoJocko wrote:Hi
So now you want to know if you can mount md4 after running xfs_repair
Actually, the xfs_repair on md4 was unsuccessful.
@fvdw suggested to try @mijzelf recommendation, which are #7 and #8 of the previous list.
Return to Lacie 5big Network vs2
Users browsing this forum: nos96 and 10 guests