Angstrom Zaurus tips and tricks for sl-c3xx0 spitz - read/write partitions with users account add in /etc/fstab: uid=xxx,gid=xxx where xxx is the result of 'id' command, example: users$ id uid=100 gid=65535 [...] users$ su root# vi /etc/fstab [...] /dev/hda3 /media/hdd vfat defaults,uid=100,gid=65535 add gid and uid in sd, usbhdd, etc partition if you want write it. - swap add: /dev/hda4 none swap sw 0 0 in /etc/fstab, where /dev/hda4 is the your swap path.