Results 1 to 2 of 2
Hello
I'm running RedHat 9 on a system with 2 hard drives. The other hard drive has WinXP Pro on it.
Is there a way for me to browse the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-14-2003 #1Just Joined!
- Join Date
- Aug 2003
- Posts
- 56
Talking to my Windows partition
Hello
I'm running RedHat 9 on a system with 2 hard drives. The other hard drive has WinXP Pro on it.
Is there a way for me to browse the contents of my Windows drive from within Linux?
What about browsing the Linux drive from Windows?
Any help is appreciated.
---------------------S
- 09-14-2003 #2Linux User
- Join Date
- Feb 2003
- Location
- Norway, Asker
- Posts
- 267
first, create a dir where you want to access the files
Like /mnt/windows
Then, mount it like mount -t vfat/ntfs /dev/hdaX /mnt/windows
you could also put everything in fstab, with user, umask etc.
Good luck


Reply With Quote
