Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How do I mount my other partitions?
Name: Dirk Date: April 29, 2003 at 13:52:48 Pacific OS: XP and Redhat 9.0 CPU/Ram: P4 1.4
Comment:
How do I mount my other partitions. I have My master drive NTFS with windows XP, a second harddrive with a FAT32 and another partition with Linux partitons.
Name: egkenny Date: April 29, 2003 at 16:46:40 Pacific
Reply:
With RedHat you must first create mount points for each partition you want to mount. For example for your Windows C drive: mkdir /mnt/winc
To manually mount the C drive: mount -tvfat /dev/hda1 /mnt/winc
To manually unmount the C drive: umount /mnt/winc
You must add an rpm to enable NTFS support. See my post on this thread for more info: http://www.computing.net/linux/wwwboard/forum/20070.html
0
Response Number 2
Name: ArnoldF Date: April 30, 2003 at 07:36:39 Pacific
Reply:
man mount man fstab
0
Response Number 3
Name: panigrahi Date: April 30, 2003 at 09:48:07 Pacific
Reply:
hi, In addition to response one, here is something more to help you since you have two harddrives. the first harddrive is referred as hda, hence partitions in that hdd can be mounted hda1,hda2 and so, where as the 2nd harddrive is to be reffered as hdb, so partittions will be hdb1,hdb2 and soo. mavy
Summary: How do I edit my xint file? I need to see if it is looking for the right x server. I keep getting a message that it I cant connect to the x server and my x win won't load....
Summary: How do I delete an EXT3 partition??? I want to get rid of Desktop/LX (Linux) but Partition Magic won't delete it! It says it is 'Bad'. I tried re-formatting it to FAT32, but it didn't work. The Linux ...