My Thinkpad T61 has a build in Cardreader.
The Linuxsystem (SIDUX) as well as native WindowsXP detect this SD-Reader.
WindowsXP as guest does not see this hardware at all.
WindowsXP native describes this reader as SD-Standard-Cardreader so it is not a USB device.
USB devices are supported and no problem in my guest WindowsXP.
bevo
SD Card Reader not detected
-
vkov_tinsky
- Volunteer
- Posts: 218
- Joined: 5. Apr 2008, 20:18
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
See the VirtualBox FAQ. Guest systems see nothing of the Host hardware.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
The card is mounted on boot into Ubuntu (i.e., it is automatically recognised). I already have a Shared Folder between Ubuntu host and Windows guest using the following code in Windows guest:vkov_tinsky wrote:Access to built-in card readers cannot be forward to the guest. You will have to use e.g. Shared Folders or SMB (in both cases you'll have to mount your card under the host OS first).
Code: Select all
net use x:\\vboxsvr\sharedfolderCode: Select all
net use y:\\vboxsvr\media\SD_4GB-
vkov_tinsky
- Volunteer
- Posts: 218
- Joined: 5. Apr 2008, 20:18
Yes, you can have multiple shared folders.
Assuming your SD card is mounted you could do something like this:
And then mount it under windows
Please read section 4.5 in the manual about this.
Regards,
VT
Assuming your SD card is mounted you could do something like this:
Code: Select all
VBoxManage sharedfolder add "My VM Name" -name "sdShare" -hostpath /media/sdwhateverCode: Select all
net use x:\\vboxsvr\sdShareRegards,
VT