I have a sme quest on xen.
Its an online backup server purly for affa. It doesnt currently do anything but backup various systems.
I have recently added a sme server to our work network in addition to the SBS server we run at our office.
I have tried to increase the size of the disk to also backup our new server without success
i followed the guide here first
http://wiki.contribs.org/Raid#Upgrading_the_Hard_Drive_Sizethen i noticed
Note: these instructions are only applicable if you have a RAID system with more than one drive. They are not applicable to a single-drive RAID 1 system, and increasing the useable space on such a system by cloning the existing single drive to a larger drive is not supported. See http://bugs.contribs.org/show_bug.cgi?id=5311
I know i should read them fully lol
So i followed the bug report and followed those instructions.
But i think i may have broken something. The machine runs fine but says it doesnt have a /dev/md2
[root@smebackupserver ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/main-root
492G 186G 282G 40% /
/dev/md1 99M 16M 78M 17% /boot
none 513M 0 513M 0% /dev/shm
If i substitute /dev/md2 with main-root it complains.
So 2 things i guess. 1 how do i put this back so its md2 and can i / should i resize this way. I can add a second disk but when i did this it said it was synced but it wasnt. Im assuming this is cos of the md2 issue.
Many thanks
James