It gives me this message when trying to mount it via sudo mount -a
mount: /mnt/newhdd: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
The 1 at the end should be 2 since 1 is used for root partition fscking, 2 is used for any other consequent mounting. If that didn't work, try manually fscking it by running sudo e2fsck -f /dev/sdb1.
And if you want your 2 users to have access to this drive, add them to the 'steam' group with usermod -aG steam username (which I presume you have already done) and change gid and uid to 1002 ('steam' should be both a user and a group).
Hopefully this thing below works.
UUID=3ada7550-9bf8-4afc-8962-0b8f658e7fba /mnt/newhdd ext4 defaults,noatime,umask=0007,uid=1002,gid=1002 0 2
It still gives me the same error whenever I attempt to use uid or gid
mount: /mnt/newhdd: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
When using this command, it says that:
Partition table scan:
MBR: not present
BSD: not present
APM: not present
GPT: not present
What should I do?