LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Write to Fat32 (https://www.linuxquestions.org/questions/linux-newbie-8/write-to-fat32-168720/)

kurt_angle 04-11-2004 05:05 AM

Write to Fat32
 
I just mounted my Windows partition, i can read and copy files FROM that partition, however i couldn't WRITE to that partition.

My Windows partition is using FAT32 and i should be able to write.

is it because my way of mounting is incorrect?

I right-clicked that the mounted patition and got rid of the "read only" option, but still i can't write.

Are there any solutions to this, or are there methods to access the linux partition from Windows?

I'm currently on RH9 and WinXP.

Thanks.

melinda_sayang 04-11-2004 05:34 AM

/dev/hda5 /mnt/data vfat noauto,users,rw,umask=022 0 0

Add this line to /etc/fstab. /dev/hda5 is my windows partition. yours maybe different.

Hammett 04-11-2004 12:01 PM

Adding to above, try also chown on your /mnt/windows directory if above does not the trick

davec 04-11-2004 01:04 PM

problem is that xp uses NTFS, and linux does not write to NTFS! it can deal with fat32 well enough tho, maybe you should change over to win2k, then you have full write capabilities.... be careful tho, don't modify any win system files under linux, or you'll bugger up windows(some might say thats a good thing!!!)

Hammett 04-11-2004 01:07 PM

You can change filesystem to fat32 without any data loss with partition magic.

Electro 04-11-2004 05:53 PM

Before using Partition Magic or parted, back up.

kurt_angle 04-12-2004 02:30 AM

thanks guys ! it worked..thanks for all your help !!!! :)


All times are GMT -5. The time now is 04:01 AM.