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!

VIEWING AND CHANGING W2K/LINUX PARTITION'S IN LINUX

Status
Not open for further replies.

bill2000

Technical User
Sep 26, 2001
7
US
I have several different linux's and one partition with w2k on 2 different hard drive's and i am wondering how i can see and manipulate my windows(especially) and linux partion in linux(red hat 7).
 
You have to edit the /etc/fstab file to reflect where your linux and windows partitions are. They are probably on /dev/hdc3 or /dev/hda4, something like that. You need to simply add them to the etc/fstab file and they'll mount automatically. I don't know if you'll be able to see your 2k partitions, though, Linux may not know how to read that format. So, to mount a partition, create a directory on the root, or whatever, called /msdos, then, you do add an entry inthe fstab file to mount the filesystem there.

Type man fstab from a terminal window for more information on the fstab file

Good luck. As always, I hope that helped!

Disclaimer:
Beware: Studies have shown that research causes cancer in lab rats.
 
try out partion magic for linux it free and you can do it in there
 
Yeah, that will allow you to re-size them ,but it won't let you mount a W2k partition under Linux, will it? Did you read the post or just the subject? As always, I hope that helped!

Disclaimer:
Beware: Studies have shown that research causes cancer in lab rats.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top