[Trond Mæhlum] > Yes. It doesn't work. When I go to a console and look inside > /etc/fstab on the workstation, it's not the same fstab as in > /opt/ltsp/i386/etc/fstab... Now, where does the workstation get it's > fstab from? It is generated using this function in /etc/init.d/ltsp-client-setup: configure_fstab() { echo "/dev/root / unionfs defaults 0 0" > /etc/fstab echo "tmpfs /tmp tmpfs defaults,nosuid,nodev 0 0" >> /etc/fstab mount /tmp }