SD Card Reader not detected

Discussions related to using VirtualBox on Linux hosts.
Post Reply
bevo
Posts: 14
Joined: 5. Jul 2007, 09:01

SD Card Reader not detected

Post by bevo »

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
lengo
Posts: 4
Joined: 17. Sep 2008, 07:27

Post by lengo »

Wow, no replies? Same situation here: T61, built-in SD card reader, recognised in host Ubuntu 8.04 but not in guest WinXP. Any ideas for how to detect / enable / configure? Thanks.
vkov_tinsky
Volunteer
Posts: 218
Joined: 5. Apr 2008, 20:18

Post by vkov_tinsky »

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.

Regards,
VT
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

Post by Sasquatch »

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.
lengo
Posts: 4
Joined: 17. Sep 2008, 07:27

Post by lengo »

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).
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:

Code: Select all

net use x:\\vboxsvr\sharedfolder
To "share my SD card, would I just find the path of my SD card in Ubuntu (something like /media/SD_4GB) and issue a command something like:

Code: Select all

net use y:\\vboxsvr\media\SD_4GB
? Is it possible to have multiple Shared Folders? I mean, vboxsvr doesn't get confused? [Sorry, I don't know how it all works 'underneath' . . . ] Obviously, any pointers would be most welcome! :wink:
vkov_tinsky
Volunteer
Posts: 218
Joined: 5. Apr 2008, 20:18

Post by vkov_tinsky »

Yes, you can have multiple shared folders.

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/sdwhatever
And then mount it under windows

Code: Select all

net use x:\\vboxsvr\sdShare
Please read section 4.5 in the manual about this.

Regards,
VT
Post Reply