• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. docorange6
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    docorange6

    @docorange6

    0
    Reputation
    12
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    docorange6 Unfollow Follow

    Latest posts made by docorange6

    • RE: Resize only root partition

      Captured a fresh image set to resizable:

      root@FogProject:/images/CentOS6# cat d1.fixed_size_partitions
      :2
      root@FogProject:/images/CentOS6# cat d1.minimum.partitions
      label: dos
      label-id: 0x00026917
      device: /dev/sda
      unit: sectors

      /dev/sda1 : start= 2048, size= 241815, type=83, bootable
      /dev/sda2 : start= 1026048, size= 8388608, type=82
      /dev/sda3 : start= 9414656, size= 3383175, type=83
      root@FogProject:/images/CentOS6# cat d1.fixed_size_partitions
      :2
      root@FogProject:/images/CentOS6# cat d1.partitions
      label: dos
      label-id: 0x00026917
      device: /dev/sda
      unit: sectors

      /dev/sda1 : start= 2048, size= 1024000, type=83, bootable
      /dev/sda2 : start= 1026048, size= 8388608, type=82
      /dev/sda3 : start= 9414656, size= 74471424, type=83
      root@FogProject:/images/CentOS6#

      posted in Linux Problems
      D
      docorange6
    • RE: Resize only root partition

      I’m gonna capture a fresh image now and see what I get. I think I was last trying fixed partitions (been a while since I’ve messed with it.) Currently only have d1.partitions in the directory, is as follows:

      root@FogProject:/images/CentOS6# cat d1.partitions
      label: dos
      label-id: 0x0002bc90
      device: /dev/sda
      unit: sectors

      /dev/sda1 : start= 2048, size= 819200, type=83, bootable
      /dev/sda2 : start= 821248, size= 8388608, type=82
      /dev/sda3 : start= 9209856, size= 24344576, type=83

      Will capture fresh image and update with results.

      posted in Linux Problems
      D
      docorange6
    • Resize only root partition

      Hi,

      Been having great success using Fog to deploy Windows images by using sysprep beforehand. Resizing the disk seems to work without much issue.

      However when I capture a linux image (Centos or Ubuntu), I’m finding that the /boot and swap partitions are also being resized (expanded). We deploy this image to many different hardware configurations so we need to find a way to standardize /boot and swap to 500 MB and 4096 MB respectively, regardless of the size of the disk. Can this be done? Any suggestions?

      posted in Linux Problems
      D
      docorange6