Hi David, > /dev/sdb1 /windows vfat defaults 0 0 The default in Debian systems is that non-root users don't get to write to Windows drives. You need to unmount this partition, change 'defaults' in the line of /etc/fstab above to 'rw,umask=0' (without the quotes) and remount the partition. Cheers! Daniel