• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ITRecords
    3. Topics
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 16
    • Groups 0

    Topics

    • I

      How increase her storage ?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Linux Problems
      7
      0 Votes
      7 Posts
      1k Views
      S

      @ITRecords Have been pretty busy with other things and forgot about this topic. Whoops.

      Ok, so we have a plain disk drive here (sure virtual disk but no LVM or fake-RAID) which makes it pretty easy.

      Make sure there is no FOG task (deploy or capture) running! Stop NFS daemon: systemctl stop nfs-kernel-server Unmount the partition: umount /dev/sdb1 Install an easy tool for expanding the patition: apt install cloud-guest-utils Test expanding the partition: growpart -N -v /dev/sdb 1 (note the space before the partition number) Expand partition: growpart -v /dev/sdb 1 (note the space before the partition number) Expand filesystem in partition: resize2fs /dev/sdb1 (no space before partition number) Mount partition: mount /dev/sdb1 /images Start NFS: systemctl start nfs-kernel-server
    • I

      Delete value

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Linux Problems
      3
      0 Votes
      3 Posts
      444 Views
      I

      Hi, @Tom-Elliott

      I understand your request.
      I thought it was the number of times regarding the deployment

    • I

      Move path /images

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Linux Problems
      16
      0 Votes
      16 Posts
      2k Views
      I

      @george1421

      I disabled the function in the power options the fast startup

      during my deployment I added a set username and set password in the fog.deployimage.

      Thanks

    • 1 / 1