<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The following should set you up based on what you have<br>
<br>
Next in sequence and not using O so it doesn't get confused with 0:<br>
        mkdir /media/Windows_P<br>
<br>
Edit fstab<br>
        gksu gedit /etc/fstab<br>
<br>
copy anyone of the window lines and change to mimic:<br>
<br>
        /dev/sda1 /media/Windows_P vfat defaults,locale=en_IN 0 0<br>
                ^                ^ ^^^^<br>
<br>
Please note the changes.  If you have r/w issues we can set umask later.<br>
But this should survive reboot.<br>
<br>
Your fedora will look similar:<br>
<br>
        /dev/sd[a-c][1-9] /media/fedora ext3 defaults 0 0<br>
                 ^    ^          ^^^^^^ ^^^^         ^<br>
<br>
Again note the changes.  I do not recall which drive and partition<br>
fedora was on but since it boots I would assume sdb4.  Change the mount<br>
point.  Change fs type to ext3.  I deleted the en reference.<br>
<br>
Hope this helps.<br>
<font color="#888888">--<br>
</font><div class="im">Fred R.<br>
<a href="http://www.fwrgallery.com" target="_blank">www.fwrgallery.com</a><br>
</div></blockquote><div><br>I made the directories (mount points) and then modified the fstab file as suggested by you. Now all the other Linux (ext3) and Windows (VFAT and NTFS) partitions are accessible (read-write) from the Ubuntu 9.04 OS.<br>
<br>The changed & working fstab is <a href="http://www.pastebin.ca/1526130">http://www.pastebin.ca/1526130</a> (for reference).<br><br>Thanks,<br><br>Jay<br></div></div>