Search results

  1. S

    [SOLVED] Disk Space not Added

    Was able to correct my issue when I ran the command: resize2fs /dev/mapper/pve-root
  2. S

    NFS

    You can make bind mounts that are either unprivileged read-only or write-through. Read-Only: Make sure no restrictions set up such as permissions for files. Do a basic mount as any other Container. Write-through: I am having a little bit of a hard time understanding myself but after a little...
  3. S

    [SOLVED] Disk Space not Added

    Completely my mistake in this post, this is suppose to be a directory. Still fairly new to all the different storage types and typed the original post out after a few hours with a fried brain. Would that make a difference with running these commands?
  4. S

    NFS

    I feel stupid for not thinking abo that haha Thanks for that perspective! :)
  5. S

    NFS

    Thanks for the note about Apparmor and the restriction, a type of security implementation. Is there a way to do NFS mounts without disabling Apparmor?
  6. S

    NFS

    Probably already a few posts about this. I am trying to mount an NFS drive to an unprivileged container. When trying to do so, I get this error: My configurations looks like this: and arch: amd64 cores: 1 cpuunits: 512 hostname: XXXXXXXXX memory: 512 mp0...
  7. S

    [SOLVED] Disk Space not Added

    Recently worked on resizing the size of my local, getting rid of the local-lvm as I had no need to use the main drive to run OSes. Honestly do not remember how I did it and wish I did. Starting only now to document so I can remember. After doing what I did though, it is not adding up. With...