• 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
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by ITRecords

    • I

      Unsolved How increase her storage ?

      Linux Problems
      • • • ITRecords
      7
      0
      Votes
      7
      Posts
      953
      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

      Unsolved Delete value

      Linux Problems
      • • • ITRecords
      3
      0
      Votes
      3
      Posts
      386
      Views

      I

      Hi, @Tom-Elliott

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

    • I

      Unsolved Move path /images

      Linux Problems
      • • • ITRecords
      16
      0
      Votes
      16
      Posts
      1.9k
      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