Ga naar inhoud


Aanbevolen berichten

Geplaatst:

Hoi,

 

Ik heb een swap file aangemaakt via onderstaan tutotial.

Als ik mijn dreambox opnieuw flash hoe kan ik die swap automatiseren zodat ik niet meer die hele riedel moet intypen?

 

How to create a swap file on a DM800 / DM7025 PLi niet op andere images getest.

 

Open a telnet session to your dreambox, and type in the code mentioned below.

 

Code:dd if=/dev/zero of=/media/cf/swapfile bs=1024 count=32768

 

This creates the swapfile itself. In this command, bs is the blocksize (1024 = 1Kb), and count indicates the number of blocks. 32768 x 1024 = a 32Mb swapfile.

 

Instead of /media/cf/swapfile, you can also use /media/usb/swapfile or /media/hdd/swapfile.

 

You mark this file as a swapfile, enter the command:

Code:mkswap /media/cf/swapfile

You only have to do this once.

 

You can activate the swap with the following command, without restarting your dreambox:

Code:swapon /media/cf/swapfile

 

To check if everything is working, type this command:

Code:Free

 

If you want your swapfile activated automatically when you power on your dreambox, do the following:

 

Open the file /etc/fstab with your favorite editor, and add this line:

Code:/media/cf/swapfile swap swap defaults 0 0

 

Howto By Ronnie and Trancelated by Wanwizzard

 

Anton

VU+ Solo2 OpenPli powered

Triax 78 Triple LNB

Qnap TS-119 NAS


Geplaatst:

De hele riedel hoef je niet opnieuw in te typen,

je swap staat al op je CF kaart en blijft bestaan.

 

Je kan je fstab in de backup opnemen, backup terug zetten en rebooten dan werkt je swap weer.

 

Of je typed in in telnet: swapon /media/cf/swapfile ,

dan hoef je niet te rebooten maar werkt hij direct.

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...