PBS datastore only showing 228gb out of a 1 TiB nfs truenas share?

jakub1

New Member
Dec 23, 2024
2
0
1
Hello, I just setup PBS and am attempting to setup a nfs mount to my TrueNAS server for the PBS backups. I created a new dataset and set a quota of 1 TiB within TrueNas. I disabled de-duplication, compression, and made sure checksum was enabled in TrueNAS for the NFS share as I've read somewhere that is recommended to do so.

For some reason only 228gb shows up within PBS in the datastore when mounted.

error PBS.png
 
Error is fixed, you can fix it by mounting the datashare manually and making a directory for the datashare through shell.

Code:
mkdir -p /mnt/path to NFS share

Then you mount the NFS share:
Code:
mount -t nfs IP of server:/mnt/path to NFS share /mnt/path to NFS share

Verify if it correctly mounted:
Code:
mount | grep /mnt/path to NFS share

Check storage size:
Code:
df -h /mnt/path to NFS share

Make the mount persistent in fstab. After that's done it's mandatory to make maproot user and maproot group on the NFS share as "root" in TrueNAS under advanced options. Otherwise it'll throw an EPERM: Operation not permitted error. Under "Hosts" add the IP of PBS as well in the same menu.

This should fix the issue if anyone runs into the same problem for TrueNAS Scale. Speeds won't be fast, but that is expected. So far I'm loving PBS, probs to the devs.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!