need to access Fat 32 partition from NVU

bill taylor norwest at northnet.com.au
Fri Feb 24 10:49:47 UTC 2006


William Wereley wrote:

>I guess I did not explain myself clearly, I have NVU in Ubuntu
>but I cannot get it to see beyond the local folders. Dreamweaver
>in win has no problem. I have 2 drives, 1 200Gb and 1 80Gb. Ubuntu
>is on the 200 with a second partition formatted fat32. NVU is in Ubuntu
>but won't look beyond the Ubuntu partition. At least I can't find a
>way to make it see the second partition on the drive. Win200 is on the
>80Gb drive with 2 partitions 1 NTFS and 1 Fat32. Dreamweaver is on the
>NTFS partition and can open and edit files on the Fat 32 partitions.
>I am probably going to have to set permissions as the fat32 partition
>in properties says read only, I could use some help there as well.
>Thanks again
>Bill Wereley
>RavenRidgeDesigns
>
>
>  
>
my daughter had a similar problem, wanted to use ubuntu, but has things 
to do in windows with the same files, so before install of hoary, while 
partitioning, I made a vfat partition on the second drive, which is 
otherwise all ext3.  (More or less where you are ATM)

the vfat partition (/dev/hdd9) is mounted (as /dos) on startup by 
/etc/fstab; permissions are defined by 'umask=0000' which I believe is 
rwxrwxrwx.

I have included /etc/fstab of her box so you can see what was done in 
this instance.

winxp can of course see the partition and calls it  D:\

hope this helps
Bill

/etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hdd3       /               ext3    defaults,errors=remount-ro 
0       1
/dev/hdd1       /boot           ext3    defaults        0       2
/dev/hdd9       /dos            vfat    defaults,umask=0000        
0       0
/dev/hdd5       /home           ext3    defaults        0       2
/dev/hdd8       /tmp            ext3    defaults        0       2
/dev/hdd6       /usr            ext3    defaults        0       2
/dev/hdd7       /var            ext3    defaults        0       2
/dev/hdd2       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 ro,user,noauto  0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0







More information about the ubuntu-users mailing list