URL: https://linuxfr.org/users/laurent_lieben/journaux/zaurus-sl-c700-configuration Title: Zaurus SL-C700 Configuration Authors: Laurent Lieben Date: 2003年05月05日T17:28:20+02:00 Tags: Score: 0 1/ change the root password ! from the terminal : $su %passwd %exit $su 2/ Activate an extra CF to share swap/file from the bash shell: $ su %umount /mnt/cf % mkfs.ext2 /dev/hda1 or % mkfs.vfat /dev/hda1 % chmod 777 /dev/hda1 % cd /usr/mnt.rom/cf % dd if=/dev/zero of=swapfile bs=1024 count=16384 % mkswap swapfile % chmod 750 swapfile % swapon swapfile run free to see that you now have a lot more swap 3/ Add the swap to the startup scripts. Add "swapon /usr/mnt.rom/cf/swapfile" to the bottom of /etc/rc.d/rc.local with vi or some other text editor, then: % cd /etc/rc.d/rc5.d % ln -s ../rc.local S49local 4/ ext2 permission problem fix # cd /usr/mnt.rom/ # chmod go+w card/ # cd /mnt/card # chown -R zaurus */ %umount /mnt/card % mkfs.ext2 /dev/mmcda1 % chmod 777 /dev/mmcda1 eject / reinsert # cd /mnt/card # chown -R zaurus */ 5/ activate telnet daemon Just edit while in the console /etc/inetd.conf with vi. Uncomment the line related to telnet. Samba Configuration can also be changed while editing : /home/root/usr/lib/samba/smb.conf ./ Laurent \.