![]() |
Hi,
I have got two physical hard disks 20GB (Primary Master) and 6GB (Primary Slave). I installed Linux in Primary Slave. I can explorere and do everything in the hard disk where Linux is installed. But i didn't see anywhere, I could access the other physcical hard disk. Should I need to configure something to make to viewable? Has I missed something? :( Reason is: I have VMWare downloaded in this drive, and I want to access it in Linux in order to install it. Thanks in advance....:) |
Quote:
Take a look under /mnt/windows/. Your Windows drive should be accessible via that directory. If your Windows partition is an NTFS volume then I think you should look under /mnt/NT (although I am not certain). In any case, your Windows disk will be mounted under /mnt/. PM me if you need further assisstance. Hope this helps. |
You must read about commands like mount in order to understand linux file system.
A short introduction create a folder anywhere but usually is a folder in /mnt for ex. /mnt/mywin then run the command mount -t vfat /dev/hda1 /mnt/mywin vfat is fat32 /dev/hda1 is the first partition of first master disk then double click on /mnt/mywin and you are into c:\ Try linuxconf to configure anything including hd and cdrom. |
Quote:
@craftyc, that program should be similar to one i got from http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm, but it doesn't enable write access to ext/3 drives for me for some reason. @oscar2043, yes mate, i have to learnt a hell lot more in linux, it is very interesting :) thanks to you guys' advices and guidance and help, n00bs like us could easily pick up. so no worries. |
All times are GMT +1. The time now is 07:19 PM. |
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.