Skip to content
View jiyuhan's full-sized avatar
👋
👋
  • AWS Fargate
  • Seattle, WA
  • LinkedIn in/t-han

Highlights

  • Pro
Block or Report

Block or report jiyuhan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Linux filesystem resizing with NVME ... Linux filesystem resizing with NVME LVM partitioned - after cloning/duplication
    1
    # let partition take all the extra space
    2
    $ sudo growpart <disk location: /dev/nvme0n1> <partition num> # i.e. nvme0n1p3 typically means it is on partition 3
    3
    
                  
    4
    # run a lsblk to validate what you see
    5
    $ lsblk