Tagged Questions
0
votes
0answers
32 views
Raid 0 no data loss
I created RAID 0 partition using this command
[root@localhost ~]# mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/sda6 /dev/sda7
And it's Created...
Using This command I created ...
6
votes
1answer
341 views
How to automount ntfs partation on raid0 in arch linux with systemd
Recently, I switched from initscript to systemd followed this wiki, and I got error like this during boot:
Job dev-md126p5.device/start timed out
This is my fstab:
/dev/mapper/VGLinux-lvroot / ...
0
votes
1answer
3k views
Windows 7 / Ubuntu Dualboot GRUB Problem
I'd like to first say ahead of time that I'm running a RAID-0 Setup.
1.First of all, I'm glad Ubuntu 9.10 installed flawlessly and detected my RAID-0 setup just fine. The issue I'm having now is that ...