Re: Writing to volume attached to VM

2013-08-26 Thread Wei ZHOU
What is OS of your vm? Does it support acpi hotplug? 2013/8/26 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, re

Re: Writing to volume attached to VM

2013-08-26 Thread Prasanna Santhanam
On Mon, Aug 26, 2013 at 02:08:19PM +0530, Gaurav Aradhye wrote: > 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,

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 bytes',

RE: Writing to volume attached to VM

2013-08-26 Thread Suresh Sadhu
/vdb1 /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 ques

RE: Writing to volume attached to VM

2013-08-26 Thread Sanjeev Neelarapu
db 6. mount the disk mount /dev/vdb1 /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

Re: Writing to volume attached to VM

2013-08-26 Thread Gaurav Aradhye
--Original Message- > 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 automa

RE: Writing to volume attached to VM

2013-08-27 Thread Suresh Sadhu
/host1/scan or reboot the vm 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 S