Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mounting windows in redhat

Status
Not open for further replies.

Seijuro

Programmer
Oct 8, 2003
10
US
Is there a way to automount my windows partition into linux without me having to manually mount it everytime I start up Linux? I am using the newest version of RedHat
 
An example (should work, I don't have a Windows partition to experiment with):
Code:
[b]/etc/fstab:[/b]

/dev/hda1 /mnt/windows vfat defaults 1 2
Change the /dev/hda1 to whatever is appropriate for your partitioning scheme. Also, the '1 2' part is a guess. I think it has to do with backups (a throwback to 'dump'?) or something.

----
JBR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top