Conversation
Notices
-
>want to play audio file on other computer from my laptop
>use sshfs to mount the system
>try to cd into mounted system
>permission denied
>su then cd into system
>remember that my speaker is muted and my wm doesn't have the binds for pactl
>attempt to unmute speaker while as su from terminal
>pactl yells at me
>exit su, unmute, go back into driver as su
>try to play audio file
>audacious complains about not being able to play audio as root
I hate linux
-
@sysrq Mount sshfs as an user you want to play files from.
-
@sysrq I wouldn't trust FUSE-based filesystems for anything critical anyway. Set up NFS or something.
-
@mint
Ah yeah, tried mounting it to a directory in mnt so that explains that