LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to access folder of win2k thru linux (https://www.linuxquestions.org/questions/linux-networking-3/how-to-access-folder-of-win2k-thru-linux-4520/)

raj_baroda 07-20-2001 09:05 AM

How to access folder of win2k thru linux
 
i have hard-disk of 6 GB with partition of 3 BG one side Linux Redhat Linux 7.0 and another one is Windows2000. Now i want to access folder of win2k when linux is running. So i cann access all the folders in Win2k partition table. Any time when Linux also working. Becuase when Linux is working i m not able to access folder of Win2k partition. So please send me solution as soon as possible on raj_baroda@yahoo.com

Thanks,

Rajesh Shahukar
Baroda-India

ascii2k 07-20-2001 09:56 AM

First you need to know what filesystem Win2k is using. Then you need to make sure your Linux kernel supports that type of filesystem. If Win2k is running on NTFS then the best you will be able to get is Read-Only access. This will also most likely require recompiling the kernel. If Win2k is running on FAT32 then you should be able to get Read-Write Access.

philfighter 07-23-2001 12:35 AM

Try this...
 
Try this:

if win2k partition is /dev/hda1 and is vfat then type:

>mkdir /mnt/windows (this creates a directory for your mounted windows file system)

>mount -t vfat /dev/hda1 /mnt/windows (this will mount win2k partition and put the file system at /mnt/windows)

You may want to create a desktop shortcut to /mnt/windows


All times are GMT -5. The time now is 10:44 AM.