LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Shared FAT32 partition (https://www.linuxquestions.org/questions/linux-newbie-8/shared-fat32-partition-581331/)

linux_craptops 08-31-2007 05:19 PM

Shared FAT32 partition
 
HI,

I am running debian etch 2.6.18-5 on a thinkbook and I have it set to dualboot between debian and windows xp. To make things easier I added a 12 gig fat32 partition that is accessible to both OSs. For some reason when i am in debian I can only write files to this partition as root. How come I cant write to it using my regular user account? I have tried to chown -R all of the folders to the user but still it doesnt let me write new files.

Thanks!
- j

Tinkster 08-31-2007 05:43 PM

Windows' file-systems have no means to store Linux permissions
or ownerships .... read man mount and man fstab, namely the parts
about uid and umask.


Cheers,
Tink

jay73 08-31-2007 06:45 PM

You need to mount with at least these options: defaults,umask=0000,uid=(user uid),gid=(user gid)

dark_angel 09-02-2007 05:50 AM

change "defaults" to "auto,users,umask=000,rw" in fstab.

pixellany 09-02-2007 07:29 AM

Off-topic, but i solved this by putting all data on ext3 partitions, and then using the ext2fsd driver for Windows to allow me to read/write to those partitions. I almost never boot into Windows anymore, but--when I do--it works great.

linux_craptops 09-02-2007 11:18 PM

thanks for the all the suggestions. trying ' auto,users,umask=000,rw ' ... next up: getting those darn nvidia drivers to work...


All times are GMT -5. The time now is 06:24 PM.