Q: How to mount Windows partitions (FAT) on boot-up, and allow all users to read/write?
e.g. Assumed that /dev/hda1 is the location of Windows partition (FAT) Local mount folder: /media/windows
sudo mkdir /media/windows sudo cp /etc/fstab /etc/fstab_backup sudo gedit /etc/fstab
/dev/hda1 /media/windows vfat iocharset=utf8,umask=000 0 0