MISSING ... Swap Partition


Results 1 to 6 of 6

Thread: MISSING ... Swap Partition

Threaded View

  1. #3
    Join Date
    May 2008
    Location
    Manila, Philippines
    Posts
    75
    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-82fd9bae7453
    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
    how do i do this ?

    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
    Last edited by jamesbandido; 06-27-2008 at 01:01 PM.
    BASED FROM YOUR POSTS, I HAVE EXAMINED YOUR BEHAVIORAL PATTERN AND I SAW YOUR BRAIN'S TWO SIDES : LEFT & RIGHT, AND I SAW THAT ON THE LEFT SIDE THERE'S NOTHING RIGHT WHILE ON THE RIGHT SIDE THERE'S NOTHING LEFT

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •