Computing.Net > Forums > Linux > Mounting a windows drive to redhat

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Mounting a windows drive to redhat

Reply to Message Icon

Name: Jeremy Tucker
Date: October 12, 2002 at 14:24:16 Pacific
OS: Redhat 7.3
CPU/Ram: 550/256
Comment:

I am having no luck mounting my windows 2000pro shared folder to my Redhat 7.3 machine. ANY IDEAS?? Please HELP!



Sponsored Link
Ads by Google

Response Number 1
Name: Rob
Date: October 12, 2002 at 14:48:12 Pacific
Reply:


yeah man do this so it will always be mounted

1) in /mnt, create a directory (win2000)
2) in /etc/fstab, enter the line

"/dev/X /mnt/win2000 Y ro,user,umask=000 0 0"

where
X = partition which your windows is on e.g /dev/hda1
Y = type of filesystem for windows (ntfs, fat32)

3) save, logout and reboot - every time u boot linux now this folder will mount when your linux fs mounts. This will give you read only access to your windows partition (very handy) which is enough to play music, transfer files from win to linux but not enough to screw windows up if you do something disastarous to linux.

hope that helps mate
rob


0

Response Number 2
Name: Lawrence
Date: October 12, 2002 at 15:00:23 Pacific
Reply:

Sorry but RedHat Linux 7.3 (and even 8.0) does
not support NTFS out of a box. As a result,
you MUST re-compile your kernel to activate
it! Read README/INSTALL in /usr/src/linux or
download the latest kernel, 2.4.19, from
www.kernel.org...

Lawrence


0

Response Number 3
Name: Jeremy Tucker
Date: October 12, 2002 at 15:00:27 Pacific
Reply:

It is 2 different machines. 1 is win 2000 and 1 is Linux.


0

Response Number 4
Name: Lawrence
Date: October 12, 2002 at 15:03:18 Pacific
Reply:

In that case, you have to install samba.
You can get more information at www.samba.org!

Lawrence


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


graphical login Kerberos authentication L...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Mounting a windows drive to redhat

mount a network drive www.computing.net/answers/linux/mount-a-network-drive/3185.html

how to mount a WinX partition to linux www.computing.net/answers/linux/how-to-mount-a-winx-partition-to-linux/5068.html

Mounting a windows 2000 NTFS partition i www.computing.net/answers/linux/mounting-a-windows-2000-ntfs-partition-i/6531.html