Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 04-10-2004, 10:07 PM   #1 (permalink)
Broken In
 
mohanty1942's Avatar
 
Join Date: Aug 2004
Location: Nasik
Posts: 131
Default Mount FAT Partitions in Redhat 9


I can't see my Windows partition in Redhat Linux 9. When I run 'mount' command only the CD-ROM gets mounted.

Pls guide how to view FAT/windows partitions.
mohanty1942 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-10-2004, 12:14 AM   #2 (permalink)
Broken In
 
Join Date: Nov 2003
Location: Bangalore
Posts: 174
Default

the mount command by itself will list the currently mounted filesystems and the mountpoints (directories). To mount a Fat32 partition, you can give the following command:

First create an empty directory which will act as the mount point for your Fat partition:
Code:
mkidr /winc
now give the mount command like so:
Code:
mount -t vfat /dev/hdaX /winc
make sure you replace the X in /dev/hdaX with the partition number of your Fat32 partition. This will mount the fat32 partition on /winc.
To make the partition to mount automatically on each session of Linux, make an entry in the /etc/fstab file.
For e.g for the above partition you can add something like:
Code:
#<device> <mountpoint>  <filesystemtype> <options> <dump> <fsckorder>
/dev/hda1         /winc           vfat        defaults      0     0    0
Hope that helps. for more on fstab do a info fstab or man fstab
sailendra is offline  
Old 05-10-2004, 12:17 AM   #3 (permalink)
In The Zone
 
#/bin/sh's Avatar
 
Join Date: Apr 2004
Location: 42.65 N 73.76 W
Posts: 213
Default

yes i agree with sailendra.
__________________
\"99 little bugs in the code, 99 bugs in the code, fix one bug, compile it again, 148 little bugs in the code. 148 little bugs in the code....\"
#/bin/sh is offline  
Old 14-02-2005, 05:14 PM   #4 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Quote:
Code:
mkidr /winc


now give the mount command like so:
Code:
mount -t vfat /dev/hdaX /winc
I tried this but it doesn`t work.I want to mount my d partition that is hda5.
tell me what to do.
vignesh is offline  
Old 14-02-2005, 09:29 PM   #5 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

Why not take a search at the forum. You should find it easily.

I searched for "mount windows partition" and got 16 unique results here (17th was this thread)!! If at least 1 applies to you, your problem will be solved instantly!!

Take a search mate There may be more threads if you search with right keywords.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by topgear
- by Charan

Advertisement




All times are GMT +5.5. The time now is 06:57 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2