PDA

View Full Version : Accessing hard drive (NTFS - Windows XP) from USB Knoppix??



tecnoL
04-10-2007, 12:12 AM
Hello,

I´m new to Knoppix and almost new to linux. I have a question. maybe it is impossible to do but...

I installed a DSL version on my USB Drive. My laptop does not have the option to boot from USB so I run Linux as a Virtual Machine double-clicking on the appropiate file inside my USB from Windows. The problem is that from linux window I try to have access to my hard drive (at least to read it) but I don´t know how.

I checked everything (mtab, fstab) and apparently inside /KNOPPIX the hard drive is mounted (/dev/hda) but only apparently. I cannot do anything and I cannot detect the hard drive.

Is possible to have access to my hard drive files from Knoppix running it like this?

Thanks!!

Harry Kuhman
04-10-2007, 12:47 AM
.... so I run Linux as a Virtual Machine .....
Your question doesn't really seem to have much to do with Knoppix (or DSL). This is a virtual machine issue. You didn't say what virtual system you are using, and the answer may be different for different systems. I can tell you that with VMware's virtual player you will not be able to access the host hard disk directly, the whole idea of a virtual machine is generally to isolate what is running to the virtual machine. You may be able to access files on the host system (or on your other computers) by networking; shared files or even things like FTP, but it will depend on you having that set up properly and not blocking it in software firewalls.

tecnoL
04-10-2007, 09:59 AM
ok, I think that you are talking about the emulator. In the distribution I am using the emulator is QEMU. So... it is impossible to access my hard drive from my USB distribution unless I boot directly to Linux??

kirol
04-10-2007, 11:56 AM
In principle if you can access the net from the VM, there's a virtual network between your host OS (windows) and linux running under the emulator SW. Linux then should be able to access a windows share (which you may need to create) via samba. I can't be more specific not being a user of QEMU nor DSL, but it certainly works for colinux, vmware or virtualbox.