Results 1 to 6 of 6

Thread: swap partition problems

  1. #1
    Join Date
    Oct 2009
    Beans
    9

    swap partition problems

    Hey guys, I am trying to install Xubuntu on a second hard drive next to windows 7. I selected to set up my own partitions for /swap but I don't see a swap in the selection so I manually type in /swap but when I go to install it says I have no swap and it is recommended to have one. Is the swap called something else in xubuntu?

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: swap partition problems

    It is not /swap as it is not a mounted partition that you directly use, but just a empty space tha the system uses to write data into, it is just swap.

    https://help.ubuntu.com/community/SwapFaq
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Oct 2009
    Beans
    9

    Re: swap partition problems

    I see! thank you. I skimmed threw the info on that link but didn't see where it would have explained its not an actual partition. That has been my confusion the whole time. I don't think I have seen anything where it was fully explained that way.

    Thank you again

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: swap partition problems

    It really is a partition but without any format.

    Also, if you encrypt your /home, the swap space is also encrypted and just about everything in the system does not see that partition as anything, except it still is a partition. It has UUID and is shown as a device. Actually everything in LInux is a file but that is another distinction.

    This drive is gpt so it shows swap slight differently than a typical list from sudo fdisk.
    Code:
    fred@fred-Precise:~$ sudo parted /dev/sdb unit s print
    [sudo] password for fred: 
    Model: ATA MAXTOR STM316081 (scsi)
    Disk /dev/sdb: 312581808s
    Sector size (logical/physical): 512B/512B
    Partition Table: gpt
    
    Number  Start      End         Size        File system     Name      Flags
     1      34s        16064s      16031s
     2      16065s     51215219s   51199155s   ext4            MAVERICK
     3      51215220s  57352049s   6136830s    linux-swap(v1)
     4      57352050s  312576704s  255224655s  ext4
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  5. #5
    Join Date
    Oct 2009
    Beans
    9

    Re: swap partition problems

    ok, now that you explain it that way "partition with out any format" that makes me feel better. Because It has always been referred to as a partition.

    would it be better to use ext4 instead of 3?

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: swap partition problems

    Swap has no format or file system.

    I find ext4 better for / (root). My old data partition is still ext3, but if I was creating it today I would use ext4.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

Bookmarks

Posting Permissions

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