Re: how to mount a disk in Ubuntu Virtual Machine on Win7

2014-03-03 Thread James Gray
On 3 Mar 2014, at 8:04 am, Rajeev Prasad rp.ne...@yahoo.com wrote:

 The second HDD comes from a NAS which stopped working. FS on HDD is ext4. 
 windows is not showing the disk, so i guess it has no control over it.
 
 I want to mount the disk on ubuntu VM running on this win7 machine and 
 transfer data. this is what is visible right now... (sda is the VMware disk). 
 pl give suggestions.

Seems the Google consensus is to use http://www.diskinternals.com/linux-reader/ 
rather than go the VM route.  Positive reports from Win7/8/8.1 users.

As for mounting any physical device in a Linux VM, it depends on the the 
virtualisation framework you’re using.  VirtualBox you’d modify the VM whilst 
it’s off but basically
1. plug the device in (via USB)
2. go to the VM’s settings dialogue
3. Select Ports-USB
4. Click the icon with a green “+” symbol and select the USB device you plugged 
in (step #1), then click “OK”
5. Boot VM - your device should be available.  Mount and do whatever you need.

Cheers,

James



smime.p7s
Description: S/MIME cryptographic signature
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

how to mount a disk in Ubuntu Virtual Machine on Win7

2014-03-02 Thread Rajeev Prasad
Hello,

The second HDD comes from a NAS which stopped working. FS on HDD is ext4. 
windows is not showing the disk, so i guess it has no control over it.


I want to mount the disk on ubuntu VM running on this win7 machine and transfer 
data. this is what is visible right now... (sda is the VMware disk). pl give 
suggestions.

root@ub1310-virtual-machine:/# lshw -C disk
  *-disk                  
       description: SCSI Disk
       physical id: 0.0.0
       bus info: scsi@32:0.0.0
       logical name: /dev/sda
       size: 20GiB (21GB)
       capabilities: partitioned partitioned:dos
       configuration: sectorsize=512 signature=000e9163
  *-cdrom
       description: DVD-RAM writer
       physical id: 0.0.0
       bus info: scsi@2:0.0.0
       logical name: /dev/cdrom
       logical name: /dev/sr0
       capabilities: audio cd-r cd-rw dvd dvd-r dvd-ram
       configuration: status=nodisc
  *-cdrom
       description: DVD-RAM writer
       physical id: 0.0.0
       bus info: scsi@3:0.0.0
       logical name: /dev/sr1
       capabilities: audio cd-r cd-rw dvd dvd-r dvd-ram
       configuration: status=open
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam