Add a FAT32 partition to your fstab
/dev/hda6 /media/stuff vfat rw,uid=1000,gid=1000 0 0
1000=first user created (at least in Ubuntu)
DZone Snippets > timmorgan > vfat
12364 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Tim Morgan http://timmorgan.org
/dev/hda6 /media/stuff vfat rw,uid=1000,gid=1000 0 0