[CentOS-virt] Accessing NTFS on host from XP/Win7 VM

2012-08-14 Thread Rajagopal Swaminathan
Greetings,

I have installed Centos 6.3 recently on bare metal (as dual boot with
win 7) and want to access the existing NTFS through XP Guest.

SELinux is enforcing and VM network is NAT.

Google confused me more that educating me -- maybe I could not cobble
up the right phrase.

Any help appreciated.

TIA

It is my only system at home.

-- 
Regards,

Rajagopal
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Accessing NTFS on host from XP/Win7 VM

2012-08-14 Thread mike thompson
yum install ntfs-3g


On Tue, Aug 14, 2012 at 2:54 PM, Rajagopal Swaminathan 
raju.rajs...@gmail.com wrote:

 Greetings,

 I have installed Centos 6.3 recently on bare metal (as dual boot with
 win 7) and want to access the existing NTFS through XP Guest.

 SELinux is enforcing and VM network is NAT.

 Google confused me more that educating me -- maybe I could not cobble
 up the right phrase.

 Any help appreciated.

 TIA

 It is my only system at home.

 --
 Regards,

 Rajagopal
 ___
 CentOS-virt mailing list
 CentOS-virt@centos.org
 http://lists.centos.org/mailman/listinfo/centos-virt




-- 
   Michael Thompson
   315-283-2794
   kyrunn...@gmail.com

 http://kyrunner.com
 http://InhomeITsupport.com












kyrunn...@gmail.com
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Accessing NTFS on host from XP/Win7 VM

2012-08-14 Thread Rajagopal Swaminathan
Greetings,

On Wed, Aug 15, 2012 at 12:45 AM, mike thompson kyrunn...@gmail.com wrote:
 yum install ntfs-3g

Done that already

Am able to access the partition.

Thanks

-- 
Regards,

Rajagopal
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Accessing NTFS on host from XP/Win7 VM

2012-08-14 Thread Rajagopal Swaminathan
Greetings,

On Wed, Aug 15, 2012 at 12:54 AM, Dmitry E. Mikhailov
d.mikhai...@infocommunications.ru wrote:
 I didn't quite understand, what do you want to achieve.
 I had winXP and CentOS 5.8 installed simultaneously on my laptop, winXP
 was dual-use: either on a bare metal or as a guest in VMWare under
 running CentOS. Had to create two hardware configurations on WinXP and
 play with disk controllers.

 Now I have CentOS 6.3 (recently installed) and going to achieve the same
 thing under KVM. Shouldn't be different.


I have a  dual boot -- Centos 6.3 and Win 7 running on bare metal

There are three NTFS partition and 3 partitions for centos -- /boot,
swap and LVM PV device.

I am able to access NTFS when centos is booted.

I have installed XP as a guest under Centos.

Now I want to install, say firefox, whose setup file is in the second
NTFS partition of host from the XP guest.

How to make  the partition visible to the guest?

TIA

-- 
Regards,

Rajagopal
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Accessing NTFS on host from XP/Win7 VM

2012-08-14 Thread Dmitry E. Mikhailov
 I have installed XP as a guest under Centos.
 
 Now I want to install, say firefox, whose setup file is in the second
 NTFS partition of host from the XP guest.
 
 How to make  the partition visible to the guest?
Add a full physical disk to the VM:

disk type='block' device='disk'
  driver name='qemu' type='raw' cache='none' io='native'/
  source dev='/dev/sda'/
  target dev='hda' bus='ide'/
  address type='drive' controller='0' bus='0' target='0' unit='0'/
/disk

*** WARNING *** WARNING *** WARNING ***
Don't never ever try to boot Linux again from that disk in a virtual
machine OR even write anything onto Linux partitions. Trying to
mount/write already mounted partitions = big shit happens.

___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Accessing NTFS on host from XP/Win7 VM

2012-08-14 Thread Rajagopal Swaminathan
Greetings,

fdisk -l on baremetal shows:

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   16527524280967  HPFS/NTFS
/dev/sda26528   54108   382194352f  W95 Ext'd (LBA)
/dev/sda3   54109   54172  512000   83  Linux
/dev/sda4   54172   6080253251072   8e  Linux LVM
/dev/sda56528   44970   308789528+   7  HPFS/NTFS
/dev/sda6   44970   54108734033927  HPFS/NTFS

Only one vm running XP/ That too only when centos is running and vm is fired up.

VM is a file on /dev/sda4.

I want to access /dev/sda5 and/or /dev/sda6 and/or /dev /sda1 in the
XP guest --They are already mounted and accessible when centos is
booted up.

-- 
Regards,

Rajagopal
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt