Re: Writing to volume attached to VM

2013-08-27 Thread Gaurav Aradhye
- From: Suresh Sadhu [mailto:suresh.sa...@citrix.com] Sent: Monday, August 26, 2013 3:09 PM To: dev@cloudstack.apache.org Subject: RE: Writing to volume attached to VM /dev/vdb is your data disk CS won't format automatically ,you have to manually create LV and format operations do

RE: Writing to volume attached to VM

2013-08-27 Thread Suresh Sadhu
will detect the newly added the luns during boot-up. Regards sadhu -Original Message- From: Gaurav Aradhye [mailto:gaurav.arad...@clogeny.com] Sent: 27 August 2013 11:54 To: dev@cloudstack.apache.org Subject: Re: Writing to volume attached to VM Hi Suresh/Sanjeev, Thanks

Writing to volume attached to VM

2013-08-26 Thread Gaurav Aradhye
Hi all, Can you guide me on how to write on the external volume (DataDisk) attached to a VM? I am trying to mount the partition, but the list of partitions before and after attaching the volume to vm, remains the same, so I am unable to detect which partition has been added. Has anybody done

Re: Writing to volume attached to VM

2013-08-26 Thread Gaurav Aradhye
Hi, Answering your questions in order c,a,b. c) I am listing the partitions on the vm using fdisk -l command. This is giving me following output. ['', 'Disk /dev/vda: 8589 MB, 8589934592 bytes', '255 head s, 63 sectors/track, 1044 cylinders', 'Units = cylinders of 16065 * 512 = 8225280

RE: Writing to volume attached to VM

2013-08-26 Thread Suresh Sadhu
/mnt and perform IO on mounted path(/mnt) Hope this helps: Regards Sadhu -Original Message- From: Gaurav Aradhye [mailto:gaurav.arad...@clogeny.com] Sent: 26 August 2013 14:53 To: dev@cloudstack.apache.org Subject: Re: Writing to volume attached to VM Hi, Answering your questions

RE: Writing to volume attached to VM

2013-08-26 Thread Sanjeev Neelarapu
: Writing to volume attached to VM /dev/vdb is your data disk CS won't format automatically ,you have to manually create LV and format operations do the following steps: Fdisk /dev/vdb Option m will provide the menu in that menu select option to create new pattiton 2. Select n option