Re: Updated version of MusicJukebox (v1.0.2) released
Christopher Duda <[email protected]>
| Newsgroups | gmane.comp.hardware.roku.technical |
|---|---|
| Message-ID | <[email protected]> |
Roy Pereira <rp96 <at> hotmail.com> writes: > 3) mount the CF card so that we can write to it > > mount /dev/ide/host0/bus0/target0/lun0/part1 /mnt/flash1 -o remount,rw,sync > > 4) create a 64Mb file on the CF card > > dd if=/dev/zero of=/mnt/flash1/sdk.swapfile bs=1024 count=65536 > > 5) make that file a swap file > > mkswap /mnt/flash1/sdk.swapfile > > 6) turn on the swapfile > > swapon /mnt/flash1/sdk.swapfile > > > Next time you reboot the HD1000, you need to do the following steps: 1, 2, > 3, 6 > I would like to create the swap file on the Smart Media slot instead of the compact flash slot (that way I can just leave it in all of the time). What changes would I need to make to the instructions aboveto make this happen? Is there any reason why I would not want to do this? Also, is there a way to make this swap file designation permanent (e.g. persist beyond individual reboots)? Many thanks in advance. Chris