You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to add line to fstab with spaces in prefix: goofys#"example:PREFIX WITH SPACE" /mnt/example fuse _netdev,allow_other,--file-mode=0666,--uid=1002,--gid=1002,--dir-mode=0775,--stat-cache-ttl=1s,--type-cache-ttl=0s,--profile=example 0 0
Also tried goofys#example:"PREFIX WITH SPACE" .
Getting error mount: /etc/fstab: parse error at line 20 -- ignored .
Is there way to do that?
The text was updated successfully, but these errors were encountered:
Tried to add line to fstab with spaces in prefix:
goofys#"example:PREFIX WITH SPACE" /mnt/example fuse _netdev,allow_other,--file-mode=0666,--uid=1002,--gid=1002,--dir-mode=0775,--stat-cache-ttl=1s,--type-cache-ttl=0s,--profile=example 0 0
Also tried
goofys#example:"PREFIX WITH SPACE"
.Getting error
mount: /etc/fstab: parse error at line 20 -- ignored
.Is there way to do that?
The text was updated successfully, but these errors were encountered: