To mount fat32 partitions autiomatically .. create a folder to which u mount ur fat32 
partition .. say /mnt/c. Now open /etc/fstab in ur favorite text editor (vi in my case 
;))and put the entries of ur partition.  for example if u want to mount ur /dev/hda1 
to /mnt/c put the lines in blue to ur /etc/fstab file 

cat > /etc/fstab << "EOF"# Begin /etc/fstab# filesystem   mount-point fs-type    
options     dump    fsck-order/dev/*LFS*     /           *fs-type*  defaults    1      
 1/dev/*swap*    swap        swap       pri=1       0       0proc           /proc      
 proc       defaults    0       0/dev/hda1       /mnt/c          vfat    defaults  1   
  1       # End /etc/fstabEOF


Utsav Handa <[EMAIL PROTECTED]> wrote:
Hi all linux users & guru's ,

First of all i want to thank u all for the wonderful suggestions and indications that 
led to the solution of my problem.here i want to thanks Mr.. Ritesh for the guidelines 
that he had given me .

Regarding linux there is another problem which i recently faced :
When ever i booted to linux i had to manually typed mount commands for mounting my 
windows partition (c,d & e) again to access the windows partition . Is there not any 
file(s) that do this i.e. that auto mounts all the windows partition automatically 
whenever i booted to linux so that i had not to type all the commands manually for 
mounting the windows partition again and again.

Thanx in advance to all the linux users and guru's for giving me the solution of my 
problem

ur's faithfully
Utsav Handa
([EMAIL PROTECTED]) 



_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

---------------------------------
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online
_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to