Add a FAT32 partition to your fstab
1 2 /dev/hda6 /media/stuff vfat rw,uid=1000,gid=1000 0 0
1000=first user created (at least in Ubuntu)
DZone Snippets > timmorgan > fstab
13503 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
1 2 /dev/hda6 /media/stuff vfat rw,uid=1000,gid=1000 0 0