You are not logged in.
I made the ext4 partition using GParted. Here are the arguments in /etc/fstab:
LABEL=GamingSSD /mnt/GamingSSD ext4 errors=remount-ro,defaults,users,noatime,nodiratime,nofail,exec 0 2But for some reason it mounts it like this:
/dev/sda1 on /mnt/GamingSSD type ext4 (rw,nosuid,nodev,noatime,nodiratime,errors=remount-ro,emergency_ro)So no exec tag
And when I try to add this mount point as a new Steam drive, Steam can't create a library in there because it is denied permission to run steam_library_check.sh
I tried using this:
sudo chown -R $USER:$USER /mnt/GamingSSDBut it says that the flie-system is read-only.
Offline
You specify "errors=remount-ro", uuuuh maybe check
journalctl -xbto see if there were errors mounting the drive?
Offline
There is nothing in journalctl output. So there seems to be no errors actually. Should I just remove the parameter?
Offline
I do have an error in dmesg for some reason tho
ext4_validate_block_bitmap:423: comm ext4lazyinit: bg 625: bad block bitmap checksumOffline