Has anyone installed moodle on Azure?
Can you create more partition after installing RHEL on Azure?
Has anyone installed moodle on Azure?
Can you create more partition after installing RHEL on Azure?
Hey, Syed! (uhhh, know something about the entity) ...
Was waiting to reply to see if any of the known Azure users in these forums would respond, but haven't seen any 'traffic' from those persons in a while.
So ... IF am understanding the question correctly ... you have RHEL (commercial) in an Azure environment already and now need more space on the RHEL guest OS ... that correct?
Could be wrong ... am sure someone will correct me ... but ... think most Virtualization platforms (Azure, VMWare, Virtualbox, Google, possibly even Amazon) can allocate more memory easily enough to the guest OS's.
Space however, different story. Easy to do in the Virtualization host but the guest OS doesn't recognize the space automagically ... one has to 'grow' the partitioning in RHEL. That's NOT fun at all.
Me thinks better approach would be to create a data device in the Azure with whatever size needed, then in the Guest OS mount the data device. Mount could be made permanent but better have the fstab settings correct or RHEL might fail to mount on reboot and thus halt in limbo. It's for that reason, I normally don't make an entry in fstab but remount the device on reboots.
Nice thing about mounted data devices in virts ... they can be detached from server using ... then re-attached to another server. Have done this very thing on Rackspace/Google CE setups.
2 cent - free advice!
'spirit of sharing', Ken
A little Googling finds the following page.
Frequently Asked Questions and Recommended Practices for Microsoft Azure
which include the question:
How do I attach and detach a Microsoft Azure VM data disk?
https://access.redhat.com/articles/2758981
'spirit of sharing', Ken