this is my output ...
Code:500000+0 records in 500000+0 records out 512000000 bytes (512 MB) copied, 59.3131 s, 8.6 MB/s root@bandido-laptop:~# mkswap /swapfile Setting up swapspace version 1, size = 511995 kB no label, UUID=8f37e2f8-052d-4920-8b3d-82fd9bae7453how do i do this ?Then you'll want an entry in /etc/fstab for it as well... same as a regular swap partition, but instead of a /dev/... device just put the path to the swapfile
this is the contents of my fstab ...
Code:# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda6 UUID=1e31cd41-b817-4f95-a1f5-8216f78447b2 / ext3 defaults,errors=remount-ro 0 1 # /dev/sda1 UUID=9CE01874E01856BC /media/sda1 ntfs defaults,umask=007,gid=46 0 1 # /dev/sda5 UUID=5060751A607507CC /media/sda5 ntfs defaults,umask=007,gid=46 0 1 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0




Reply With Quote