protonscr

Soundtracks cannot be play when /home mount on a large XFS partition (4TB with inode64)

steamopen Steam client
ValveSoftware/steam-for-linux#11528 · opened 2024-11-28 by Eathearth · updated 2024-11-28 · 0 comments · github
EEathearth 2024-11-28 github

Your system information

  • Steam client version (build number or date): 1731433018
  • Distribution (e.g. Ubuntu): Arch Linux
  • Opted into Steam client beta?: No
  • Have you checked for system updates?: Yes
  • Steam Logs: [generate by running this command in a terminal tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs] no I start Steam on terminal but not show Error when I click soundtrack play button
  • GPU: AMD ATI Radeon RX 7900 XT

Please describe your issue in as much detail as possible:

Sorry for my poor English, I use translation software to translate the following content:

1.expected should happen: download soundtracks and play music

2.what did happen: nothing happen when press play button

Steps for reproducing this issue:

  1. 4TB SSD with XFS, I try reproducing this issue on Virtualbox or other Linux PC but it seems only happen on a large drive with XFS,Soundtracks player runs well on my Laptop(use EXT4) and SteamDeck OLED
  2. mount that large XFS partition on /home by use fstab
  3. install Steam fron pacman or flatpak and play game soundtracks

my fstab:

# /dev/nvme0n1p2
UUID=3a3b9823-6b66-43d9-9a21-024b5c1f0444	/         	xfs       	rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota	0 1

# /dev/nvme0n1p1
UUID=0E00-5F03      	/boot/efi 	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro	0 2

# /dev/sdb1
UUID=2e2099f2-62e2-41ea-95bd-271dcb906ae2	/data     	ext4      	rw,relatime	0 2

# /dev/nvme1n1p1
UUID=b31ef61b-68ae-4777-8861-9387789e18be	/home     	xfs       	rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota	0 2

I try use distrobox set the container home on a ext4 partition like distrobox create --name steam --image docker.io/archlinux --home /date/shaan/distrobox then install Steam within container,soundtrack playback will be normal.
and I found Steam will crash when quit a running Linux native game like Half Life 1&2, I try add a new system user to start Steam or reinstall Steam from pacman or flatpak but still get same issue

Nothing extracted yet.