The samba config should be pointing directly to the mount point I have created for the two external HDDs, yet it still reports in Windows as 116GB (my OS SD card size on the Pi).
/etc/fstab (DEVICEUUID being the actual UUID of the HDD)
UUID=DEVICEUUID /usb1/share ext4 defaults,auto,users,$users,rw,nofail /etc/samba/smb.conf (showing only share1 for readability)
[Share] comment = Private storage path = /usb1/share valid users = @users force group = users create mask = 0775 directory mask = 0775 read only = no I have also run the following commands on the /usb1 and /usb2 directories
sudo chown -R pi usb1 sudo chmod -R 0775 usb1 findmnt --target /usb1/share returns
/ /dev/mmcblk0p2 ext4 rw,noatime Thanks!
findmnt --target /usb1/sharereturn? (Please add this to your question. Don't reply in the comments.)UUID=INSERTin the/etc/fstabentry? That's not a valid UUID. On that same line, what do you expect$usersto do?